Sidney Alcantara
|
52e408ce8c
|
nav updates
|
2022-07-21 16:39:53 +10:00 |
|
Sidney Alcantara
|
56910e0b31
|
Merge branch 'rc' into workspaces
|
2022-07-20 15:08:54 +10:00 |
|
Sidney Alcantara
|
d6395dffff
|
Percentage: don’t display if value null or undefined
|
2022-07-20 15:08:33 +10:00 |
|
Sidney Alcantara
|
d54115c996
|
sync changes with rowy.app
|
2022-07-20 14:50:23 +10:00 |
|
Sidney Alcantara
|
802499708a
|
globalScope → projectScope
|
2022-07-18 14:40:46 +10:00 |
|
Sidney Alcantara
|
1cd3f29fe0
|
Merge branch 'develop' into workspaces
|
2022-07-14 22:29:22 +10:00 |
|
Sidney Alcantara
|
16c45e935d
|
add table tutorial at /tutorial/table
|
2022-07-14 13:36:17 +10:00 |
|
Sidney Alcantara
|
133a9d5dfa
|
Import CSV: create new columns by default if it can’t find an existing column with a similar name (#608)
|
2022-07-14 13:03:55 +10:00 |
|
Sidney Alcantara
|
ff29f6b16e
|
ConfirmDialog: add buttonLayout prop
|
2022-07-13 20:02:35 +10:00 |
|
Sidney Alcantara
|
df6df4c6fc
|
update auth styles
|
2022-07-11 14:42:07 +10:00 |
|
Sidney Alcantara
|
0ece76c3ef
|
add GetStartedChecklist
|
2022-07-07 19:16:59 +10:00 |
|
shamsmosowi
|
015322f011
|
Merge branch 'develop' of https://github.com/rowyio/rowy into develop
|
2022-07-06 13:44:40 +02:00 |
|
shamsmosowi
|
9a168544b4
|
fix timeout value
|
2022-07-06 13:44:34 +02:00 |
|
shamsmosowi
|
5123b1c1ca
|
extend callable timeout to over 9minutes
|
2022-07-06 13:38:14 +02:00 |
|
Sidney Alcantara
|
89fadc1bc3
|
fix scrollbars
|
2022-07-05 13:30:04 +10:00 |
|
Han Tuerker
|
db7b3ebd84
|
Feat: Percentage field color customization (#692)
* feat(percentage-c11n): convert to table cell
* feat(percentage-c11n): add logic to default configs
* feat(percentage-c11n): add color picker to settings
* feat(percentage-c11n): change default colors
* feat(percentage-c11n): fix button text color
* feat(percentage-c11n): add labels to settings
* feat(percentage-c11n): add preview section
* feat(percentage-c11n): fix cache issues with debouncing
* feat(percentage-c11n): add width responsiveness to color picker
* feat(percentage-c11n): fix responsiveness issues
* feat(percentage-c11n): add checkbox, refactor a little
* feat(percentage-c11n): convert data type to array
* feat(percentage-c11n): refactor config states
* feat(percentage-c11n): fix defaults
* feat(percentage-c11n): add basic cell without bg
* feat(percentage-c11n): remove collapse
* feat(percentage-c11n): refactor checkStates
* feat(percentage-c11n): add grid layout
* feat(percentage-c11n): chore conventions
* feat(percentage-c11n): add default theme color to sidedrawer
* remove redundant fragment
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* fix text color in preview
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* fix: change state to derived state
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* fix: review suggestions
* fix: remove redundant change call
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* fix(percentage-c11n): remove redundant dependencies
Co-authored-by: Shams <shams.mosowi@gmail.com>
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
|
2022-07-05 12:50:34 +10:00 |
|
Sidney Alcantara
|
4f230871e1
|
replace desktop pinned nav with collapsible nav
|
2022-07-04 19:13:30 +10:00 |
|
Sidney Alcantara
|
6db708a8fb
|
Merge branch 'develop' of https://github.com/rowyio/rowy into develop
|
2022-07-04 11:59:35 +10:00 |
|
Sidney Alcantara
|
ea0da547f9
|
Leaf icon: use mdi-material-ui
|
2022-07-04 11:57:22 +10:00 |
|
shamsmosowi
|
82ecbadede
|
move fullScreenButton to be shared, remove md settings
|
2022-07-02 21:07:33 +02:00 |
|
Sidney Alcantara
|
d98d726676
|
Date & Time: only show date for date filters
|
2022-06-30 19:19:25 +10:00 |
|
Sidney Alcantara
|
2f7f569303
|
Action field: prevent selecting self as required field (fixes ROWY-551)
|
2022-06-30 15:44:22 +10:00 |
|
Sidney Alcantara
|
c856211cfa
|
update date & time filter operators for clarity
|
2022-06-29 15:03:30 +10:00 |
|
Han Tuerker
|
28c1d678f2
|
fix(rich-text-editor): fix dark mode ui appearance (#696)
* fix(rich-text-editor): fix dark mode ui appearance
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/components/RichTextEditor.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/theme/RichTextEditorDarkCSS.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* Update src/theme/RichTextEditorLightCSS.tsx
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
* fix(rich-text-editor): add stylings to dropdown
* fix(rich-text-editor): add toolbar stylings
* fix(rich-text-editor): reset hover&focus bg
Co-authored-by: Sidney Alcantara <sidney@sidney.me>
|
2022-06-29 12:35:01 +10:00 |
|
Sidney Alcantara
|
96abb36430
|
fix rowy run buildFunction endpoint expecting old pathname for tables
|
2022-06-28 15:55:16 +10:00 |
|
shamsmosowi
|
ff608abc3a
|
fix subcollection function deployment
|
2022-06-27 06:45:55 +02:00 |
|
shamsmosowi
|
dedddb889d
|
add config access to filter inputs
|
2022-06-25 06:00:26 +02:00 |
|
Sidney Alcantara
|
f4d70b77b1
|
fix sub-table container height
|
2022-06-21 17:49:27 +10:00 |
|
Sidney Alcantara
|
52d03a1f27
|
fix HiddenFields slash color
|
2022-06-21 17:46:39 +10:00 |
|
Sidney Alcantara
|
33d4c93ada
|
fix date filters crashing when value is null
|
2022-06-18 14:15:01 +10:00 |
|
shamsmosowi
|
cf26243e99
|
fix read only rule suggestion
|
2022-06-18 10:27:38 +07:00 |
|
shamsmosowi
|
2bf87b037e
|
filter by value
|
2022-06-18 09:00:21 +07:00 |
|
shamsmosowi
|
633106ceab
|
fix transparent background MD field
|
2022-06-17 07:04:57 +07:00 |
|
shamsmosowi
|
57eca9cf9d
|
update evalute all copy
|
2022-06-16 15:39:57 +07:00 |
|
Sidney Alcantara
|
5696cc38e7
|
fix modal titles hiding close button
|
2022-06-15 20:24:05 +10:00 |
|
Sidney Alcantara
|
d7bc172915
|
update Modal/fullScreen style to show nav hierarchy
|
2022-06-15 16:01:07 +10:00 |
|
Sidney Alcantara
|
0b81f80e6c
|
fix sub-table function deploy
|
2022-06-15 14:26:52 +10:00 |
|
Sidney Alcantara
|
954478617b
|
fix RichTooltip styling
|
2022-06-15 14:26:22 +10:00 |
|
Shams
|
3345bb7f30
|
Update utils.ts
|
2022-06-14 16:11:32 +10:00 |
|
Sidney Alcantara
|
94ed6e8611
|
markdown: limit table cell preview
|
2022-06-14 15:59:13 +10:00 |
|
Sidney Alcantara
|
53e6d7b006
|
fix markdown field styles
|
2022-06-14 15:45:55 +10:00 |
|
Sidney Alcantara
|
c3070895af
|
update geopoint styles
|
2022-06-14 15:08:02 +10:00 |
|
Sidney Alcantara
|
2787b943d9
|
add KeyValueInput
|
2022-06-14 15:07:39 +10:00 |
|
Sidney Alcantara
|
6239f0b6fd
|
fix table suspense flashing
|
2022-06-14 12:57:08 +10:00 |
|
Sidney Alcantara
|
75b81072b5
|
derivative column: add evaluat eall
|
2022-06-14 12:13:39 +10:00 |
|
Sidney Alcantara
|
2208ae7583
|
fix side drawer document path spacing
|
2022-06-13 23:14:41 +10:00 |
|
Sidney Alcantara
|
028ab2fa13
|
rename tableOrdersAtom to tableSortsAtom
|
2022-06-13 23:11:26 +10:00 |
|
Sidney Alcantara
|
94cbab781a
|
disable decrement ID when filters or orders enabled & update add row UI
|
2022-06-13 18:24:20 +10:00 |
|
Sidney Alcantara
|
8a9783177c
|
display column menu for all users, but hide config actions for non-ADMIN and non-OPS users
|
2022-06-13 17:39:53 +10:00 |
|
Sidney Alcantara
|
aef80be709
|
display column headers when only table rows have suspended
|
2022-06-13 16:02:38 +10:00 |
|