Commit Graph

5 Commits

Author SHA1 Message Date
Erkan IŞIK 635c844710 feat: keyboard layout/variant search with custom combobox, hex color constants, various UI fixes
- Custom combobox implementation with TextEdit + Area popup for keyboard layout/variant search
- Added color_from_hex() helper, layout_buf/variant_buf fields
- Removed egui-dropdown dependency
- Popup items 28px -> 32px with gradient background
- Dropdown text color changed to pure white
- All color constants converted to hex format
- KLE SVG rendering improvements
- CHANGELOG.md updated
2026-06-24 07:09:39 +03:00
Erkan IŞIK d98ae22519 fix: slider max value = available disk space, partition size input now editable
- slider maximum value calculated as disk size minus used partitions
- editing mode includes current partition capacity in available space
- size text input now writes back to add_size_str
- formatted MB label shown next to text input
- CHANGELOG.md updated
2026-06-21 04:25:21 +03:00
Erkan IŞIK 74fa279ab8 fix: slider max value = available disk space, partition size input now editable
- slider maximum value calculated as disk size minus used partitions
- editing mode includes current partition capacity in available space
- size text input now writes back to add_size_str
- formatted MB label shown next to text input
- CHANGELOG.md updated
2026-06-21 04:17:09 +03:00
Erkan IŞIK 8bb7116194 feat: form input styling, root password toggle, partition UI fixes
- form_input_text: Frame wrapper with stroke/fill/rounding, .frame(false)
- form_input_password: SVG eye icons instead of emoji, Frame wrapper
- Partition disk grid: hardcoded colors, left-aligned headers
- Users: root password show/hide toggle, colored form frames
- Add c_root_bg() theme function
2026-06-19 02:56:42 +03:00
Erkan IŞIK 0b108be414 new file: CHANGELOG.md 2026-06-18 13:19:40 +03:00