Remove NetworkStatus component - not needed with new layout

This commit is contained in:
Augustin ROUX 2025-10-18 22:40:24 +02:00
parent 31cd84186f
commit 2f5a177e32

View File

@ -4,7 +4,6 @@ import { useCollaborationStore } from './stores/collaboration'
import CollaborativeInput from './components/CollaborativeInput.vue'
import CollaborativeSession from './components/CollaborativeSession.vue'
import TimelinePanel from './components/TimelinePanel.vue'
import NetworkStatus from './components/NetworkStatus.vue'
const collaborationStore = useCollaborationStore()
@ -24,8 +23,6 @@ function startNewCollaboration() {
<template>
<div class="app">
<NetworkStatus />
<!-- Input Mode - Centered Full Screen -->
<div v-if="!showSession" class="input-container">
<CollaborativeInput @session-created="handleCollaborationCreated" />