Wing-Kam Wong
|
75c67e59b8
|
fix(nc-gui): aggCommentCount type
|
2 years ago |
Daniel Spaude
|
4de7f6f60e
|
Revert "shared map view issue debugging - WIP"
This reverts commit b0cad5fa8e .
|
2 years ago |
Daniel Spaude
|
b0cad5fa8e
|
shared map view issue debugging - WIP
|
2 years ago |
Daniel Spaude
|
3e23a453dd
|
Revert "shared map view issue debugging - WIP"
This reverts commit b7fc4ffa9a .
|
2 years ago |
Daniel Spaude
|
b7fc4ffa9a
|
shared map view issue debugging - WIP
|
2 years ago |
Wing-Kam Wong
|
60eb1ed128
|
fix(nc-gui): formatData list type
|
2 years ago |
Pranav C
|
d62b3d9419
|
refactor: include `storeToRefs` in imports alias
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
500979d135
|
refactor: migrate simple composable usage syntax to pinia store usage syntax
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f392ebdff7
|
fix(gui): skip unsaved records while switching between rows
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
3fde0f0c36
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
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>
|
2 years ago |
mertmit
|
8045ba6779
|
feat: use shared composable for useProject and useTabs
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
b81f48309a
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
7e9aa7b810
|
fix(nc-gui): remove getAttachmentUrl
|
2 years ago |
mertmit
|
947f4c7cb3
|
fix: drop url availability check with fetch
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Daniel Spaude
|
04d9b08f55
|
add delete and duplicate row buttons to expanded form and grid view
|
2 years ago |
Wing-Kam Wong
|
9e26b57e2c
|
fix(nc-gui): type issues
|
2 years ago |
Wing-Kam Wong
|
4f4d876bbd
|
fix(nc-gui): oldAttachment not iterable
|
2 years ago |
Wing-Kam Wong
|
33bf9d5fed
|
fix(nc-gui): cater new attachments in gallery view
|
2 years ago |
Pranav C
|
eadbdab289
|
refactor(gui): code cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
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>
|
2 years ago |
Wing-Kam Wong
|
2c36fcec2b
|
fix(nc-gui): get public gallery data from sharedView.view
|
2 years ago |
flisowna
|
c2220c6a6b
|
fix issues from PR
|
2 years ago |
Pranav C
|
c0266c007f
|
fix(gui): encode id to escape special chars in url
re #4704
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
flisowna
|
e7a15b77ec
|
Barcode column type - WIP (mainly FE related code)
|
2 years ago |
Wing-Kam Wong
|
db0db46a5d
|
fix(nc-gui): return loadGalleryData if it is public
|
2 years ago |
Wing-Kam Wong
|
545c5875bb
|
fix(nc-gui): expectedPage logic
|
2 years ago |
Wing-Kam Wong
|
501292cead
|
fix(nc-gui): query field returns empty result with non-zero offset
|
2 years ago |
Daniel Spaude
|
606cf1fd95
|
QR Code: enable auto updating of cell if referenced value cell is changed
|
2 years ago |
Pranav C
|
a0edacd8b3
|
fix(gui): update changed meta of row after save method invoked
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0942d8d107
|
refactor(gui): handle missing property scenario in a better way
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
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>
|
2 years ago |
Daniel Spaude
|
7015e19775
|
QR code type: adress PR feedback
|
2 years ago |
flisowna
|
df11ad896c
|
geodata: mapmetadata in mapview
|
2 years ago |
flisowna
|
6de762a4b6
|
geodata: add select geodata select field menu and missing fields in migrations
|
2 years ago |
flisowna
|
1eb51bb14f
|
geodata: render geo data points in view (WIP)
|
2 years ago |
Pranav C
|
91bc7840e7
|
fix(gui): overwrite auto updated field on update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
2f259a08b8
|
fix(gui): only overwrite Rollup and Formula cell on row update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
7744db0edc
|
chore(nc-gui): lint
|
2 years ago |
Pranav C
|
b868d23a34
|
fix(gui):disable deep compare since the data could be non-valid json
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
96db6145fc
|
fix(gui): avoid overwriting cell value after update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
8a43a69e13
|
fix(gui): insert row bug
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f9cab933b8
|
fix(gui): pass Row ref to insert method
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
a9429cd059
|
fix(gui): update rowMeta only when it's defined
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
507780a098
|
fix(gui): wait until inserting record to avoid duplicate row insertion
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d230152ed8
|
fix(gui): allow user to expand row if any ongoing save/update completes
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
95f252ba84
|
fix(nc-gui): remove `useMetas` from cb fn
|
2 years ago |
Pranav C
|
f0dd065e79
|
refactor(gui): group import statements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d1397fe12f
|
fix(gui): whenever tab/view switched save any existing changes in previous view
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
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>
|
2 years ago |