You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace static loader PNG with inline SVG matching in-app Spinner
Replaces the animated `spinner.png` on the pre-app loading screen with an inline SVG arc that visually matches Hoist React's in-app `Spinner` component (FA `spinner-third` with a 2s linear CSS rotation), eliminating the style discontinuity at the JS-bundle handoff.
Adds a new `preloadSpinnerColor` env config controlling the SVG stroke color, defaulting to a neutral `#888`. Pairs with the existing `preloadBackgroundColor`.
The legacy `hoist-react/public/spinner.png` is unchanged and remains available for apps still pinned to older `@xh/hoist-dev-utils` versions.
Generated with Claude Opus 4.7 (1M context)
0 commit comments