feat: gradient buttons, language selector with flags, SVG support, and UI improvements

- Add linear gradient backgrounds to primary/secondary/danger buttons
- Add language selector with flag icons in ComboBox
- Add SVG support via egui_extras feature
- Add cancel confirmation dialog on exit
- Update Yali logo to SVG icon
- Add flag SVGs for all countries
- Improve users step layout with form helpers
- Refactor button API (ui::theme::*_button now takes ui param)
This commit is contained in:
Erkan IŞIK
2026-06-14 22:40:52 +03:00
parent b9f6df272e
commit a48120b039
305 changed files with 12323 additions and 445 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ version = "4.0.0"
edition = "2024"
[dependencies]
eframe = "0.27"
egui_extras = { version = "0.27", features = ["image", "file"] }
eframe = { version = "0.27", features = ["default", "wgpu"] }
egui_extras = { version = "0.27", features = ["image", "file", "svg"] }
image = { version = "0.24", features = ["png"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8" # answer file ayrıştırma