added theme toggle,

fixed create entityies in API
This commit is contained in:
2026-02-14 08:01:07 +01:00
parent 9b2f2c4e91
commit 276cc21c5a
13 changed files with 141 additions and 46 deletions

View File

@ -5,8 +5,11 @@ import App from './App.vue'
import i18n from './i18n'
import router from './router'
import { pinia } from './stores'
import { useThemeStore } from './stores/theme'
const app = createApp(App)
const themeStore = useThemeStore(pinia)
themeStore.initialize()
app.component('font-awesome-icon', FontAwesomeIcon)
app.use(pinia)