refactor: improve console UI safety and consistency#160
Merged
Conversation
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.
Pull Request
Description
This PR applies the completed Console-wide UI and interaction review across status, settings, bucket configuration, SSE/KMS, IAM, dialogs, tables, responsive layouts, and navigation.
The work focuses on clearer hierarchy, safer state handling, fixed dialog actions, mobile parity, accessible controls, and eliminating unnecessary nested frames. The complete finding-to-resolution record is kept in
docs/ui-review/register.md(UI-001 through UI-031).Type of Change
Main changes
main.skills/rustfs-console-design-guide/and the audit workflow record underdocs/ui-review/.Testing
pnpm install --frozen-lockfile pnpm type-check pnpm lint pnpm format:check node --test tests/lib/*.test.js pnpm build git diff --checkResult: 212 tests passed; production build passed. Next.js only emitted the existing multiple-lockfile workspace-root warning.
Checklist
Related Issues
No linked issue.
Screenshots
running-status-10,pool-operations-9bucket-settings-11,layout-followup-27sse-16-overview,sse-17-service-stop,sse-18-key-card-flowiam-13-a11y,remaining-21,avatar-inset-28The committed source-of-truth mapping, issue descriptions, resolutions, and evidence status are in
docs/ui-review/register.md. PNG comparisons remain outside the repository so temporary visual artifacts are not added to the product source tree.Additional Notes
The branch was rebased onto the latest
mainbefore the final verification run.