feat: responsive menu bar (#938)

This commit is contained in:
Ashley Wulber 2025-04-15 20:04:07 -04:00 committed by GitHub
parent b6c033562b
commit eea916d783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 373 additions and 286 deletions

View file

@ -4892,6 +4892,7 @@ impl Application for App {
fn header_start(&self) -> Vec<Element<Self::Message>> {
vec![menu::menu_bar(
&self.core,
self.tab_model.active_data::<Tab>(),
&self.config,
&self.key_binds,