Refactor TUI wizard to use paginated layout and local configs - #10
Conversation
- Replace global/local config options with a single local `gitpoll.config.json` - Add an ASCII art header for the TUI wizard - Separate huh form into paginated groups for a focused setup experience - Remove default values from input blocks and show defaults in titles instead - Programmatically fall back to defaults if input is left blank - Add a final settings confirmation step before saving Co-authored-by: starpia-forge <157299292+starpia-forge@users.noreply.github.com>
|
👋 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. |
- Remove references to Global config - Update configuration filename to `gitpoll.config.json` - Update description to match the new paginated wizard behavior and ASCII art header Co-authored-by: starpia-forge <157299292+starpia-forge@users.noreply.github.com>
This change addresses the user's requirements to refactor the TUI configuration wizard. The wizard now prominently displays ASCII art at the top. The configuration process has been updated from a single massive form to a paginated approach where users answer one question at a time. The input fields begin empty and suggest defaults in their titles, falling back to those defaults if nothing is entered. Finally, the user goes through a summary step to confirm their settings. Global settings have been stripped entirely, shifting to a single local
gitpoll.config.jsonconfig strategy.PR created automatically by Jules for task 6599619382298907749 started by @starpia-forge