feat(settings): respect settings from server (#1013)
This commit is contained in:
parent
32aa47e701
commit
9a41b9b7d7
27 changed files with 230 additions and 167 deletions
|
@ -1,7 +1,8 @@
|
|||
<script lang="ts" setup>
|
||||
import { useFeatureFlag } from '~~/composables/settings/featureFlags'
|
||||
import { useFeatureFlag } from '~/composables/settings'
|
||||
|
||||
const route = useRoute()
|
||||
const userSettings = useUserSettings()
|
||||
|
||||
const wideLayout = computed(() => route.meta.wideLayout ?? false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue