[scanner] fix: standardize spacing and refresh animation#18521
Conversation
…stency Signed-off-by: Andy Anderson <andy@clubanderson.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
🐝 Hi @clubanderson! I'm Trusted users — org members and contributors with write access — can mention Automation may take a moment to start, and follow-up happens through workflow activity rather than chat replies. |
Auto Test GeneratorThe following new files have no corresponding test file:
Please add tests or apply the |
✅ Test Coverage CheckAll new source files in this PR have corresponding test files. Checked |
There was a problem hiding this comment.
Pull request overview
This PR targets two UI consistency concerns in the web console: aligning non-standard spacing to Tailwind’s spacing scale and making refresh/retry icon animation more consistent.
Changes:
- Standardizes timeline line positioning by replacing
left-[7px]withleft-2in two history/timeline components. - Adds a retry button refresh spin animation in the mission browser fetch error banner.
Note: frontend build/lint are expected to be validated by CI on the PR.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| web/src/components/missions/browser/EmptyState.tsx | Adds retry refresh animation state and handler for the mission fetch error banner. |
| web/src/components/cards/workload-detection/ProwHistory.tsx | Replaces a pixel-based left-[7px] with left-2 for consistent spacing. |
| web/src/components/cards/HelmHistory.tsx | Replaces a pixel-based left-[7px] with left-2 for consistent spacing. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
❌ Post-Merge Verification: failedCommit: |
|
Post-merge build verification passed ✅ Both Go and frontend builds compiled successfully against merge commit |
Fixes #18388
Fixes #18393
Standardizes spacing values and ensures consistent refresh icon animation across components.