Merge pull request #380 from pop-os/filenav

Filenav
This commit is contained in:
Jeremy Soller 2025-08-19 09:06:34 -06:00 committed by GitHub
commit 567950eeec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 248 additions and 195 deletions

434
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,10 @@ two-face = "0.4.3"
# Internationalization
icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] }
i18n-embed = { version = "0.15", features = ["fluent-system", "desktop-requester"] }
i18n-embed = { version = "0.15", features = [
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl = "0.9"
rust-embed = "8"
@ -47,7 +50,7 @@ features = ["syntect", "vi"]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
#TODO: a11y feature crashes file choser dialog
features = ["multi-window", "tokio", "winit", "surface-message"]
features = ["dbus-config", "multi-window", "tokio", "winit", "surface-message"]
[target.'cfg(unix)'.dependencies]
fork = "0.2"

View file

@ -1449,7 +1449,7 @@ impl Application for App {
.button_spacing(space_xxxs)
.on_activate(|entity| action::cosmic(cosmic::app::Action::NavBar(entity)))
.spacing(space_none)
.style(theme::SegmentedButton::TabBar)
.style(theme::SegmentedButton::FileNav)
.apply(widget::container)
.padding(space_s)
.width(Length::Shrink);