Redesign management dashboard and setup wizard UI - #2
Merged
Conversation
Co-authored-by: Melvin Vivas <melvindave@gmail.com>
…us, not fatal) Co-authored-by: Melvin Vivas <melvindave@gmail.com>
…, fix consent checkbox layout, drop header G mark Co-authored-by: Melvin Vivas <melvindave@gmail.com>
…styled tables/callouts, dark mode) Co-authored-by: Melvin Vivas <melvindave@gmail.com>
donvito
marked this pull request as ready for review
August 3, 2026 16:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Visual and UX refresh of both web UIs served by
gaia-setup-personal wizard, plus the bundled user guide, keeping every API contract (/api/instances,/api/doctor, instance actions,/api/provision, model search, folder picker) unchanged.Dashboard (
ui/dashboard.html)prefers-color-scheme(the wizard already had it, the dashboard didn't).confirm()dialogs replaced with a styled modal; Remove now uses a single dialog with an explicit "also delete data" checkbox instead of two stacked confirms./api/doctorreturningok:falsewas treated as a fatal fetch error (pre-existing behavior); it is now rendered as a red "Not ready" status pill while assistants stay fully manageable.Setup wizard (
ui/wizard.html)/api/openrouter/modelsdata), and a clearer selected-model box with a checkmark.escapeHtmlhelper. All step logic, validation, and provisioning flow untouched.User guide (
docs/user-guide.html)Testing
go build+go vetpass (no Go changes).wizardserver with a seeded manifest: grid/list toggle, remove/update modals, full wizard walkthrough (welcome → review) with stepper state, masked secrets on review, validation error banner, and dry-run/api/provisionwith the wizard payload shape.Screenshots