From 72a288145de7d3549985b70f2b2ae46a11daaea4 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Mon, 20 Oct 2025 19:22:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Set=203D=20representation=20as?= =?UTF-8?q?=20default=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/lib/stores/application.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/lib/stores/application.ts b/app/src/lib/stores/application.ts index 082803f..d381b80 100644 --- a/app/src/lib/stores/application.ts +++ b/app/src/lib/stores/application.ts @@ -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: {