🎨 Palette: Improve Preset Management UX#409
🎨 Palette: Improve Preset Management UX#409google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
- Replace standard InputText for new preset name with InputTextWithHint for clearer instruction ("Enter Name...").
- Disable "Save New" button when the name input field is empty to provide better visual feedback.
- Add a red-styled confirmation modal for the "Delete" action to prevent accidental data loss.
- Include a new regression test suite `tests/test_palette_ux.cpp` to verify the enhancements.
- Update `tests/CMakeLists.txt` and `tests/main_test_runner.cpp` to include the new test.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
I have implemented several micro-UX improvements in the 'Presets and Configuration' section of the lmuFFB GUI:
InputTextWithHint, displaying "Enter Name..." as a placeholder when empty, which guides the user better.tests/test_palette_ux.cppthat exercises these new UI logic paths, ensuring the code works as expected and doesn't crash.These changes make the preset management more intuitive, safer, and pleasant to use.
PR created automatically by Jules for task 15566027926526011534 started by @coasting-nc