diff --git a/app/src/App.vue b/app/src/App.vue index 79f6b4f..a66abde 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -12,6 +12,7 @@ import { deleteConversation } from "./assets/script/api"; import {ref} from "vue"; import Close from "./components/icons/close.vue"; import Notification from "./components/Notification.vue"; +import Bar from "./components/icons/bar.vue"; const current = manager.getCurrent(); const sidebar = ref(false), padding = ref(false); @@ -91,7 +92,8 @@ function toggleConversation(id: number) {
- + + {{ username }}
@@ -102,7 +104,11 @@ function toggleConversation(id: number) {
- + + + + +