Commit Graph

3711 Commits

Author SHA1 Message Date
Sidney Alcantara
e6f14a460d Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2022-11-24 17:11:56 +11:00
Sidney Alcantara
ad7c5fd992 update typedoc config 2022-11-24 17:11:14 +11:00
Shams
d1fb94c8e7 Merge pull request #978 from rowyio/feature/rowy-706-table-upgrade
Feature/rowy 706 table upgrade
2022-11-24 00:56:19 +01:00
Sidney Alcantara
506df13938 Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-11-22 17:39:01 +11:00
Sidney Alcantara
c1d1f44a32 fix typedoc paths 2022-11-22 17:38:52 +11:00
Sidney Alcantara
73d6641c9b Merge branch 'develop' into feature/rowy-706-table-upgrade
# Conflicts:
#	src/atoms/tableScope/table.ts
#	src/components/TableToolbar/LoadedRowsStatus.tsx
#	src/hooks/useFirestoreCollectionWithAtom.ts
2022-11-22 17:37:04 +11:00
Sidney Alcantara
e3831d716a fix serverDocCountAtom loading state displaying “of 0 rows” 2022-11-22 17:36:17 +11:00
Sidney Alcantara
cf069aac62 Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-11-22 17:28:31 +11:00
Sidney Alcantara
d97b638df2 Merge branch 'develop' of https://github.com/rowyio/rowy into develop 2022-11-22 17:13:01 +11:00
Sidney Alcantara
a2779ed307 Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-11-22 17:12:37 +11:00
Sidney Alcantara
6a30220b94 fix out of order & missing field rows being added twice to tableRowsLocalAtom 2022-11-22 17:07:36 +11:00
Sidney Alcantara
3115a9c917 fix table spacing when side drawer is opened 2022-11-22 16:24:46 +11:00
Sidney Alcantara
9a7b225afa fix final column header appearing to be draggable 2022-11-22 16:20:10 +11:00
Sidney Alcantara
e2bed9e4b0 temp fix vercel builds breaking on node 18
```
The prop value with an expression type of JSXFragment could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.

Error: error:0308010C:digital envelope routines::unsupported
    at String.replace (<anonymous>)
```
2022-11-22 14:59:02 +11:00
Sidney Alcantara
74cdae7195 fix frozen columns disappearing when scrolled right 2022-11-21 18:13:33 +11:00
Sidney Alcantara
9829fdebc1 fix virtualization occasionally not detecting scroll 2022-11-21 17:16:32 +11:00
Sidney Alcantara
763c0a20d0 Rating Icon: remove console.log 2022-11-21 14:17:42 +11:00
Sidney Alcantara
dd3f5553ab fix Rating cells not saving to db & add warning in comments 2022-11-18 18:36:41 +11:00
Sidney Alcantara
edb70164cf add code comments & explanations 2022-11-18 17:31:03 +11:00
Sidney Alcantara
be953da123 ColumnMenu: get user permissions as props instead of checking userRolesAtom 2022-11-18 16:53:45 +11:00
Sidney Alcantara
c6b10d3378 fix sub-table opening appearing to crash the page 2022-11-18 14:27:23 +11:00
Sidney Alcantara
86b2004215 fix disabled cell styles 2022-11-18 14:27:08 +11:00
Sidney Alcantara
6f0873ff7d improve Table code organization & fix memo issues 2022-11-17 18:17:43 +11:00
Bobby Wang
7c6c035fb0 fix diff editor dark theme ui (#955) 2022-11-17 15:57:28 +11:00
Sidney Alcantara
6f8dd8cdc5 fix cells not re-rendering when there's a new value from db 2022-11-17 15:50:26 +11:00
Sidney Alcantara
bcf6dfc686 Merge pull request #861 from rowyio/multi-file-upload
Multi file upload
2022-11-17 14:39:21 +11:00
Miriam Shams-Rainey
5e8cff26e5 Enhancement/show total rows in db (#918)
* Added customization for action name/label

* Update Firebase version

* Created doc count atom and used in table status UI

* Improved syntax

* Fixed linting error

* Used query w/o limit for doc count

* Add guard for optional SetServerDocCountAtom

Co-authored-by: Sidney Alcantara <sidney@sidney.me>
2022-11-17 14:03:55 +11:00
Han Tuerker
969809df8b append generated id to file name 2022-11-16 11:15:10 +03:00
Han Tuerker
a3d22474c9 extract localFiles and dropzoneState into useFileUploader 2022-11-16 11:07:05 +03:00
Sidney Alcantara
b2747ddddf fix editorMode: inline cells waiting to render even when disabled 2022-11-16 18:12:30 +11:00
Sidney Alcantara
806821eac9 Merge pull request #950 from rowyio/dependabot/npm_and_yarn/loader-utils-2.0.4
Bump loader-utils from 2.0.0 to 2.0.4
2022-11-16 17:40:06 +11:00
Sidney Alcantara
9e4ed7e213 Merge pull request #939 from ganeshmani/fix/derivative-column-collapse
fix: Build logs collapse by default
2022-11-16 17:38:49 +11:00
dependabot[bot]
47ebcfd6b3 Bump loader-utils from 2.0.0 to 2.0.4
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 06:21:10 +00:00
Miriam Shams-Rainey
c7cca89622 Changed default Action to script from cloud func (#913)
* Changed default Action to script from cloud func

* Apply suggestions from code review

Co-authored-by: Sidney Alcantara <sidney@sidney.me>

* Updated to use falsy undefined value

Co-authored-by: Sidney Alcantara <sidney@sidney.me>
2022-11-16 17:09:59 +11:00
Sidney Alcantara
2d2cd424f3 fix table styles 2022-11-16 16:14:40 +11:00
Sidney Alcantara
fda6ff2db7 🎉 remove react-data-grid dependency 2022-11-15 18:39:08 +11:00
Sidney Alcantara
d81b4fc3c8 display RowsSkeleton when loading next page 2022-11-15 18:23:57 +11:00
Sidney Alcantara
39dc84a38c re-enable cell validation tooltips 2022-11-15 18:14:44 +11:00
Sidney Alcantara
ea8019e1e3 render inline editor cell after timeout on mount to improve scroll performance 2022-11-15 18:02:30 +11:00
Sidney Alcantara
1b454de85a extract TableBody out of Table 2022-11-15 17:36:58 +11:00
Sidney Alcantara
3ca6f8d068 move ChipList.tsx 2022-11-15 17:36:48 +11:00
Sidney Alcantara
059c616414 memoize more components 2022-11-15 16:53:20 +11:00
Han Tuerker
bdfce19af0 remove unneccessary arrayUnion flag 2022-11-15 08:35:25 +03:00
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
315f3c7d29 improve visual affordance for column drag reorder 2022-11-14 17:04:14 +11:00
Sidney Alcantara
f5754af73f Rating: remove expensive @mui/lab import 2022-11-14 16:11:46 +11:00
Sidney Alcantara
2822689897 move Action getActionName util fn to DisplayCell.tsx 2022-11-14 16:11:34 +11:00
Sidney Alcantara
e9bc4a5a9b Merge branch 'develop' into feature/rowy-706-table-upgrade 2022-11-14 16:09:01 +11:00
Sidney Alcantara
0b75d60813 fix JSON side drawer field crashing if value is a firestore ref 2022-11-14 13:01:09 +11:00