Commit Graph

110 Commits

Author SHA1 Message Date
Pranav C
b2577a8e43 fix: add signout api to clear refresh token from db and cookie
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-26 23:15:52 +05:30
Pranav C
7971792c9b feat(gui): new navbar style
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-02-02 15:53:49 +05:30
Wing-Kam Wong
1ca6eacd9e fix(nc-gui): share view version 2023-01-18 16:37:20 +08:00
Pranav C
d1e1906d2f fix(gui): viewIcon - handle if view meta is not defined
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-27 17:10:12 +05:30
Pranav C
8fe15ef4fb refactor(gui): icon size and other requested changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-23 17:06:04 +05:30
Pranav C
a757da6838 fix(gui):shared view creation bug and show icon in shared view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-12-23 14:49:15 +05:30
mertmit
3a54b96ed9 fix: improved refresh sidebar logic
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-11-30 13:18:46 +03:00
Pranav C
f14c5d9654 fix: add key to sidebar slot to avoid duplicate wrapper elements
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-26 12:17:25 +05:30
Pranav C
cb1c2fcd35 refactor(api): font size correction and navigation bugs
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-18 10:54:59 +05:30
Pranav C
7e30d57db9 chore(gui): lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:33 +05:30
Pranav C
6e89746e3b refactor(gui): ui rearrangements
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:33 +05:30
Pranav C
6e27e0b29b refactor(gui): Account settings menu item
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:33 +05:30
Pranav C
159d7c1d8f refactor(gui): move app store to account page
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:32 +05:30
Pranav C
3c6c1a21b8 refactor: update path
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:56:32 +05:30
Pranav C
5256e7b849 feat: add option to toggle user signup enable/disable
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
c4af225697 feat: add license get/set api and integrate
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
e387d4b090 feat: for non-super user only show their own token
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
7d42e4c768 feat: account management page with sidebar and nested tab
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:45 +05:30
Pranav C
89080de589 feat(api): add left nav drawer and token page
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-11-16 19:55:43 +05:30
mertmit
410a7e29c5 fix: add key to sidebar teleport slot
Signed-off-by: mertmit <mertmit99@gmail.com>
2022-11-12 15:35:52 +03:00
Muhammed Mustafa
25d420a331 fix(test): Changed tpo data-testid from data-nc 2022-11-12 12:36:44 +05:30
Wing-Kam Wong
166b266584 fix(nc-gui): add back v-show="isLoading" in base 2022-11-07 16:23:32 +08:00
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
f476c3d927 feat(testing): Stability 2022-11-03 16:28:42 +05:30
braks
4478c23b97 fix(nc-gui): hide floating language btn in shared grid view 2022-10-21 17:00:10 +02:00
braks
801fe85fb7 chore(nc-gui,tests): click brand icon to move to project list 2022-10-05 12:47:14 +02:00
braks
aaad161578 feat(nc-gui,tests): add user settings tests and cy selectors 2022-10-05 12:47:13 +02:00
braks
84552d9956 fix(nc-gui): ring opacity 2022-10-05 01:14:54 +02:00
braks
360290a526 fix(nc-gui): toggle left sidebar state on mount 2022-09-28 13:30:40 +02:00
braks
d7a0278016 fix(nc-gui): open sidebar on smartsheet 2022-09-28 13:30:40 +02:00
braks
9acb9fcef2 fix(nc-gui): set left sidebar to false by default 2022-09-28 13:30:40 +02:00
braks
255262e94f fix(nc-gui): remove use project call in base layout 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
Denis
f332a8b5ae doc(nc-gui): add comments about postMessage in shared-view layout 2022-09-27 17:33:02 -05:00
Denis
ac0276f002 refactor(nc-gui): move shared-view postMessage into onMounted 2022-09-26 21:05:42 -05:00
Denis
6a5b7a472c feat(nc-gui): shared-view postmessage on locationchange 2022-09-25 23:33:06 -05:00
Pranav C
2be20c5ee2 feat(gui): add appstore in navbar menu
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-09-24 13:01:25 +05:30
Wing-Kam Wong
adfb4300d4 feat(nc-gui): add nc version 2022-09-23 19:40:15 +08:00
braks
27005af74c refactor(nc-gui): simplify useSidebar and update comments 2022-09-23 09:59:33 +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
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
braks
84e7ca3811 chore(nc-gui): narrow down language types 2022-09-13 13:23:16 +02:00
braks
f7d326fcbc refacotr(nc-gui): make whole lang btn clickable 2022-09-13 12:47:08 +02:00
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
Wing-Kam Wong
7b7ed2b894 chore: move nc-gui to nc-gui-backup 2022-09-06 11:58:52 +08:00
Wing-Kam Wong
8b863ca3d8 refactor: prettier nc-gui v1 2022-07-06 18:19:04 +08:00
Pranav C
5abcdd3e65 Enhancement: UI improvements (#2164)
* enhancement: show loader while loading gird/gallery data

re #2150

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

* enhancement: add icon for select option in filter/sort

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

* enhancement: show loader and transitions

- add transition for menu
- include icon within select(fileter/sort)
- show loader while loading data(grid/gallery)
- remove announcement

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

* refactor: remove announcement component and related state props

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

* fix: ignore loader while switching tab

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

* chore: upgrade nc-help

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

* test/kludge: avoid flicker with a delay

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

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-05-27 15:53:34 +05:30