Commit Graph

13 Commits

Author SHA1 Message Date
Ramesh Mane
288cfa8b75 fix(nc-gui): Prevent keyboard shortcuts if user is in cell edit mode or any other active input element (#9600)
* fix(nc-gui): stop event propogation is active element is input

* fix(nc-gui): disable expanded form keyboard shortcuts navigation if it is first row or last row

* fix(nc-gui): oss test fail issue
2024-10-08 11:06:55 +05:30
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
reenphygeorge
5d2131069c fix: i18n 2023-10-08 23:09:18 +05:30
Wing-Kam Wong
ac65ec7f8c fix(nc-gui): change $e type from a -> c 2022-12-01 18:02:20 +08:00
Wing-Kam Wong
0504427f80 feat(nc-gui): add $e for shortcuts 2022-12-01 17:31:59 +08:00
Wing-Kam Wong
49655b7c0a feat(nc-gui): add isDrawerOrModalExist 2022-11-29 13:44:01 +08:00
Wing-Kam Wong
04687e02ae feat(nc-gui): prevent shift / cntOrCtrl key is pressing for altKey cases 2022-11-28 18:58:13 +08:00
Wing-Kam Wong
ca943017a6 feat(nc-gui): keyboard manoeuvre - Alt + F 2022-11-24 13:31:06 +08:00
braks
4c29fa18ff refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:40 +02:00
Pranav C
b1a7c6272d fix(gui): show fullscreen button tooltip on left side to avoid unexpected scrollbar
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-20 11:31:46 +05:30
Pranav C
0a95987acf fix(gui): auth and token tab missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-16 15:07:32 +05:30
Pranav C
390ca00758 refactor(gui): avoid extra negation by reversing computed var
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-15 18:06:39 +05:30
Pranav C
f5a0cafab1 feat(gui): move fullscreen icon to tab bar
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-15 17:55:48 +05:30