1751 Commits

Author SHA1 Message Date
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
Sidney Alcantara
c5cd485e70 ErrorFallback: update discussion title to include error code and status if provided 2022-10-25 16:54:54 +11:00
Sidney Alcantara
144bfbe2dd ErrorFallback: change report issue URL to github discussion 2022-10-25 16:46:23 +11:00
Sidney Alcantara
de93a70766 Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-10-25 15:50:58 +11:00
Sidney Alcantara
3a63c2bb87 Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2022-10-25 15:50:19 +11:00
Sidney Alcantara
7d79c85880 SideDrawer: add aria-label 2022-10-25 15:50:15 +11:00
Sidney Alcantara
6f71c14035 fix columns not able to be reordered to position 0 2022-10-25 15:50:05 +11:00
Sidney Alcantara
23b6fb741b add react-beautiful-dnd to columns to reorder 2022-10-25 15:49:38 +11:00
Sidney Alcantara
08e0bdbf4f fix being unable to tab out of table 2022-10-25 12:33:29 +11:00
Bobby Wang
562c14086f add warning message in case of secret key name change or deletion 2022-10-25 00:01:23 +08:00
Bobby Wang
feaf5273a2 move stripe secret to secret manager, implement dropdown ui 2022-10-24 23:13:29 +08:00
Sidney Alcantara
276307218b split useVirtual calls into separate file 2022-10-24 15:59:56 +11:00
Sidney Alcantara
bec3165bcc RowHeight: remove offset by 1 to match new table 2022-10-24 15:39:58 +11:00
Sidney Alcantara
e892a371c1 add out of order rows 2022-10-24 15:38:35 +11:00
Sidney Alcantara
0ec112106c display rows out of order 2022-10-24 15:19:28 +11:00
Sidney Alcantara
918528fb6a show save state for column sizing 2022-10-24 14:59:29 +11:00
Sidney Alcantara
6d1c6b0100 fix table not loading more pages when window height can show all of first page 2022-10-24 13:22:46 +11:00
Sidney Alcantara
202883e1fd add resize columns & ask admins if they want to save to scheam 2022-10-24 13:12:53 +11:00
shamsmosowi
44e9b069ee check if collection any rows with data 2022-10-23 16:20:56 +02:00
Sidney Alcantara
f32a290345 add frozen columns 2022-10-21 14:58:25 +11:00
Sidney Alcantara
4c387fb5c9 implement requested changes in PR #10 2022-10-21 12:22:16 +11:00
Shams
7fa0955dce Merge pull request #10 from rowyio/feat/table-information
Feat: Table Information Drawer
2022-10-21 12:22:03 +11:00
Sidney Alcantara
7a4bac3673 CircularProgressTimed: fix tick position in webkit 2022-10-20 11:25:34 +11:00
Sidney Alcantara
23bf2876b2 ConfirmDialog: fix command not typeable 2022-10-20 11:13:07 +11:00
Sidney Alcantara
f9b1a35445 fix rowHeight & virtualized rows jumping 2022-10-19 12:54:31 +11:00
Sidney Alcantara
c9b1cf98e0 support hidden columns 2022-10-19 12:41:20 +11:00
Sidney Alcantara
94e8a46c25 fix main content causing horizontal scroll 2022-10-19 12:03:05 +11:00
Sidney Alcantara
c7d97d2698 add virtualization + infinite scrolll 2022-10-18 17:53:47 +11:00
Sidney Alcantara
bc23b93b42 SideDrawer: add aria-labels to buttons 2022-10-18 15:05:11 +11:00
Sidney Alcantara
0e7a02bf08 add in-cell focus with Enter/Esc 2022-10-18 14:49:17 +11:00
Sidney Alcantara
4f49503e7a add cell navigation 2022-10-17 17:57:26 +11:00
Sidney Alcantara
8dddfcd533 add basic read-only table 2022-10-14 16:15:41 +11:00
Sidney Alcantara
625f735a8a fix ConfirmDialog state persisting 2022-10-13 13:04:22 +11:00
Sidney Alcantara
047a718bd4 add optional fallback to AdminRoute 2022-10-13 12:24:01 +11:00
Sidney Alcantara
107f743acf ErrorFallback: show fetch response status 2022-10-12 16:29:19 +11:00
Sidney Alcantara
72f7e4e9b5 prevent user creating table with / in ID (#857, #858) 2022-10-12 10:48:03 +11:00
Sidney Alcantara
a2dacd9f98 show error when table has no collection set (#857, #858) 2022-10-12 10:47:52 +11:00
Sidney Alcantara
a24f2bd227 DebugPage: fix animations 2022-10-12 10:46:48 +11:00
Sidney Alcantara
bebde59147 fix useOffline having incorrect state when listener isn’t fired 2022-10-12 10:45:41 +11:00
Sidney Alcantara
17a585e629 clarify subTable url structure 2022-10-12 10:45:18 +11:00
shamsmosowi
3e606607ad add caching metadata 2022-10-11 23:17:43 +02:00