From cb19925011d889c513e1bbedc446e399597e38a0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 17 Apr 2024 14:06:05 +0100 Subject: feat(gui): work on home page, sort state (#1956) 1. Start on a home page, can sort onboarding/etc from there 2. Introduce zustand for state management. It's nice! Did a production build and clicked around for a while. Memory usage seems nice and chill. --- ui/backend/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/backend/Cargo.lock') diff --git a/ui/backend/Cargo.lock b/ui/backend/Cargo.lock index 042e2c5a..abb72ce2 100644 --- a/ui/backend/Cargo.lock +++ b/ui/backend/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.1.0" +version = "18.2.0" dependencies = [ "async-trait", "atuin-common", @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.1.0" +version = "18.2.0" dependencies = [ "eyre", "lazy_static", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "0.1.0" +version = "0.2.0" dependencies = [ "atuin-client", "atuin-common", -- cgit v1.3.1