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/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/backend/Cargo.lock') diff --git a/ui/backend/Cargo.lock b/ui/backend/Cargo.lock index 827fd09b..105ad65f 100644 --- a/ui/backend/Cargo.lock +++ b/ui/backend/Cargo.lock @@ -6481,6 +6481,7 @@ dependencies = [ "atuin-dotfiles", "atuin-history", "bytes", + "cocoa", "comrak", "eyre", "nix 0.29.0", -- cgit v1.3.1