Add sidebar collapse shortcut

This commit is contained in:
2026-05-08 08:36:58 -04:00
parent c14f061d52
commit 43ab4be548
7 changed files with 260 additions and 18 deletions
+1
View File
@@ -3,6 +3,7 @@ use std::time::{Duration, SystemTime};
use crate::{ProfileId, SpaceId};
pub const DEFAULT_SIDEBAR_WIDTH_PX: u16 = 280;
pub const COLLAPSED_SIDEBAR_WIDTH_PX: u16 = 56;
#[derive(Clone, Debug, Eq, PartialEq)]
pub enum ArchivePolicy {