From 8d9f677c4e9ccfcc6dc9297864dc49446fb5ee59 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 10 Jul 2024 15:56:33 +0100 Subject: feat(gui): use fancy new side nav (#2243) * feat(gui): use fancy new side nav * compact only sidebar, no expand-collapse * custom drag region, remove titlebar * add user popup * wire up login/logout/register, move user button to bottom and add menu * link help and feedback to forum --- ui/backend/tauri.conf.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/backend/tauri.conf.json') diff --git a/ui/backend/tauri.conf.json b/ui/backend/tauri.conf.json index 910b453d..c8565721 100644 --- a/ui/backend/tauri.conf.json +++ b/ui/backend/tauri.conf.json @@ -15,7 +15,9 @@ "width": 1200, "height": 800, "minWidth": 1000, - "minHeight": 500 + "minHeight": 500, + "titleBarStyle": "Overlay", + "hiddenTitle": true } ] }, -- cgit v1.3.1