Pranav C
|
44217b0ce4
|
feat: insert column after/before a column
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
ca24809b7d
|
feat(gui): implement sort option in column grid level
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Daniel Spaude
|
9722e65ee2
|
qrcode: cleanup
|
2 years ago |
Daniel Spaude
|
71c03ef725
|
extract 'show/clear not possible for non-editable columns' logic out into composable
|
2 years ago |
Ekaterina Balakina
|
095ebdfcf3
|
copy in right menu, notification and refactor
|
2 years ago |
Wing-Kam Wong
|
9b57a00d71
|
feat(nc-gui): move search to useFieldQuery
|
2 years ago |
Wing-Kam Wong
|
4bcbc1ca8e
|
feat(nc-gui): useFieldQuery
|
2 years ago |
Pranav C
|
043cbcf4e7
|
fix(gui): block event bubbling
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
a19564d9dd
|
refactor(gui): show validation error in toast
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
064436d550
|
refactor(gui): reload table meta after adding new option
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
56dc7615c3
|
refactor(gui): requested changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
19f8fd61fa
|
fix(nc-gui): trigger useKanbanViewStoreOrThrow only in kanban view
|
2 years ago |
Wing-Kam Wong
|
db0db46a5d
|
fix(nc-gui): return loadGalleryData if it is public
|
2 years ago |
Pranav C
|
915575309d
|
feat: close toolbar menu on escape key press
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
545c5875bb
|
fix(nc-gui): expectedPage logic
|
2 years ago |
Pranav C
|
2fab4c4632
|
fix(gui): miscellaneous ui fixes and improvement
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
501292cead
|
fix(nc-gui): query field returns empty result with non-zero offset
|
2 years ago |
Pranav C
|
cb1c2fcd35
|
refactor(api): font size correction and navigation bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
25d71f9654
|
fix(nc-gui): add fallback client type
|
2 years ago |
braks
|
fca55cffb2
|
chore(nc-gui): remove useVirtualCell
|
2 years ago |
braks
|
9daa6d8b47
|
refactor(nc-gui): remove useColumn and useVirtualCell
|
2 years ago |
braks
|
19c38753a4
|
refactor(nc-gui): reduce computed values generated by cells
|
2 years ago |
Raju Udava
|
2a7c90f064
|
refactor: delete confirmation modal width
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
6dba597fef
|
chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c84998d7aa
|
fix(gui): reset to non-editable mode if switching cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
326e6ab7ce
|
fix: prevent cell switch on keypress when picker, dropdown or LTAR list is in open state
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
d682e56a3f
|
refactor: cleanup and lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
f8e52e39e0
|
fix(api): block delete key press action for input fields at cell level
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
7cfa6491fc
|
feat(gui): On first click outside checkbox, just select cell. Do not toggle value
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4b0845bd30
|
feat(gui): on enter key press open ref table rows modal for LTAR cells
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
747202024b
|
feat: toggle checkbox on enter key press
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
b802aa5508
|
fix(nc-gui): avoid keeping unnecessary props when switching column type
|
2 years ago |
Daniel Spaude
|
606cf1fd95
|
QR Code: enable auto updating of cell if referenced value cell is changed
|
2 years ago |
Ekaterina Balakina
|
48b8c1fc45
|
feat: save and restore last opened view (#4182)
|
2 years ago |
Vijay Kumar Rathore
|
1865054898
|
reset validation if no validation for the column
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
8b2b87e09d
|
fix(test): Enabled support for runtime NC_BACKEND_URL and integrated it with CI
|
2 years ago |
Vijay Kumar Rathore
|
5f54a8b100
|
fix flitersync typo
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
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 |
Muhammed Mustafa
|
f476c3d927
|
feat(testing): Stability
|
2 years ago |
Muhammed Mustafa
|
057415adda
|
feat(testing): Enabled fail on only and added test code for roles preview issue
|
2 years ago |
Vijay Kumar Rathore
|
34c97d731f
|
disallow date picker from opening if column is primary key
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
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
|
25b1872587
|
fix(nc-gui): type issues
|
2 years ago |
braks
|
7744db0edc
|
chore(nc-gui): lint
|
2 years ago |
braks
|
eed31087c8
|
fix(nc-gui): useRoles to check if previewAs is enabled
|
2 years ago |
braks
|
eea4ef0211
|
refactor(nc-gui): show expand icon depending on role and readonly state
|
2 years ago |