mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 22:40:51 +01:00
refatored rust sql and drizzle
This commit is contained in:
@ -57,9 +57,11 @@ export const useUiStore = defineStore('uiStore', () => {
|
||||
colorMode.preference = currentThemeName.value
|
||||
})
|
||||
|
||||
const viewportHeightWithoutHeader = ref(0)
|
||||
|
||||
return {
|
||||
availableThemes,
|
||||
//currentScreenSize,
|
||||
viewportHeightWithoutHeader,
|
||||
currentTheme,
|
||||
currentThemeName,
|
||||
defaultTheme,
|
||||
|
||||
Reference in New Issue
Block a user