enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように (#14983)

* enhance(frontend): デッキ表示時にサイドバーを展開・折りたたみできるように

* wip

* wip

* Update navbar.vue

* ✌️

* Update CHANGELOG.md

* 🎨

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
おさむのひと
2024-11-18 10:36:51 +09:00
committed by GitHub
parent eed45c7915
commit 0df6c79172
3 changed files with 65 additions and 7 deletions

View File

@@ -100,10 +100,6 @@ function reset() {
}));
}
watch(menuDisplay, async () => {
await reloadAsk({ reason: i18n.ts.reloadToApplySetting, unison: true });
});
const headerActions = computed(() => []);
const headerTabs = computed(() => []);