improve push and pull keys
Dependencies
- [2]
TEDT26JQadd push and pull sub-menus - [3]
BJ3CYLUTallow to reset changed file - [4]
YRGDFHABproject dir picker - [5]
5BAPU7K6dir picker key navigation - [6]
TMDH7GPVdir picker scrollables handling + confirmation - [7]
T4UECD3Spicking projects key nav and scrollable - [8]
EJPSD5XOshared allowed actions conditions between update and view - [9]
MORKDJUEuse allowed actions binding for key subs - [10]
IQHXLIIUimprove enocoding detection, support images
Change contents
- replacement in inflorescence_view/screenshots/sub_menu_push-wgpu.png at line 3
- replacement in inflorescence_view/screenshots/sub_menu_push-wgpu.png at line 778[4.508222]
- replacement in inflorescence_model/src/action.rs at line 189
vec![confirm("confirm push"), cancel()]vec![Binding {keys_str: "Enter | S-p",keys: ModKeys::Two(ModKey {key: Key::Named(Named::Enter),mods: Mods::NONE,},ModKey {key: Key::Character("p".into()),mods: Mods::SHIFT,},),label: "confirm push",msg: Some(FilteredMsg::Confirm),},cancel(),] - replacement in inflorescence_model/src/action.rs at line 210
vec![confirm("confirm pull"), cancel()]vec![Binding {keys_str: "Enter | S-f",keys: ModKeys::Two(ModKey {key: Key::Named(Named::Enter),mods: Mods::NONE,},ModKey {key: Key::Character("f".into()),mods: Mods::SHIFT,},),label: "confirm pull",msg: Some(FilteredMsg::Confirm),},cancel(),] - replacement in inflorescence_model/src/action.rs at line 293
push(|| confirm("Confirm selection"), ma);push(|| confirm("confirm selection"), ma); - replacement in inflorescence_model/src/action.rs at line 402
|| confirm("Confirm input"),|| confirm("confirm input"), - replacement in inflorescence_model/src/action.rs at line 407
|| confirm("Confirm dir selection"),|| confirm("confirm dir selection"), - replacement in inflorescence_model/src/action.rs at line 416
|| confirm("Confirm project selection"),|| confirm("confirm project selection"),