Pranav C
0ff19b7317
fix: avoid overriding extra user props
10 months ago
Daniel Roe
032c60d7b6
fix: import nuxt composables from #imports
1 year ago
Muhammed Mustafa
12ca937e4c
fix(nocohub): Added profile page, added xlarge type to usericon, added useUsers store and now call me api on app startup and overwrite things set by jwt payload, made profile page the default
1 year 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
braks
7449e5329d
chore(nc-gui): reexport use global types
2 years ago
braks
7ef14ca0e7
chore(nc-gui): import order
2 years ago
braks
6173d6ac2e
refactor(nc-gui): implement `useGlobalState` for `useGlobal` composable
2 years ago
braks
3cf5d5f860
fix(nc-gui): reset roles on app load
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
braks
f2229e9bac
chore(gui-v2): add comments to `useApi`
2 years ago
braks
82786c6802
chore(gui-v2): inject useGlobal into nuxtApp
2 years ago
braks
8098f3fb57
chore(gui-v2): cleanup
2 years ago
braks
8ed92af4c2
refactor(gui-v2): rename `GlobalState` to `UseGlobalReturn`
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