1751 Commits

Author SHA1 Message Date
Han Tuerker
086fd66dad feat(csv-import): fix invalid columnKey select 2022-08-18 09:55:09 +03:00
Han Tuerker
f7e2161165 Merge branch 'feat/airtable-migration' of https://github.com/htuerker/rowy into feat/airtable-migration 2022-08-17 16:53:17 +03:00
Han Tuerker
67e6fc5e71 feat(csv-import): add geopoint parser 2022-08-17 16:53:10 +03:00
Han Tuerker
c56fdc0567 feat(csv-import): add import parsers to rating, slider 2022-08-17 16:28:41 +03:00
Han Tuerker
1c27b26c59 feat(airtable-migration): add color csv import parser 2022-08-17 16:17:16 +03:00
Han Tuerker
576de94795 feat(airtable-migration): create new column as default 2022-08-17 15:53:25 +03:00
Han Tuerker
c665495be9 feat(airtable-migration): add checked value to radio inputs 2022-08-17 15:00:33 +03:00
Sidney Alcantara
9ebd5b3aaf update discord link 2022-08-17 10:49:52 +02:00
Sidney Alcantara
9e1b53a9d5 add imagery to table tutorial 2022-08-16 15:45:22 +02:00
Sidney Alcantara
385f764e45 GetStartedChecklist: close when user clicks an action 2022-08-16 12:06:36 +02:00
Han Tuerker
13866caf62 Merge branch 'rowyio:main' into feat/airtable-migration 2022-08-15 15:04:14 +03:00
Han Tuerker
5a24aeb40b feat(airtable-migration): add next step disabler 2022-08-15 13:54:54 +03:00
Sidney Alcantara
a39b735796 finish get started & tutorial logic 2022-08-15 12:45:45 +02:00
Sidney Alcantara
796067af40 fix TableTutorial positioning when nav open 2022-08-15 12:05:54 +02:00
Han Tuerker
6afb1c0238 feat(airtable-migration): add next step disabler 2022-08-15 08:57:47 +03:00
Han Tuerker
b26f57ceb5 feat(airtable-migration): improve form errors 2022-08-15 08:57:20 +03:00
Han Tuerker
32bc5b4b30 chore(airtable-migration): remove console logs 2022-08-12 05:54:19 +03:00
Han Tuerker
3c020b23eb feat(airtable-migration): add ui improvements
- add step error messages
- add invalid rows information
2022-08-12 05:29:46 +03:00
Han Tuerker
076a1a0fbd feat(airtable-migration): add id column select 2022-08-11 10:46:28 +03:00
Han Tuerker
7511027612 feat(airtable-migration): fix id
- used __rowy_ref object to set document id
- add document id validation
2022-08-11 10:08:00 +03:00
Han Tuerker
80eb1d0c34 feat(airtable-migration): refactorings
- extract import methods
- move fieldParser into utils
- add documentID radio buttons
2022-08-11 06:23:57 +03:00
Han Tuerker
58209bb006 feat(airtable-migration): add field suggestion 2022-08-11 03:39:42 +03:00
Han Tuerker
98c56f8d61 feat(airtable-migration): add document id picker 2022-08-11 03:13:23 +03:00
Sidney Alcantara
a35afa9619 v2.6.1 – Bug fixes (#743)
* Bump ejs from 3.1.6 to 3.1.8

Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump tmpl from 1.0.4 to 1.0.5

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump protobufjs from 6.11.2 to 6.11.3

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/v6.11.3/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.2...v6.11.3)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* 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>

* update date & time filter operators for clarity

* Action field: prevent selecting self as required field (fixes ROWY-551)

* Date & Time: only show date for date filters

* move fullScreenButton to be shared, remove md settings

* bundle-analyzer

* Leaf icon: use mdi-material-ui

* 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>

* extend callable timeout to over 9minutes

* fix timeout value

* fix page loading with white screen while system is in dark mode

* Revert "bundle-analyzer"

This reverts commit dd214b96e4.

* fix nav items not accessible with Tab

* Percentage: don’t display if value null or undefined

* fix NavDrawer causing compile to fail

* show text field if collections array is empy

* column ids

* row ID

* fix create table showing empty dropdown for collections

* fix row not writing to db once all required fields are written

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Han Tuerker <46192266+htuerker@users.noreply.github.com>
Co-authored-by: shamsmosowi <shams.mosowi@gmail.com>
2022-08-10 12:18:09 +02:00
Sidney Alcantara
4f25cca68a fix row not writing to db once all required fields are written 2022-08-10 12:10:51 +02:00
Sidney Alcantara
819cc0ff66 fix BuildLogsSnack position with new nav 2022-08-10 11:10:48 +02:00
Han Tuerker
4c22442379 feat(airtable-migration): clean up for pr 2022-08-10 06:13:41 +03:00
Han Tuerker
c19b8df4d6 feat(airtable-migration): fix datetime basic cell 2022-08-10 06:10:21 +03:00
Han Tuerker
768424913f feat(airtable-migration): refactor value preview 2022-08-10 05:03:11 +03:00
Han Tuerker
d0654cfd7d feat(airtable-migration): add update by id 2022-08-10 04:25:41 +03:00
Han Tuerker
7a765993e1 feat(airtable-migration): fix date parser 2022-08-10 04:15:46 +03:00
Han Tuerker
cbc783bd87 feat(airtable-migration): add date field parser 2022-08-10 03:53:58 +03:00
Han Tuerker
499a76ab86 feat(airtable-migration): add preview step 2022-08-09 04:27:22 +03:00
Han Tuerker
e8151ad3ff feat(airtable-migration): fix new columns misorder 2022-08-09 04:23:15 +03:00
Han Tuerker
9adf1c2572 feat(airtable-migration: improve fetcher logic 2022-08-09 03:07:39 +03:00
Han Tuerker
173e3b8cf4 feat(airtable-migration): add finish handler 2022-08-08 04:26:29 +03:00
Han Tuerker
628b027b6a feat(airtable-migration): add select col type step 2022-08-07 05:13:35 +03:00
Han Tuerker
9e978c6f7c feature(airtable-migration): add columns step 2022-08-07 04:10:29 +03:00
Han Tuerker
62d371e9d4 feat(airtable-migration): initiate import wizard 2022-08-07 03:56:49 +03:00
Han Tuerker
489c478ecd feat(airtable-migration): add tab panel 2022-08-05 04:46:41 +03: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
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
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