braks
84e7ca3811
chore(nc-gui): narrow down language types
2 years ago
braks
e31e1ad182
fix(nc-gui): lazy load languages for initial load perf
2 years ago
Wing-Kam Wong
f97ea536b4
chore: move nc-gui-v2 to nc-gui
2 years ago
braks
df7f506893
feat(gui-v2): implement customizable theme vars
2 years ago
Muhammed Mustafa
a1f6a38a2a
fix/minor cleanup
2 years ago
Muhammed Mustafa
9a0bd9f4c3
refactor/gui-v2-added Api snippet
2 years ago
braks
6a076ce363
feat(gui-v2): add `base` layout
2 years ago
braks
bd96a78ce0
feat(gui-v2): add `useSidebar` composable
...
# What's changed?
* replace global sidebar state with `useSidebar` composable
2 years ago
braks
2684e21ec8
fix(gui-v2): use promise reject when returning api error
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
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
Braks
f149e37d61
feat(gui-v2): add dark mode to state and some styles
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
923a56ec21
chore(gui-v2): correct shims and remove typecast
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
81546ff3be
chore(gui-v2): remove typecasting in state plugin
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
c2b5d06471
feat(gui-v2): shim global i18n on vue app type
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
975c424a3b
refactor(gui-v2): add actions & getters to state
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
4e1fa99ca1
feat(gui-v2): add windicss
...
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
2 years ago
Braks
0c36e8f16f
refactor(gui-v2): replace `useUser` with global state
...
# What's changed?
* instead of using the useUser composable, we inject a global state containing user and token
2 years ago
Braks
132d8de689
feat(gui-v2): add global state
2 years ago