1430 Commits

Author SHA1 Message Date
shamsmosowi
990b9864cd fix import 2022-03-06 12:07:16 +08:00
Shams
46eaea73e4 Merge branch 'develop' into feat/JSON-code-completion 2022-03-06 14:57:54 +11:00
shamsmosowi
8f281809cc backward compatible functions 2022-03-04 21:51:35 +08:00
shamsmosowi
7b80691f4a new function wrappers with defs 2022-03-04 09:54:37 +08:00
Sidney Alcantara
70a1d208e4 Merge branch 'develop' into feature/rowy-285-cms 2022-03-03 17:41:52 +11:00
Sidney Alcantara
927cfa72df remove unused setup flow 2022-03-03 17:40:15 +11:00
shamsmosowi
eb0f534303 derivative evaluation 2022-03-01 12:40:47 +08:00
shamsmosowi
bf40f2acb0 derivative function wrapper 2022-02-28 21:41:46 +08:00
Nikita Sviridenko
a842fb3745 Fix initial values for nested fields 2022-02-28 11:48:37 +01:00
shamsmosowi
341ff69ea5 . 2022-02-25 12:30:33 +08:00
shamsmosowi
37cf8bdf66 quicktype 2022-02-25 09:37:10 +08:00
shamsmosowi
86e44a5d27 updated rowy utils defs 2022-02-22 10:32:21 +08:00
Sidney Alcantara
e234940502 Merge branch 'rc' into develop
* rc:
  disable Aggregate column (closes ROWY-332)
2022-02-21 12:46:04 +11:00
Sidney Alcantara
ef773f27c9 disable Aggregate column (closes ROWY-332) 2022-02-21 12:45:48 +11:00
Sidney Alcantara
221eb933bd fix SetupLayout styles 2022-02-18 16:35:40 +11:00
Sidney Alcantara
e441d4f8ea fix rowy app setup for demo 2022-02-18 14:49:26 +11:00
Sidney Alcantara
4676503807 SetupLayout: add separate animation for description 2022-02-18 14:44:14 +11:00
Sidney Alcantara
da94a1c4eb restructure SetupPage to allow for multiple flows 2022-02-16 16:03:46 +11:00
Gibson Han
8542bf6717 change enum's naming to camelCase inorder to match codebase style 2022-02-15 09:36:25 +07:00
Sidney Alcantara
362eca3eed add cms setup stubs 2022-02-14 19:00:00 +11:00
Sidney Alcantara
5c337c4ec4 fix DefaultValueInput styling 2022-02-11 17:27:35 +11:00
Sidney Alcantara
af02f50704 add RowyRunModal when user tries to access feature without rowy run set up 2022-02-11 17:25:12 +11:00
Gibson Han
c6541b0ca1 add logEvent for "export_tableSettings" && import_tableSettings
change "export_type" back to "export_table"
2022-02-11 10:01:54 +07:00
Sidney Alcantara
d2bf972a54 remove use of package.json name field 2022-02-10 16:58:46 +11:00
Sidney Alcantara
0c14baba13 add rowy run logo to project settings 2022-02-10 16:44:36 +11:00
Sidney Alcantara
11d2163778 Create table: show text field instead of multiselect for collections when rowy run not deployed 2022-02-10 16:44:28 +11:00
Gibson Han
6f4200c45f remove duplicate tracking of tsv, csv, and json 2022-02-10 09:55:39 +07:00
Gibson Han
89e1fd1d19 add logEvent for "local_filter" & "table_filter" 2022-02-10 00:11:16 +07:00
Gibson Han
a5ef00b8ac refactor, where tab selection set importMethodRef, add helper function to set dataTypeRef when pasting data, and logEvent to track "import_[importType]" with payload { type:[importType]} 2022-02-09 22:14:39 +07:00
Gibson Han
f95f5c8fb5 add error handling w/snackbar when user does not upload .tsv or .csv 2022-02-09 17:51:08 +07:00
Gibson Han
d66a5dbd61 add feat to track if tsv or csv is uploaded 2022-02-09 16:18:28 +07:00
Sidney Alcantara
0dd56f27e3 update access denied copy 2022-02-09 19:33:05 +11:00
Gibson Han
2a54821cdd add conditional to logEvent with title "export_csv" or "export_tsv" 2022-02-09 15:11:49 +07:00
Gibson Han
c26c9c5aed add logEvent with event title "export_json" 2022-02-09 14:58:04 +07:00
Shams
ed64b1d337 Merge branch 'develop' into fix-delete-options-and-remove-validation 2022-02-07 20:16:01 +11:00
shamsmosowi
aab1e5da2e add tracked fields to extention initial object 2022-02-07 17:11:22 +08:00
Gibson Han
618abf0252 remove label length validation and string value validation 2022-02-07 15:54:19 +07:00
Gibson Han
c0aa3a06b5 remove duplicate validation check 2022-02-07 15:31:04 +07:00
Gibson Han
bf7d52c770 fix multi-selection options 2022-02-07 15:27:19 +07:00
shamsmosowi
4b2fa83ba3 fix copying nested fields 2022-02-05 19:15:37 +08:00
shamsmosowi
3f3b56b3f4 support filtering derivative columns with supported output types 2022-02-05 18:55:12 +08:00
shamsmosowi
b5932fc654 remove unnessary json stringify/parse 2022-02-05 18:42:29 +08:00
shamsmosowi
235d69be21 prevent strings from being pasted in number type fields 2022-02-05 17:51:41 +08:00
shamsmosowi
670ef8669a fixed merge conflict 2022-02-05 17:49:42 +08:00
Gibson Han
2f5ef0625d Merge branch 'develop' into support-dervi-context-menu 2022-02-04 11:57:03 +07:00
Gibson Han
858463845d add function to handle dervivates output fields 2022-02-04 11:53:12 +07:00
Sidney Alcantara
d7cc47950d Merge pull request #632 from gibsonliketheguitar/righ-click-v2
Right click menu -v2
2022-02-04 15:30:33 +11:00
Gibson Han
e3e838cce3 fix false positive duplicate value error 2022-02-04 10:38:47 +07:00
Gibson Han
5736636068 ammend changes 2022-02-04 08:39:33 +07:00
Gibson Han
afdd98fe70 split jotai atom into selectedCell and anchorEle atom 2022-02-03 15:59:14 +07:00