refactor: move sidebar to own component
This commit is contained in:
parent
2a43f2b678
commit
a9af11dcb8
3 changed files with 239 additions and 152 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div :class="{ hidden: loading, visible: !loading }" id="client-root">
|
||||
<div class="flex-container-row">
|
||||
<GuildList />
|
||||
<SidebarColumn />
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
import Loading from '~/components/Popups/Loading.vue';
|
||||
import GuildList from '~/components/UserInterface/GuildList.vue';
|
||||
import SidebarColumn from '~/components/UserInterface/SidebarColumn.vue';
|
||||
|
||||
definePageMeta({
|
||||
keepalive: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue