Wing-Kam Wong
5036a5d27e
fix(nc-gui): remove non-existing sign out api
2 years ago
Wing-Kam Wong
2576a89445
fix(nc-gui): resolve -> resolve()
2 years ago
Wing-Kam Wong
e57b0e7e1c
fix(nc-gui): move logic out of never-executed if block
2 years ago
Wing-Kam Wong
60443209e5
fix(nc-gui): actions issues
2 years ago
Pranav C
4812d920ab
fix(gui): extract reactive value using `value` prop
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
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
eb98bb12ad
fix(gui): when navigate to an auth required page try to populate token using refresh token if user is not logged in
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
196e4a5b61
fix(gui): reload app info after setting license
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
ee8621b82c
fix(gui): update refresh-token api url
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Daniel Spaude
0b9fe01d4e
mobile optimisations - add mobile mode toggle button to left menu (WIP)
2 years ago
braks
4c29fa18ff
refactor(nc-gui): use lazy load and cleanup imports
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
Raju Udava
5c39e754b8
fix: i18n import
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
3fe42c1a25
refactor: i18n updates
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
braks
26e64c60d9
fix(gui-v2): prevent missing injection warnings
2 years ago
Wing-Kam Wong
761ca6eacc
refactor(gui-v2): use message instead of notification
2 years ago
braks
db3142729b
feat(gui-v2): add `refreshToken` to global actions
2 years ago
braks
b99d496ce0
chore(gui-v2): cleanup
2 years ago
braks
f47319a2ca
refactor(gui-v2): move useGlobal types to useGlobal dir
2 years ago
braks
ec3b7af0ce
refactor(gui-v2): replace `useGlobalState` with `useGlobal`
...
# What's changed?
* `useGlobal` replaces `useGlobalState`
* split into actions, getters, state
* injects into nuxt app on init (regardless where it's called)
2 years ago