Pranav C
73208defe5
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a109346191
fix(gui): propvide proper page keys for nuxt routes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
8a4ee9eec0
fix(gui): reload form view meta on change
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5f0faedae0
fix(gui): use proper page key
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
aa4db87e5a
wip(gui): avoid re-rendering smartsheet
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
55069ab18e
refactor(gui): update logo in project list(remove) and shared form
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
75ea3886be
chore(nc-gui): import missing definePageMeta
2 years ago
braks
360290a526
fix(nc-gui): toggle left sidebar state on mount
2 years ago
braks
d33142b3c3
chore(nc-gui): cleanup
2 years ago
braks
e7e66570c5
refactor(nc-gui): lazy load
2 years ago
braks
6aedcf62b5
fix(nc-gui): resolve components instead of dynamic import
2 years ago
braks
e3fe703763
fix(nc-gui): leaving node err
2 years ago
braks
3003357232
revert(nc-gui): show spinner
2 years ago
braks
2e51e73be9
revert(nc-gui): page keys
2 years ago
braks
90b3da67ab
fix(nc-gui): refactor issues
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
492812e28e
refactor(nc-gui): defer loading tinycolor
2 years ago
braks
b07f52bb40
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
braks
be9462452f
refactor(nc-gui): remove nested page in user path
2 years ago
braks
81b769e932
chore(nc-gui): cleanup pages
2 years ago
braks
54aec728ba
refactor(nc-gui): use lazy noco icon
2 years ago
braks
d954d793f2
refactor(nc-gui): extract error in useApi
2 years ago
braks
ee444604d9
refactor(nc-gui): use lazy components
2 years ago
Pranav C
2d54ae6730
test(cypress): test to verify super admin access to appstore
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
7e63f89ce3
refactor(nc-gui): use lazy components for kanban
2 years ago
Pranav C
4b4561c6fc
fix(gui): type correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
2be20c5ee2
feat(gui): add appstore in navbar menu
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4095066c13
feat(gui): add app store page and restrict to super admin user
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
adfb4300d4
feat(nc-gui): add nc version
2 years ago
Wing-Kam Wong
586d7d1ff3
feat(nc-gui): kanban share view
2 years ago
mertmit
2353e6b421
fix: add community translated
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Pranav C
3681ed3ddc
fix(gui): add key to re-render
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5a6cb79714
feat(gui): use query param for providing rowId
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6419934255
wip(gui): url for expanded row
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
d25954055c
refactor(gui): use `until` to only listen until loads tables
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
58df69ed9b
refactor(gui): use `watchOnce` to only listen once until loads tables
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6543b87429
refactor(gui): use table list to verify tables loaded successfully
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b0290e2eb2
refactor(gui): show fullscreen button always
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
30440d94d9
fix(gui): get table meta only after loading project table list
...
re #3702
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
312120fd0b
test: cy-stability for dropdown
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
65e327e1a9
fix(gui): add fallback for copy to clipboard
...
re #3598
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
07e248dc69
refactor(gui): move 404 page
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
ed2d640da4
enhancement(gui): add not found page for handling invalid base url
...
re #3648
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
3522ea667a
fix(gui): add key to avoid router related issues
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
braks
8540f7a647
fix(nc-gui): set `hasSidebar` when navigating to project
2 years ago
Pranav C
f5a0cafab1
feat(gui): move fullscreen icon to tab bar
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
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
Raju Udava
479373fe04
refactor: i18n validation error messages
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
2827784c37
fix(nc-gui): defer loading subpages until project is ready
2 years ago
braks
52c311f7e3
fix(nc-gui): project state not properly reset
...
# What's changed?
* try loading project when clicking on list item
* reduces potential waiting times
* only load project if no request is running already
* move fetching project to parent page to prevent multiple loads
2 years ago