Pranav C
b29189f0c3
refactor: move all icons to iconMap (WIP)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
9febf76945
chore: lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
28b76dc73d
refactor: update share and reload icon
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
b2bfa7e56f
refactor: follow camel case key naming
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7b3f4c21ed
refactor: update uidt icons
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
John Rallis
0eb3ce3783
fix: unhide language menu
2 years ago
Wing-Kam Wong
3fcaeb44e6
feat(nc-gui): handle meta title for shared view
2 years ago
Pranav C
b2577a8e43
fix: add signout api to clear refresh token from db and cookie
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7971792c9b
feat(gui): new navbar style
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
1ca6eacd9e
fix(nc-gui): share view version
2 years ago
Pranav C
d1e1906d2f
fix(gui): viewIcon - handle if view meta is not defined
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
8fe15ef4fb
refactor(gui): icon size and other requested changes
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
a757da6838
fix(gui):shared view creation bug and show icon in shared view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
3a54b96ed9
fix: improved refresh sidebar logic
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Pranav C
f14c5d9654
fix: add key to sidebar slot to avoid duplicate wrapper elements
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
cb1c2fcd35
refactor(api): font size correction and navigation bugs
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7e30d57db9
chore(gui): lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6e89746e3b
refactor(gui): ui rearrangements
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
6e27e0b29b
refactor(gui): Account settings menu item
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
159d7c1d8f
refactor(gui): move app store to account page
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
3c6c1a21b8
refactor: update path
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5256e7b849
feat: add option to toggle user signup enable/disable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
c4af225697
feat: add license get/set api and integrate
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e387d4b090
feat: for non-super user only show their own token
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
7d42e4c768
feat: account management page with sidebar and nested tab
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
89080de589
feat(api): add left nav drawer and token page
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
mertmit
410a7e29c5
fix: add key to sidebar teleport slot
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Muhammed Mustafa
25d420a331
fix(test): Changed tpo data-testid from data-nc
2 years ago
Wing-Kam Wong
166b266584
fix(nc-gui): add back v-show="isLoading" in base
2 years ago
Muhammed Mustafa
3c2720d449
feat(testing): Integrated data-nc standard for dom attribute used for testing
2 years ago
Muhammed Mustafa
f476c3d927
feat(testing): Stability
2 years ago
braks
4478c23b97
fix(nc-gui): hide floating language btn in shared grid view
2 years ago
braks
801fe85fb7
chore(nc-gui,tests): click brand icon to move to project list
2 years ago
braks
aaad161578
feat(nc-gui,tests): add user settings tests and cy selectors
2 years ago
braks
84552d9956
fix(nc-gui): ring opacity
2 years ago
braks
360290a526
fix(nc-gui): toggle left sidebar state on mount
2 years ago
braks
d7a0278016
fix(nc-gui): open sidebar on smartsheet
2 years ago
braks
9acb9fcef2
fix(nc-gui): set left sidebar to false by default
2 years ago
braks
255262e94f
fix(nc-gui): remove use project call in base layout
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
Denis
f332a8b5ae
doc(nc-gui): add comments about postMessage in shared-view layout
2 years ago
Denis
ac0276f002
refactor(nc-gui): move shared-view postMessage into onMounted
2 years ago
Denis
6a5b7a472c
feat(nc-gui): shared-view postmessage on locationchange
2 years ago
Pranav C
2be20c5ee2
feat(gui): add appstore in navbar menu
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
adfb4300d4
feat(nc-gui): add nc version
2 years ago
braks
27005af74c
refactor(nc-gui): simplify useSidebar and update comments
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
3320453637
chore(nc-gui): remove `as any` typecasts wherever possible
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
Raju Udava
9c721f5426
chore(CY): add class name for modal & menu
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago