Remove NetworkStatus component - not needed with new layout
This commit is contained in:
parent
31cd84186f
commit
2f5a177e32
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user