diff --git a/client/web/src/components/panel-system/PanelArea.vue b/client/web/src/components/panel-system/PanelArea.vue
deleted file mode 100644
index 09c75572..00000000
--- a/client/web/src/components/panel-system/PanelArea.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/client/web/src/components/window/MainWindow.vue b/client/web/src/components/window/MainWindow.vue
index 899eeae9..595f1355 100644
--- a/client/web/src/components/window/MainWindow.vue
+++ b/client/web/src/components/window/MainWindow.vue
@@ -3,8 +3,8 @@
-
-
+
+
@@ -22,7 +22,7 @@
flex: 0 0 auto;
}
-.panel-container {
+.workspace {
flex: 1 1 100%;
height: 100%;
}
@@ -37,7 +37,7 @@
import { defineComponent } from "vue";
import LayoutRow from "../layout/LayoutRow.vue";
import LayoutCol from "../layout/LayoutCol.vue";
-import PanelArea from "../panel-system/PanelArea.vue";
+import Workspace from "../workspace/Workspace.vue";
import TitleBar from "./title-bar/TitleBar.vue";
import StatusBar from "./status-bar/StatusBar.vue";
@@ -53,7 +53,7 @@ export default defineComponent({
LayoutRow,
LayoutCol,
TitleBar,
- PanelArea,
+ Workspace,
StatusBar,
},
data() {
diff --git a/client/web/src/components/workspace/Workspace.vue b/client/web/src/components/workspace/Workspace.vue
new file mode 100644
index 00000000..dafc9a6e
--- /dev/null
+++ b/client/web/src/components/workspace/Workspace.vue
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/web/src/components/panel-system/DockablePanel.vue b/client/web/src/components/workspace/WorkspacePanel.vue
similarity index 97%
rename from client/web/src/components/panel-system/DockablePanel.vue
rename to client/web/src/components/workspace/WorkspacePanel.vue
index 2fafb20b..95df3d89 100644
--- a/client/web/src/components/panel-system/DockablePanel.vue
+++ b/client/web/src/components/workspace/WorkspacePanel.vue
@@ -1,5 +1,5 @@
-