Commit Graph

30 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
mertmit
c5f95d8248 feat: multiple source front-end
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-12-03 11:19:32 +03:00
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
fafa4fb17e fix(nc-gui): disable when the page is index 2022-11-30 22:19:23 +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
d150a059ed feat(nc-gui): keyboard manoeuvre - Alt + T 2022-11-24 13:30:55 +08:00
braks
19c38753a4 refactor(nc-gui): reduce computed values generated by cells 2022-11-17 14:11:32 +01:00
Muhammed Mustafa
25d420a331 fix(test): Changed tpo data-testid from data-nc 2022-11-12 12:36:44 +05:30
Pranav C
4b5c9db722 refactor: replace inline function
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-07 15:43:04 +05:30
Pranav C
0539f2381e refactor: reset search input on close and focus on load
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-07 15:25:45 +05:30
Pranav C
0d98971c4b feat(gui): add join cloud button
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-06 23:47:00 +05:30
Muhammed Mustafa
3c2720d449 feat(testing): Integrated data-nc standard for dom attribute used for testing 2022-11-03 16:31:14 +05:30
Muhammed Mustafa
d0af4b75af feat(testing): Minor cleanup, added treeview page object and added basic test for tree view 2022-11-03 16:24:17 +05:30
Muhammed Mustafa
3aafa89a49 feat(testing): Added Table Operations 2022-11-03 16:15:05 +05:30
braks
0f2261c251 refactor(nc-gui): extend tooltip toggle conditions
# What's changed?

- toggle tooltip when key is pressed and mouse leaves/reenters element
- toggle tooltip on modifier key change
- use isHovering to detect element hover
2022-10-17 15:44:22 +02:00
Pranav C
3ef9115674 refactor(gui): avoid locking treeview operation based on view lock
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-10-10 12:25:45 +05:30
braks
84552d9956 fix(nc-gui): ring opacity 2022-10-05 01:14:54 +02:00
braks
02805348d2 feat(nc-gui): add search tables input to tree view 2022-10-04 10:32:52 +02:00
braks
4f1bdcf6d1 fix(nc-gui): resolve components 2022-09-28 13:30:40 +02:00
braks
4c29fa18ff refactor(nc-gui): use lazy load and cleanup imports 2022-09-28 13:30:40 +02:00
Muhammed Mustafa
56c20fe2ce Merge pull request #3634 from nocodb/feat/add-tooltip-to-table-treeview
feat(nc-gui): Added tooltip to show table name in table tree view
2022-09-15 18:26:39 +05:30
Muhammed Mustafa
d3802828f1 feat/Added general tooltip to allow alt + hover to trigger tooltip 2022-09-15 13:58:35 +05:30
Muhammed Mustafa
e3ed82d67e feat/Added tooltip to show table name in table tree view 2022-09-14 19:03:27 +05:30
braks
3320453637 chore(nc-gui): remove as any typecasts wherever possible 2022-09-14 13:33:40 +02:00
Pranav C
b5b050dcaa refactor(gui): keep the right sidebar open by default
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-14 14:19:43 +05:30
Raju Udava
9c721f5426 chore(CY): add class name for modal & menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-13 18:05:30 +05:30
Pranav C
21a306030c chore(gui-v2): base url correction (#3510)
* chore(gui-v2): base url correction

- support nocodb serving under a nested path

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore(gui-v2): initial base url correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix(gui-v2): redirect to dashboard with relative path

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix(gui-v2): make plugin path relative

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix(gui-v2): redirect path correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: allow download option migration handling

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix(gui-v2): redirect old base url to new path

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix(gui-v2): redirect old base ur with some view/table open

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix(gui-v2): handle old tab url and navigate to the new url

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore(gui-v2): cleanup

Signed-off-by: Pranav C <pranavxc@gmail.com>

Signed-off-by: Pranav C <pranavxc@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-09-06 17:33:08 +05:30
Wing-Kam Wong
f97ea536b4 chore: move nc-gui-v2 to nc-gui 2022-09-06 12:00:09 +08:00