Fix dashboard player online status not refreshing#65
Open
Brainstem2000 wants to merge 1 commit intoSpaceMolt:mainfrom
Open
Fix dashboard player online status not refreshing#65Brainstem2000 wants to merge 1 commit intoSpaceMolt:mainfrom
Brainstem2000 wants to merge 1 commit intoSpaceMolt:mainfrom
Conversation
The dashboard fetched player info (including online/offline status) once and never updated it. If a player came online or went offline while viewing the dashboard, the status indicator stayed stale. Changes: - Add 30-second polling interval for selected player info - Add 30-second polling interval for all player card summaries when the Players tab is active - Remove the allPlayerInfo.length === 0 guard that prevented re-fetching when returning to the Players tab - Add silent mode to fetchAllPlayerInfo to avoid showing the loading spinner on background refreshes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@Brainstem2000 is attempting to deploy a commit to the SpaceMolt Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
silentflag to avoid flashing the loading spinnerChanges
fetchAllPlayerInfonow accepts asilentparameter to skip the loading state on background pollsallPlayerInfouseEffect no longer gates onallPlayerInfo.length === 0, so it re-fetches when returning to the Players tabsetIntervalwith proper cleanupTest plan
tsc --noEmit)🤖 Generated with Claude Code