From 7989186e3efeae6ec3cda7300a4dc21178c32ae1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Jul 2026 16:10:40 +0800 Subject: [PATCH] layout: sidebar on left, content on right --- wwwroot/index.ui | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 253939e..880518d 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -23,6 +23,22 @@ "spacing": 0 }, "subwidgets": [ + { + "widgettype": "VBox", + "options": { + "bgcolor": "#2c2c2c", + "cwidth": 13, + "color": "#ccc" + }, + "subwidgets": [ + { + "widgettype": "urlwidget", + "options": { + "url": "{{entire_url('menu.ui')}}" + } + } + ] + }, { "widgettype": "VBox", "id": "rag_main_content", @@ -39,22 +55,6 @@ } } ] - }, - { - "widgettype": "VBox", - "options": { - "bgcolor": "#2c2c2c", - "cwidth": 13, - "color": "#ccc" - }, - "subwidgets": [ - { - "widgettype": "urlwidget", - "options": { - "url": "{{entire_url('menu.ui')}}" - } - } - ] } ] },