Commit Graph

87 Commits

Author SHA1 Message Date
Wing-Kam Wong
06df79b3af Merge branch 'develop' into refactor/backend 2023-03-14 15:29:02 +08:00
Wing-Kam Wong
75c67e59b8 fix(nc-gui): aggCommentCount type 2023-03-14 12:41:13 +08:00
Wing-Kam Wong
60eb1ed128 fix(nc-gui): formatData list type 2023-03-10 16:53:35 +08:00
Pranav C
d62b3d9419 refactor: include storeToRefs in imports alias
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 12:04:34 +05:30
Pranav C
500979d135 refactor: migrate simple composable usage syntax to pinia store usage syntax
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-10 00:29:20 +05:30
Pranav C
f392ebdff7 fix(gui): skip unsaved records while switching between rows
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-07 12:52:30 +05:30
Pranav C
3fde0f0c36 chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-07 12:52:30 +05:30
Pranav C
77e3796bbb fix(gui): hide prev icon for first row and next icon for last row
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-03-07 12:52:30 +05:30
Daniel Spaude
8564cb98b8 Merge branch 'develop' into duplicate-and-delete-row-buttons 2023-02-13 18:04:33 -05:00
աɨռɢӄաօռɢ
5c73cb0395 Merge pull request #5046 from nocodb/fix/4992-attachment
fix: drop url availability check with fetch
2023-02-13 16:39:56 +08:00
mertmit
8045ba6779 feat: use shared composable for useProject and useTabs
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-02-13 01:55:03 +03:00
Wing-Kam Wong
b81f48309a chore(nc-gui): lint 2023-02-07 12:20:46 +08:00
Wing-Kam Wong
7e9aa7b810 fix(nc-gui): remove getAttachmentUrl 2023-02-07 11:44:27 +08:00
mertmit
947f4c7cb3 fix: drop url availability check with fetch
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-02-06 20:39:42 +03:00
Daniel Spaude
04d9b08f55 add delete and duplicate row buttons to expanded form and grid view 2023-02-04 19:51:06 +01:00
Wing-Kam Wong
9e26b57e2c fix(nc-gui): type issues 2023-01-30 18:11:27 +08:00
Wing-Kam Wong
4f4d876bbd fix(nc-gui): oldAttachment not iterable 2023-01-30 17:06:16 +08:00
Wing-Kam Wong
33bf9d5fed fix(nc-gui): cater new attachments in gallery view 2023-01-28 19:27:02 +08:00
Pranav C
eadbdab289 refactor(gui): code cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-01-19 12:11:37 +05:30
Pranav C
90bfa2dec2 feat(gui): improve row navigation option in expanded form
- Add tooltip
- Show warning if out of bound
- Hide option from nested
- Implement it in Gallery view

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-01-19 12:05:04 +05:30
Wing-Kam Wong
2c36fcec2b fix(nc-gui): get public gallery data from sharedView.view 2023-01-16 18:55:00 +08:00
Pranav C
c0266c007f fix(gui): encode id to escape special chars in url
re #4704

Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-29 13:03:18 +05:30
flisowna
e7a15b77ec Barcode column type - WIP (mainly FE related code) 2022-12-01 20:14:58 +03:00
Daniel Spaude
2cb6ad8eb4 Merge branch 'develop' into qr-prototyping-cleanedup 2022-11-22 12:01:49 +03:00
Wing-Kam Wong
db0db46a5d fix(nc-gui): return loadGalleryData if it is public 2022-11-22 12:24:35 +08:00
Wing-Kam Wong
545c5875bb fix(nc-gui): expectedPage logic 2022-11-21 12:40:53 +08:00
Wing-Kam Wong
501292cead fix(nc-gui): query field returns empty result with non-zero offset 2022-11-19 16:47:19 +08:00
Daniel Spaude
606cf1fd95 QR Code: enable auto updating of cell if referenced value cell is changed 2022-11-11 16:03:21 +04:00
Daniel Spaude
68ef073c26 Merge branch 'develop' into qr-prototyping-cleanedup 2022-11-10 18:43:51 +04:00
Pranav C
a0edacd8b3 fix(gui): update changed meta of row after save method invoked
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-07 16:58:30 +05:30
Pranav C
0942d8d107 refactor(gui): handle missing property scenario in a better way
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-07 14:39:42 +05:30
Pranav C
cfaa7b64e7 fix(gui): tab switch row insert/update bug
- pass correct column list to get primary key
- handle undefined as null in update

Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-07 13:46:08 +05:30
Daniel Spaude
7015e19775 QR code type: adress PR feedback 2022-11-04 16:42:36 +04:00
Pranav C
91bc7840e7 fix(gui): overwrite auto updated field on update
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-28 12:40:33 +05:30
Pranav C
2f259a08b8 fix(gui): only overwrite Rollup and Formula cell on row update
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-28 12:18:06 +05:30
braks
7744db0edc chore(nc-gui): lint 2022-10-25 15:11:35 +02:00
աɨռɢӄաօռɢ
463e0b8656 Merge pull request #4118 from nocodb/fix/4103-avoid-overwriting-cell-val
Fix: Grid view - avoid overwriting cell value after update
2022-10-25 16:18:00 +08:00
Pranav C
b868d23a34 fix(gui):disable deep compare since the data could be non-valid json
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-17 16:16:26 +05:30
Pranav C
96db6145fc fix(gui): avoid overwriting cell value after update
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-17 15:52:01 +05:30
Pranav C
8a43a69e13 fix(gui): insert row bug
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:05:23 +05:30
Pranav C
f9cab933b8 fix(gui): pass Row ref to insert method
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:02:08 +05:30
Pranav C
a9429cd059 fix(gui): update rowMeta only when it's defined
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:02:08 +05:30
Pranav C
507780a098 fix(gui): wait until inserting record to avoid duplicate row insertion
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:02:08 +05:30
Pranav C
d230152ed8 fix(gui): allow user to expand row if any ongoing save/update completes
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-15 12:02:08 +05:30
braks
95f252ba84 fix(nc-gui): remove useMetas from cb fn 2022-10-13 15:57:03 +02:00
Pranav C
f0dd065e79 refactor(gui): group import statements
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-10 12:25:23 +05:30
Pranav C
d1397fe12f fix(gui): whenever tab/view switched save any existing changes in previous view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-09 16:26:57 +05:30
Pranav C
491f9557a3 feat(gui): if bt column is required then mark it as required in header
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-09 16:26:57 +05:30
Pranav C
c93e2afda0 feat(gui): save expanded form data only if all required field values provided
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-09 16:26:57 +05:30
Pranav C
73d2154f60 fix(gui): extract foreign key value from belongs to
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-09 16:26:56 +05:30