From 5714cfb2e4c22495a7ed1d3e02710f877514f258 Mon Sep 17 00:00:00 2001 From: LukaTheHero Date: Mon, 29 Jun 2026 22:33:53 -0400 Subject: [PATCH] fix(ui): replace Dottore jumping-jacks loading gif with a normal spinner Swap the `/sprites/dottore/dottore_jumping.gif` loading animation for a standard Loader2 spinner in both places it appeared: the "Prof Mari is working..." indicator (ProfessorMariWorkingWindow) and the "DJ Mari is composing a playlist" toast (SpotifyMiniPlayer). Also drops the now-unused gif constant, the image-failure fallback state, and the unused React hook imports from the working window. The gif asset file itself is left in place (now unused). --- .../components/spotify/SpotifyMiniPlayer.tsx | 8 +------ .../ui/ProfessorMariWorkingWindow.tsx | 22 ++----------------- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/packages/client/src/components/spotify/SpotifyMiniPlayer.tsx b/packages/client/src/components/spotify/SpotifyMiniPlayer.tsx index eb13163484..eee44c4954 100644 --- a/packages/client/src/components/spotify/SpotifyMiniPlayer.tsx +++ b/packages/client/src/components/spotify/SpotifyMiniPlayer.tsx @@ -153,7 +153,6 @@ const REPEAT_TRACK_END_GRACE_MS = 15_000; const REPEAT_TRACK_REPLAY_COOLDOWN_MS = 8_000; const MANUAL_CONTROL_REPEAT_SUPPRESS_MS = 15_000; const DJ_MARI_PLAYLIST_READY_TOAST_MS = 20_000; -const DOTTOR_SUPPORT_GIF = "/sprites/dottore/dottore_jumping.gif"; const MOBILE_WIDGET_COLLAPSED_SIZE = 48; const MOBILE_WIDGET_EXPANDED_MAX_WIDTH = 320; const MOBILE_WIDGET_EXPANDED_HORIZONTAL_GUTTER = 24; @@ -554,12 +553,7 @@ export function SpotifyMiniPlayer({ djMariToastRef.current = toast.custom( () => (
- +

DJ Mari is composing a playlist for you, hold on tight!