added roominvites in frontend in a notifications page and added clap to define backend port

This commit is contained in:
2025-12-31 12:14:46 +01:00
parent fb514f1efe
commit e7a575ae03
12 changed files with 258 additions and 145 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, nextTick, defineExpose } from 'vue'
import { ref, nextTick } from 'vue'
const content = ref('')
const textareaRef = ref<HTMLTextAreaElement | null>(null)