braks
0546e42d35
fix(nc-gui): merge sidebar storage defaults
2 years ago
braks
2f925e008f
fix(nc-gui): right sidebar state not restored
2 years ago
braks
d33142b3c3
chore(nc-gui): cleanup
2 years ago
braks
b07f52bb40
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
ea946edd87
chore(nc-gui): cleanup types
2 years ago
Pranav C
fb6dd6ed09
fix(gui): avoid invoking gallery view meta api multiple times
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
fc424c1fcc
feat(gui): fullscreen option to toggle nav drawers
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
5ede6ee764
chore(nc-gui): remove unnecessary opts
2 years ago
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
2 years ago
braks
0567b47afc
fix(nc-gui): right sidebar collapse not working
...
# What's changed?
* use sync ref to sync sidebar state to storage
* use cb function for toggle
2 years ago
Pranav C
b5b050dcaa
refactor(gui): keep the right sidebar open by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
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>
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Pranav C
9f488bfdfb
chore(gui-v2): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1d22c90bda
refactor(gui-v2): form view ui rearrangement
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
33906f3074
fix(gui-v2): show right navbar toggle option in form view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
870823f199
chore(gui-v2): views sidebar style fixes
2 years ago
Pranav C
84376f73a3
fix(gui-v2): provide class to component element since it have fragments
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
c5c131014f
refactor(gui-v2): view menu and gridview ui updates
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
f1fbf6eb14
refactor(gui-v2): make view list scrollable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
763eae1c39
refactor(gui-v2): make view list section grow
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
cd291d82c1
refactor(gui-v2): ui changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bf95d5d0b3
refactor(gui-v2): move toolbar to tab content level
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
dbdcc1c63c
fix: cypress markers
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
d83e37ac28
refactor(gui-v2): avoid repetition by splitting into multiple component
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
79377637d8
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
dbc1665c96
refactor: include language and user in project menu
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7f849189d4
refactor(gui-v2): new layout
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
c72a5dcd1b
fix(gui-v2): easter icons appear when toggling toolbar icons twice
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
67be2c000f
chore(gui-v2): hide some right toolbar buttons in form view
2 years ago
Wing-Kam Wong
d124698324
refactor(gui-v2): remove RightSidebarInj
2 years ago
Wing-Kam Wong
4875f22c17
feat(gui-v2): use useSidebar with storageKey
2 years ago
Raju Udava
67bebbf324
test: CY marker for sidebar toggle
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
e8de580842
refactor(gui-v2): project list page style fixes
2 years ago
braks
3474ccff30
refactor(gui-v2): always show toggle when sidebar is collapsed
2 years ago
braks
a0fa1c169d
refactor(gui-v2): show sidebar toggle on hover
...
# What's changed?
* delay toggle tooltips and view create tooltips by 1s
* cleanup imports
* fix some minor padding issues
2 years ago
Raju Udava
49f21e4d52
refactor: UI changes (url font size, additiona dot in sidebar)
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
e1f979e100
fix(gui-v2): add isUIAllowed('virtualViewsCreateOrEdit')
2 years ago
Wing-Kam Wong
e1550e5e3d
fix(gui-v2): add isUIAllowed in right nav bar
2 years ago
Wing-Kam Wong
80fbad1058
feat(gui-v2): implement copy form view logic
2 years ago
Wing-Kam Wong
753a590998
fix(gui-v2): push the created view to router
2 years ago
Pranav C
947e9ec02e
chore(gui-v2): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
c207d0fbd8
chore(gui-v2): update layout structure
2 years ago
braks
f831c41e1b
chore(gui-v2): remove icon imports in favor of autoload
2 years ago
braks
65f0b1db1a
chore(gui-v2): update styles
2 years ago
braks
7c8fd97d8d
feat(gui-v2): add database to sidebar icons
2 years ago
braks
4f33346a30
feat(gui-v2): add header
2 years ago
braks
4dbaaebd06
chore(gui-v2): update icon styles
2 years ago
braks
0fd28ba855
refactor(gui-v2): replace right side drawer toggle
2 years ago
braks
bd96a78ce0
feat(gui-v2): add `useSidebar` composable
...
# What's changed?
* replace global sidebar state with `useSidebar` composable
2 years ago