feat: convert friends list sidebar into resizable sidebar
This commit is contained in:
parent
89d0023c07
commit
60e7a42f92
1 changed files with 20 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<ResizableSidebar width="14rem" min-width="10rem" max-width="30rem" border-sides="right" local-storage-name="friendsListWidth">
|
||||
<div id="middle-left-column">
|
||||
<div id="friend-sidebar">
|
||||
<div>
|
||||
|
@ -18,10 +19,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ResizableSidebar>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import VerticalSpacer from '~/components/UserInterface/VerticalSpacer.vue';
|
||||
import ResizableSidebar from '../UserInterface/ResizableSidebar.vue';
|
||||
|
||||
const { fetchFriends } = useApi();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue