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
0b75d60813
fix JSON side drawer field crashing if value is a firestore ref
2022-11-14 13:01:09 +11:00
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
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
d320ab2440
fix dependencies
2022-11-03 15:07:43 +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
Miriam Shams-Rainey
a73184bc4d
Merge branch 'rowyio:main' into enhancement/513-ratings-customized-icons
2022-11-02 01:06:00 -04: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
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
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
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
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
shamsmosowi
44e9b069ee
check if collection any rows with data
2022-10-23 16:20:56 +02: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
94e8a46c25
fix main content causing horizontal scroll
2022-10-19 12:03:05 +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