Industrial-Parasite / issues

A repo for reporting issues with Industrial Parasite Apps
0 stars 0 forks source link

[BUG] Record Icon Animation Loses State After Refresh #15

Open Klastic opened 6 months ago

Klastic commented 6 months ago

Description

We've observed an issue where the animation of the record icon, which indicates music playback, resets to its default (non-playing) state after the page is refreshed. While the music continues to play and other play states (track progress, play/pause status) are preserved across refreshes, the visual cue provided by the record icon animation does not reflect this continuity. This inconsistency can confuse users into thinking their music has stopped playing.

Steps to Reproduce

  1. Start music playback on the web app, noting the animated record icon indicating the current play status.
  2. Refresh the page or navigate to another section that triggers a refresh.
  3. Notice that, despite the music continuing to play, the record icon's animation has stopped, defaulting back to its non-animated state.

Expected Behavior

The record icon's animation should consistently reflect the music's play state across page refreshes or navigation actions. If the music continues to play after a refresh, the record icon should remain animated to visually indicate ongoing playback.

Actual Behavior

After a page refresh, the record icon animation resets to its default state, even though the music playback continues uninterrupted. This visual inconsistency can mislead users about the playback status.

Environment

Additional Context

The record icon serves as an important visual feedback mechanism for playback status. Ensuring its animation accurately reflects the current state of music playback is crucial for a coherent user experience.

Suggested Fix