Erkan IŞIK ccc851d79f refactor: extract ComboBox styling into dedicated module, add location step
- Create src/ui/combobox.rs with helper functions (show_combo_box, selectable_value, selectable_value_custom)
- Create src/ui/combobox_stil.rs with ComboBox visual constants (weak_bg_fill, text/border colors)
- Move theme.rs ComboBox visuals (weak_bg_fill, fg_stroke, bg_stroke) into combobox_stil::apply_visuals
- Move LocationStep from installer.rs to src/steps/location.rs
- Re-register LocationStep in steps/mod.rs
- Update all ComboBox usages across steps (bootloader, display_manager, partition, funct) to use theme::show_combo_box / selectable_value
- Replace manual mesh drawing in language selector with combobox helper
- Add region/timezone i18n keys
- Vertical-align region/zone labels to match ComboBox height
2026-06-17 10:00:10 +03:00
2026-05-22 23:35:27 +03:00
2026-05-22 23:35:27 +03:00
2026-06-01 00:32:03 +03:00
2026-05-24 12:58:10 +03:00
2026-06-01 00:32:03 +03:00

YALI (Yet Another Linux Installer) Rewrite

Rust and egui based YALI which written python and qt originally. It is the installer that sets up the system by installing packages from the installation media (eg. CD, network, Internet) and carrying out the basic configuration. YALI is intended to be smooth in operation and fast in performance.

S
Description
No description provided
Readme GPL-3.0 11 MiB
Yalı Latest
2026-06-15 21:49:01 +00:00
Languages
Rust 98%
Makefile 2%