Commit Graph

153 Commits

Author SHA1 Message Date
Sidney Alcantara
8abe5f9636 ROWY-710 NewColumnModal: remove short text as default field type 2022-10-11 17:23:58 +11:00
Sidney Alcantara
cd29d8fd44 run yarn-deduplicate 2022-10-11 17:05:38 +11:00
Sidney Alcantara
124baf10c9 remove @mui/styles 2022-10-11 16:58:50 +11:00
Sidney Alcantara
58eec2e0ea LoadedRowsSearch: add icon & offline indicator 2022-10-10 12:46:04 +11:00
Sidney Alcantara
12e0528ae6 update modal styles & transition 2022-10-07 12:32:23 +11:00
Sidney Alcantara
cc1c081d37 Merge pull request #744 from rowyio/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-09-26 17:50:43 +10:00
Sidney Alcantara
3353978243 upgrade jotai to latest 2022-09-22 13:38:29 +10:00
Bobby Wang
725313bd18 Merge pull request #725 from rowyio/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.12.1 to 5.14.2
2022-09-17 00:01:10 +07:00
dependabot[bot]
688052dcc1 Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 10:19:36 +00: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
52e408ce8c nav updates 2022-07-21 16:39:53 +10:00
dependabot[bot]
d8c7b15ccc Bump terser from 5.12.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 06:17:13 +00:00
Sidney Alcantara
a96b23f38d Revert "bundle-analyzer"
This reverts commit dd214b96e4.
2022-07-18 13:57:31 +10:00
shamsmosowi
dd214b96e4 bundle-analyzer 2022-07-03 15:24:25 +02:00
Sidney Alcantara
a80b086d68 Merge pull request #688 from rowyio/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-06-29 12:19:44 +10:00
Sidney Alcantara
454d8cd4e1 Merge pull request #690 from rowyio/dependabot/npm_and_yarn/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5
2022-06-29 12:19:33 +10:00
Sidney Alcantara
8f53d500a5 Merge pull request #689 from rowyio/dependabot/npm_and_yarn/ejs-3.1.8
Bump ejs from 3.1.6 to 3.1.8
2022-06-29 12:19:21 +10:00
dependabot[bot]
ce614cd317 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>
2022-06-28 18:37:28 +00:00
dependabot[bot]
070e1889db 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>
2022-06-28 18:37:27 +00:00
dependabot[bot]
5c2400551e 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>
2022-06-28 18:37:26 +00:00
dependabot[bot]
a908e4ee18 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>
2022-06-28 18:37:25 +00:00
Sidney Alcantara
c2626e9bcb update full screen modal animation 2022-06-15 20:14:41 +10:00
Sidney Alcantara
ea7a6e92e4 update jotai 2022-06-14 12:49:20 +10:00
Sidney Alcantara
2869c0e792 Merge branch 'develop' into data-layer-rewrite 2022-06-09 17:08:43 +10:00
Sidney Alcantara
c3e1eddd27 add typedoc for atoms 2022-06-08 11:53:08 +10:00
Sidney Alcantara
1f56ffcc64 add table wizard ui (not functional) 2022-06-07 12:00:58 +10:00
Sidney Alcantara
2e8dcc6723 remove unused csv-parse polyfills 2022-06-07 10:17:25 +10:00
Sidney Alcantara
62db3af3bb downgrade mui to v5.6 2022-06-06 17:43:53 +10:00
shamsmosowi
c28490c61a markdown field 2022-06-06 15:59:27 +10:00
Sidney Alcantara
c448591546 enable all fields in side drawer 2022-06-06 12:21:38 +10:00
Sidney Alcantara
6ca30bb7d3 Merge pull request #682 from rowyio/dependabot/npm_and_yarn/semver-regex-3.1.4
Bump semver-regex from 3.1.3 to 3.1.4
2022-06-04 15:00:39 +10:00
dependabot[bot]
7dbd94bf7c Bump semver-regex from 3.1.3 to 3.1.4
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits/v3.1.4)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-04 00:02:35 +00:00
Sidney Alcantara
1933bae224 update HiddenFields button text 2022-06-03 19:11:14 +10:00
Sidney Alcantara
bb8b6986e0 move table ui atoms to tableScope 2022-06-03 12:47:40 +10:00
Sidney Alcantara
b414853e90 Merge pull request #681 from rowyio/dependabot/npm_and_yarn/eventsource-1.1.1
Bump eventsource from 1.0.7 to 1.1.1
2022-06-02 16:45:39 +10:00
Sidney Alcantara
21cfc7565a update Reference field icon 2022-06-02 14:13:18 +10:00
dependabot[bot]
f1b99fcbd9 Bump eventsource from 1.0.7 to 1.1.1
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 22:00:40 +00:00
Sidney Alcantara
dd0164b1ef add CloudLogs 2022-06-01 21:52:04 +10:00
Sidney Alcantara
a838b40011 add Export 2022-05-31 16:12:16 +10:00
Sidney Alcantara
60a40c6354 add table filters UI 2022-05-26 21:16:02 +10:00
Sidney Alcantara
110acab45b Merge branch 'data-layer-rewrite' of https://github.com/rowyio/rowy into data-layer-rewrite 2022-05-24 20:34:33 +10:00
Sidney Alcantara
3821b229e1 add more complex data types 2022-05-24 20:34:28 +10:00
shamsmosowi
cdb47489c9 Merge branch 'data-layer-rewrite' of https://github.com/rowyio/rowy into data-layer-rewrite 2022-05-24 13:56:14 +07:00
shamsmosowi
1b7f9afbbc functions setup 2022-05-24 13:56:06 +07:00
Sidney Alcantara
6b162beb4e add most field types 2022-05-24 16:17:09 +10:00
Sidney Alcantara
8fb9a47445 add main Table component 2022-05-19 16:37:56 +10:00
Sidney Alcantara
72cac00c89 fix jest babel transforms 2022-05-10 12:15:20 +10:00
Sidney Alcantara
9f34dd80b1 support table local rows, collectionGroup, filters, orders, page 2022-05-05 15:46:00 +10:00
Sidney Alcantara
b91083391f fix @rowy/form-builder 2022-05-04 21:00:58 +10:00
Sidney Alcantara
9d79d22b29 Merge branch 'v3' of https://github.com/notsidney/xtable into data-layer-rewrite 2022-05-04 19:10:19 +10:00