1751 Commits

Author SHA1 Message Date
Sidney Alcantara
39dc84a38c re-enable cell validation tooltips 2022-11-15 18:14:44 +11:00
Sidney Alcantara
ea8019e1e3 render inline editor cell after timeout on mount to improve scroll performance 2022-11-15 18:02:30 +11:00
Sidney Alcantara
1b454de85a extract TableBody out of Table 2022-11-15 17:36:58 +11:00
Sidney Alcantara
3ca6f8d068 move ChipList.tsx 2022-11-15 17:36:48 +11:00
Sidney Alcantara
059c616414 memoize more components 2022-11-15 16:53:20 +11:00
Han Tuerker
bdfce19af0 remove unneccessary arrayUnion flag 2022-11-15 08:35:25 +03:00
Han Tuerker
b8dab674f7 Merge branch 'develop' of https://github.com/rowyio/rowy into multi-file-upload 2022-11-15 08:31:18 +03:00
Han Tuerker
8ca2b198cc enable multi files for image&file fields 2022-11-15 08:30:43 +03:00
Sidney Alcantara
315f3c7d29 improve visual affordance for column drag reorder 2022-11-14 17:04:14 +11:00
Sidney Alcantara
f5754af73f Rating: remove expensive @mui/lab import 2022-11-14 16:11:46 +11:00
Sidney Alcantara
2822689897 move Action getActionName util fn to DisplayCell.tsx 2022-11-14 16:11:34 +11:00
Sidney Alcantara
e9bc4a5a9b Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-11-14 16:09:01 +11:00
Sidney Alcantara
0b75d60813 fix JSON side drawer field crashing if value is a firestore ref 2022-11-14 13:01:09 +11:00
Ganesh Mani
6321e17c95 fix: log snack collapse by default 2022-11-12 17:38:50 +05:30
Han Tuerker
b23358959a Merge branch 'develop' of https://github.com/rowyio/rowy into multi-file-upload 2022-11-12 00:46:22 +03:00
Sidney Alcantara
69226d6910 ButtonBase: show ripple on focus by default 2022-11-11 15:50:10 +11:00
Sidney Alcantara
06049830ec remove unused code 2022-11-11 15:49:55 +11:00
Sidney Alcantara
f9656e2c4e migrate all remaining fields 2022-11-11 15:49:47 +11:00
Sidney Alcantara
742a992098 fix date fields render loop 2022-11-11 14:59:07 +11:00
Sidney Alcantara
26ea9abaf4 fix rendered rich text & markdown being tab-able 2022-11-11 14:20:53 +11:00
Sidney Alcantara
fe665fef2a migrate all side drawer cells 2022-11-10 18:21:32 +11:00
Sidney Alcantara
fd717075f8 use side drawer fields as EditorCells 2022-11-09 18:39:14 +11:00
Sidney Alcantara
314824fd2b add tabIndex to DisplayCells 2022-11-09 17:38:19 +11:00
Sidney Alcantara
5678f96c2b migrate field types based on TextEditor 2022-11-09 17:07:22 +11:00
Sidney Alcantara
387c2db2bc fix final/actions column for read-only users 2022-11-09 15:59:46 +11:00
Sidney Alcantara
2dc2bdb6bc Multiselect field: add back convert to array 2022-11-09 15:59:27 +11:00
Sidney Alcantara
73af4d768b separate TablePage into its own chunk 2022-11-09 15:15:58 +11:00
Sidney Alcantara
42a8443c94 fix delete column copy 2022-11-09 15:02:13 +11:00
Bobby Wang
9d8ff4d10a Feature/remove listener fields when deleting column (#924)
* remove column from Derivative -> listenerFields and Action -> requiredFields when deleting a column

* remove column from Extensions -> requiredFields when deleting a column

* display where reference will be removed and force a rebuild if required when deleting column

* Update src/types/table.d.ts

* Update src/components/ColumnMenu/ColumnMenu.tsx

* Update src/components/ColumnMenu/ColumnMenu.tsx

* Update src/components/ColumnMenu/ColumnMenu.tsx

Co-authored-by: Sidney Alcantara <sidney@sidney.me>
2022-11-09 13:24:28 +11:00
Han Tuerker
53c7cc83d0 fix error state (#18) 2022-11-09 13:07:02 +11:00
shamsmosowi
0356c0c125 fix clear value logic 2022-11-08 16:46:15 +01:00
Sidney Alcantara
c31f15f058 remove table not found error in case tableSettingsAtom value is stale 2022-11-08 17:29:13 +11:00
Sidney Alcantara
796c980337 unify withTableCell HOCs into single HOC with memo 2022-11-08 16:18:33 +11:00
Sidney Alcantara
56f749875e Merge pull request #903 from mshamsrainey/enhancement/513-ratings-customized-icons
Refactor on custom rating icons
2022-11-02 16:52:20 +11:00
Sidney Alcantara
52411d29d3 Update src/components/fields/Rating/Icon.tsx 2022-11-02 16:49:00 +11:00
Miriam Shams-Rainey
63265e3c85 #523: Added functional color field filtering (#894)
* #523: Added functional color field filtering

* Added custom Firestore filter comparing only hex

* Minor code style fixes
2022-11-02 16:40:42 +11:00
Sidney Alcantara
e436e2083a re-enable table cells 2022-11-02 16:36:10 +11:00
Miriam Shams-Rainey
19a8657f8b Merge branch 'enhancement/513-ratings-customized-icons' of github.com:mshamsrainey/rowy into enhancement/513-ratings-customized-icons 2022-11-02 01:04:11 -04:00
Miriam Shams-Rainey
9b05906fbe Merge conflicts 2022-11-02 01:03:25 -04:00
Miriam Shams-Rainey
74a9c01b03 Applied global theme changes 2022-11-02 00:43:10 -04:00
Sidney Alcantara
564b4c8b3b move projectScope & perms out of Table and into TablePage 2022-11-01 13:19:31 +11:00
Sidney Alcantara
23183fcf1d fix ContextMenu not keyboard accessible 2022-11-01 12:53:45 +11:00
Sidney Alcantara
3a73311f0b SideDrawer: prevent open when header is selected 2022-10-31 18:36:14 +11:00
Sidney Alcantara
ef2424a1b5 fix ColumnHeaders over fixed columns 2022-10-31 18:17:33 +11:00
Sidney Alcantara
1fb5d68d56 fix column virtualization not honoring minimum column width 2022-10-31 18:11:00 +11:00
Sidney Alcantara
19aee53038 add final column 2022-10-31 17:56:54 +11:00
Sidney Alcantara
1f581af858 use existing ColumnHeader to enable sort, column menu 2022-10-31 17:04:18 +11:00
Sidney Alcantara
2355ff7dfc add context menu for rows 2022-10-31 16:17:21 +11:00
Sidney Alcantara
58ebbe80e6 ErrorFallback: update message to be more clear for non-technical users not familiar with the term “reproduce this bug” 2022-10-31 14:51:25 +11:00
Miriam Shams-Rainey
eb8d5601dc Merge branch 'develop' into enhancement/513-ratings-customized-icons 2022-10-28 15:15:02 -04:00