braks
9dc5c11643
fix(nc-gui): check if activeTab exists
2022-09-28 13:30:40 +02:00
Pranav C
1a8417cb18
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-28 13:30:40 +02:00
braks
2f925e008f
fix(nc-gui): right sidebar state not restored
2022-09-28 13:30:40 +02:00
braks
360290a526
fix(nc-gui): toggle left sidebar state on mount
2022-09-28 13:30:40 +02:00
braks
d33142b3c3
chore(nc-gui): cleanup
2022-09-28 13:30:40 +02:00
braks
5b53c48894
refactor(nc-gui): use lazy load
2022-09-28 13:30:40 +02:00
braks
90b3da67ab
fix(nc-gui): refactor issues
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
braks
ee444604d9
refactor(nc-gui): use lazy components
2022-09-28 13:30:39 +02:00
braks
27005af74c
refactor(nc-gui): simplify useSidebar and update comments
2022-09-23 09:59:33 +02:00
Wing-Kam Wong
c888654902
fix(nc-gui): missing import
2022-09-22 11:28:38 +08:00
Pranav C
acba7769c0
fix(gui): use a different hook to reload the vue meta and avoid reloading data
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-21 12:03:59 +05:30
Pranav C
004875e922
fix(gui): reload form view on clicking active form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-20 19:54:18 +05:30
Raju Udava
03d72b6d5e
Merge pull request #3699 from nocodb/fix/cy-stability-dropdown
...
test: cy-stability for dropdown
2022-09-19 13:55:52 +05:30
Raju Udava
312120fd0b
test: cy-stability for dropdown
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2022-09-19 13:15:25 +05:30
Pranav C
65e327e1a9
fix(gui): add fallback for copy to clipboard
...
re #3598
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-17 16:02:09 +05:30
braks
ae2210a261
fix(nc-gui): use cb for permission check
2022-09-15 21:00:08 +02:00
braks
d3a4bca8f3
feat(nc-gui): store sidebar states separately by id
...
# What's changed?
* use a sidebar id to identify the state
* use in memory storage to store the states
* use local storage to store persistent states
* add MemStorage class
2022-09-15 12:59:27 +02:00
braks
81db2c8435
chore(nc-gui): fix type issues and set proper ref types
2022-09-14 13:34:20 +02:00
braks
3320453637
chore(nc-gui): remove as any typecasts wherever possible
2022-09-14 13:33:40 +02:00
braks
e84b8b2272
refactor(nc-gui): defer loading project to subpage
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
աɨռɢӄաօռɢ
98aebfe576
Merge pull request #3569 from nocodb/fix/3565-new-row-insert
...
Fix: expanded form view row insert bug
2022-09-13 11:31:52 +08:00
Pranav C
184d0eb942
chore(gui): linting and code cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-12 14:53:58 +05:30
Pranav C
48a1e36faf
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-12 11:53:11 +05:30
Asheer Rizvi
9cd963d37a
chore: changed button to a-button
2022-09-11 19:25:17 +05:30
Asheer Rizvi
c7b24c4c4e
feat: added a form for creating tokens
2022-09-11 14:23:24 +05:30
Pranav C
ff13ea4c51
fix(gui): save row on switching tables
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-09-10 19:33:53 +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