Commit Graph

95 Commits

Author SHA1 Message Date
mertmit
5c433e3086 feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:21:59 +03:00
աɨռɢӄաօռɢ
498f9e5b3d Merge pull request #4574 from nocodb/fix/types
fix(nc-gui): type issues
2022-12-03 16:18:39 +08:00
Wing-Kam Wong
da3ad9753b fix(nc-gui): prevent focus when there is active drawer 2022-12-02 16:21:36 +08:00
Wing-Kam Wong
ba37d4fe5e fix(nc-gui): remove incorrect click event and update icon 2022-12-02 16:13:11 +08:00
Wing-Kam Wong
b1b362366e fix(nc-gui): type issues 2022-12-02 14:55:02 +08:00
Wing-Kam Wong
270ba22ef5 chore(nc-gui): add active: modalVisible to QRcode 2022-12-01 16:23:28 +08:00
Wing-Kam Wong
0b9b0f76d4 Merge branch 'develop' into feat/keyboard-manoeuvre 2022-11-30 16:44:02 +08:00
Wing-Kam Wong
bcecbfb975 chore(nc-gui): lint 2022-11-30 16:41:30 +08:00
Daniel Spaude
dc3f9607a9 qrcode: also show 'Not editable/clearable' message for QR codes (similar to Formula) 2022-11-29 21:19:07 +03:00
Daniel Spaude
71c03ef725 extract 'show/clear not possible for non-editable columns' logic out into composable 2022-11-29 21:02:42 +03:00
Daniel Spaude
84d981eb44 qrcode: don't render qr codes if their value exceeds 2000 chars 2022-11-29 20:34:22 +03:00
Wing-Kam Wong
1231b0bfed feat(nc-gui): add active class to <a-modal/> 2022-11-29 20:13:16 +08:00
Wing-Kam Wong
70ea1fda32 fix(nc-gui): lint 2022-11-28 19:01:01 +08:00
Wing-Kam Wong
2af5e7d224 fix(nc-gui): resolve PR comments 2022-11-28 17:37:09 +08:00
Wing-Kam Wong
d5097bbfca Merge branch 'develop' into feat/keyboard-manoeuvre 2022-11-28 11:22:03 +08:00
Daniel Spaude
a3d06eb845 Merge branch 'develop' into qr-prototyping-cleanedup
* plus extract out AllowedColumnTypesForQrCode into sdk
2022-11-27 12:28:59 +03:00
Pranav C
4749171498 fix: pass array/json array to attachment cell from lookup cell
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-26 12:06:08 +05:30
Wing-Kam Wong
5d761c5ee1 feat(nc-gui): focus on filter query for other keys 2022-11-24 17:14:09 +08:00
Wing-Kam Wong
83cc395810 feat(nc-gui): add computedFieldEditWarning & computedFieldDeleteWarning 2022-11-24 14:30:27 +08:00
Wing-Kam Wong
5ec9902cee feat(nc-gui): show showEditWarning when double clicking lookup cell 2022-11-24 14:11:54 +08:00
Daniel Spaude
2cb6ad8eb4 Merge branch 'develop' into qr-prototyping-cleanedup 2022-11-22 12:01:49 +03:00
Daniel Spaude
594efba5c7 qrcode: playwright tests (WIP) 2022-11-22 11:12:01 +03:00
Daniel Spaude
93126a8890 qrcode: playwright tests (WIP) 2022-11-22 10:44:18 +03:00
Daniel Spaude
e9661a1135 qrcode: playwright tests (WIP) 2022-11-21 21:18:13 +03:00
Daniel Spaude
9a23fcbe08 Merge branch 'develop' into qr-prototyping-cleanedup 2022-11-21 14:17:38 +03:00
Pranav C
2fab4c4632 fix(gui): miscellaneous ui fixes and improvement
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-20 15:59:26 +05:30
Daniel Spaude
fec2e344f3 qr code: add margin on qr modal title 2022-11-18 19:27:02 +03:00
Daniel Spaude
edb24b4562 qr code: code cleanups 2022-11-18 19:06:50 +03:00
Daniel Spaude
7174401fc8 Merge branch 'develop' into qr-prototyping-cleanedup 2022-11-17 17:02:13 +03:00
braks
cc29b8474e fix(nc-gui): lookup cell nullish checks 2022-11-17 14:11:48 +01:00
braks
705d6de190 chore(nc-gui): nullish check 2022-11-17 14:11:48 +01:00
braks
fc7fdb1ee7 fix(nc-gui): check if col exists in lookup cmp 2022-11-17 14:11:48 +01:00
braks
9daa6d8b47 refactor(nc-gui): remove useColumn and useVirtualCell 2022-11-17 14:11:47 +01:00
braks
19c38753a4 refactor(nc-gui): reduce computed values generated by cells 2022-11-17 14:11:32 +01:00
Pranav C
72d10d415e fix: block default action on shortcut key press and typo correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
46e6978a2b feat: LTAR list - on let/right arrow key navigate through pages
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
2d16ed7a3a fix: allow toggling picker if cell is in editable state
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
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>
2022-11-14 16:31:01 +05:30
Pranav C
d682e56a3f refactor: cleanup and lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
c3b14ede49 fix(api): show warning as cell content like formula
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
f8e52e39e0 fix(api): block delete key press action for input fields at cell level
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
c610caa667 feat(api): scroll to list item when necessary
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
19b91417c1 feat(api): navigation in LTAR link row modal
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
64f55b841a feat(api): show warning for virtual cells when enter or delete key press
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
Pranav C
75c1c202a9 feat(gui): ignore unselecting if clicking inside any picker element
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-14 16:31:01 +05:30
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>
2022-11-14 16:31:01 +05:30
Muhammed Mustafa
25d420a331 fix(test): Changed tpo data-testid from data-nc 2022-11-12 12:36:44 +05:30
Daniel Spaude
1b17f64632 QR code type: adress PR feedback 2022-11-04 16:21:30 +04:00
Daniel Spaude
ea97c6ffca qrcode: prevent default handling for cell click
* show only the bigger qr code in the modal
* and don't show the usual detail edit form
2022-10-29 14:46:10 +04:00
Daniel Spaude
41af28231e qrcode: cleanup 2022-10-27 16:53:40 +04:00