🎨 Set 3D representation as default view

This commit is contained in:
Rune Harlyk
2025-10-20 19:22:23 +02:00
parent af0815b01f
commit 72a288145d
+8 -8
View File
@@ -34,14 +34,6 @@ interface View {
}
const defaultViews: View[] = [
{
name: 'Stream',
content: {
id: 'root',
layout: 'column',
widgets: [{ id: 2, component: 'Stream' }]
}
},
{
name: '3D representation',
content: {
@@ -50,6 +42,14 @@ const defaultViews: View[] = [
widgets: [{ id: 2, component: 'Visualization', props: { debug: true } }]
}
},
{
name: 'Stream',
content: {
id: 'root',
layout: 'column',
widgets: [{ id: 2, component: 'Stream' }]
}
},
{
name: 'Split screen',
content: {