Skip to content

fix: render refresh busy spinners without square backgrounds#50

Merged
FanaticPythoner merged 1 commit into
masterfrom
fix/issue-38-investigate-and-fix-odd-spinner-behavior-during-refresh
May 30, 2026
Merged

fix: render refresh busy spinners without square backgrounds#50
FanaticPythoner merged 1 commit into
masterfrom
fix/issue-38-investigate-and-fix-odd-spinner-behavior-during-refresh

Conversation

@FanaticPythoner

Copy link
Copy Markdown
Owner

Refresh busy placeholders use light/dark SVG refresh glyphs with animation
scoped inside the glyph group. Scan status text uses the shared spinning
sync codicon label.

UI:

  • replace tree-state and scan busy command icons with theme-specific SVG assets
  • centralize the status-bar busy codicon label in extension identity

Coverage:

Fixes #38

Refresh busy placeholders use light/dark SVG refresh glyphs with animation
scoped inside the glyph group. Scan status text uses the shared spinning
sync codicon label.

UI:
- replace tree-state and scan busy command icons with theme-specific SVG assets
- centralize the status-bar busy codicon label in extension identity

Coverage:
- assert busy SVG animation stays inside the glyph group and leaves the root static
- cover the scan status-bar spinner prefix during progress and cancellation flows
- add issue #38 refresh-spinner benchmark evidence

Fixes #38
@FanaticPythoner FanaticPythoner merged commit 33daf1f into master May 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate and fix odd spinner behavior during refresh

1 participant