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
Miriam Shams-Rainey
986a02293b
More explicit opacity declaration for custom icons
2022-10-28 14:23:01 -04:00
shamsmosowi
e639a271e1
Merge branch 'develop' into multi-file-upload
2022-10-28 19:10:30 +02:00
shamsmosowi
ccd76595dd
allow for file type derivatives to be exportable
2022-10-28 19:09:03 +02:00
Sidney Alcantara
d2261167b7
fix TableInformationDrawer crashing because of imports
2022-10-28 12:06:14 +11:00
Han Tuerker
e4da6bcb06
Feat: Runtime options ( #898 )
...
* feat(runtime-options): add runtime options, update rowy run github link
* Update src/components/TableModals/ExtensionsModal/ExtensionList.tsx
* Update src/components/TableModals/ExtensionsModal/RuntimeOptions.tsx
2022-10-27 18:09:00 +11:00
Miriam Shams-Rainey
881dba0311
Editable Action Label ( #895 )
...
* #513 : Added Customizable Icons for Ratings Field
* #513 : Customizable Rating Icons Side Drawer
Also updated formatting of custom rating icons to match default star sz
* #513 : Rating customization preview uses MUIRatings
* #513 : Using star icon outline for visibility
* Added customization for action name/label
* Update src/components/fields/Rating/Settings.tsx
2022-10-27 17:42:52 +11:00
Han Tuerker
35cee241a8
Minor improvements to information panel ( #13 )
...
* remove unused file
* feat(table-information): add minor improvements
* Update src/components/TableInformationDrawer/Details.tsx
* Update src/components/TableSettingsDialog/TableDetails.tsx
2022-10-27 17:08:09 +11:00
Sidney Alcantara
6549c985a7
Merge branch 'develop' of https://github.com/rowyio/rowy into develop
2022-10-26 15:11:56 +11:00
Sidney Alcantara
9a2712a451
TableToolbarButton: support tooltip as description with separate label
2022-10-26 15:11:40 +11:00
Han Tuerker
e5c427db0a
feat(info-drawer): add edit functionality for admin
2022-10-25 10:54:16 +03:00