Commit Graph

3422 Commits

Author SHA1 Message Date
Sidney Alcantara
50c26c1628 bump version number 2022-08-15 12:06:01 +02:00
Sidney Alcantara
796067af40 fix TableTutorial positioning when nav open 2022-08-15 12:05:54 +02:00
Sidney Alcantara
819cc0ff66 fix BuildLogsSnack position with new nav 2022-08-10 11:10:48 +02:00
Sidney Alcantara
a76b68a4c5 Merge branch 'develop' into workspaces 2022-08-02 23:44:51 +02:00
Sidney Alcantara
52b5d755dc fix create table showing empty dropdown for collections 2022-08-02 23:44:38 +02:00
Sidney Alcantara
b5c61c31a0 fix create table showing empty dropdown for collections 2022-08-02 23:43:58 +02:00
Sidney Alcantara
3ffe5a6184 Merge branch 'develop' into workspaces
# Conflicts:
#	src/layouts/Navigation/NavDrawer.tsx
2022-08-02 23:42:08 +02:00
Sidney Alcantara
9ebcd5e8b6 Merge branch 'workspaces' of https://github.com/rowyio/rowy into workspaces 2022-08-02 23:37:03 +02:00
Sidney Alcantara
7d5b7387c8 update nav community, help menus 2022-08-02 23:36:51 +02:00
shamsmosowi
7176c9dcc4 row ID 2022-07-29 00:44:37 +02:00
shamsmosowi
b64c6c4909 column ids 2022-07-26 16:24:23 +02:00
shamsmosowi
a50360214f show text field if collections array is empy 2022-07-25 20:51:15 +02:00
Sidney Alcantara
4f4db19b48 global theme updates 2022-07-25 13:25:11 +10:00
Sidney Alcantara
52e408ce8c nav updates 2022-07-21 16:39:53 +10:00
Sidney Alcantara
f4b50f31be fix NavDrawer hover state being updated when unused 2022-07-20 16:12:57 +10:00
Sidney Alcantara
38d422c0cb bump workspaces to v3 2022-07-20 15:19:24 +10:00
Sidney Alcantara
91b110dcb2 fix NavDrawer causing compile to fail 2022-07-20 15:19:00 +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
1c91071605 Merge branch 'develop' into workspaces
# Conflicts:
#	src/layouts/Navigation/NavItem.tsx
2022-07-20 14:53:15 +10:00
Sidney Alcantara
b641af8c8f fix nav items not accessible with Tab 2022-07-20 14:51:17 +10:00
Sidney Alcantara
d54115c996 sync changes with rowy.app 2022-07-20 14:50:23 +10:00
Sidney Alcantara
65fd440ec2 restructure NavDrawer 2022-07-18 20:47:18 +10:00
Sidney Alcantara
802499708a globalScope → projectScope 2022-07-18 14:40:46 +10:00
Sidney Alcantara
264a838a21 favicon.svg: add viewBox 2022-07-18 14:22:56 +10:00
Sidney Alcantara
00bc81a4d8 RowyThemeProvider: add Outlet 2022-07-18 14:01:29 +10:00
Sidney Alcantara
34c53f2b1a Merge branch 'rc' into workspaces 2022-07-18 13:58:00 +10:00
Sidney Alcantara
a96b23f38d Revert "bundle-analyzer"
This reverts commit dd214b96e4.
2022-07-18 13:57:31 +10:00
Sidney Alcantara
6163d552ff update Providers 2022-07-18 13:56:54 +10:00
Sidney Alcantara
7604768ec5 AuthLayout: hide projectId if not available 2022-07-15 12:19:58 +10:00
Sidney Alcantara
1cd3f29fe0 Merge branch 'develop' into workspaces 2022-07-14 22:29:22 +10:00
Sidney Alcantara
4786d059c6 fix page loading with white screen while system is in dark mode 2022-07-14 22:26:18 +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
c92a0d19bf update button design 2022-07-13 20:02:03 +10:00
Sidney Alcantara
df6df4c6fc update auth styles 2022-07-11 14:42:07 +10:00
Sidney Alcantara
b23eb499a6 update community, help menu spacing 2022-07-08 14:40:27 +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
711327e28d update navigation 2022-07-06 15:23:05 +10:00
Sidney Alcantara
7c574c9d84 increase min width for collapsible nav drawer 2022-07-05 13:46:44 +10: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
13d37efc90 Merge branch 'develop' into workspaces 2022-07-04 12:54:59 +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