sidebar ui changes, loading state fixes (#2039)

* tons of sidebar ui cleanup, loading states etc

* lint fix

* fix archive store

* i18n

---------

Co-authored-by: Louis Knight-Webb <louis@bloop.ai>
This commit is contained in:
Theo Browne
2026-01-14 05:14:50 -08:00
committed by GitHub
parent add92d94f4
commit d54a46209b
12 changed files with 328 additions and 116 deletions

View File

@@ -944,11 +944,7 @@ export type NavbarItem = ActionDefinition | typeof NavbarDivider;
// Navbar action groups define which actions appear in each section
export const NavbarActionGroups = {
left: [
Actions.OpenInOldUI,
NavbarDivider,
Actions.ArchiveWorkspace,
] as ActionDefinition[],
left: [Actions.OpenInOldUI] as ActionDefinition[],
right: [
Actions.ToggleDiffViewMode,
Actions.ToggleAllDiffs,