mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #375] [MERGED] 358 subtask websocket support for syncrhonizing playback state #403
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/375
Author: @EddieTheCubeHead
Created: 6/29/2024
Status: ✅ Merged
Merged: 6/29/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:358-subtask-websocket-support-for-syncrhonizing-playback-state📝 Commits (3)
89d6e25#358 Fix annoying double query on rendering pool sharing screen7720c98#358 Replace annoying duplication in login call causing unnecessary errorsb111998#358 Add playback state display and wire it up to backend state📊 Changes
23 files changed (+234 additions, -64 deletions)
View changed files
📝
clientRewrite/setup-vitest.ts(+14 -1)➕
clientRewrite/src/common/components/PlaybackDisplay.tsx(+27 -0)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+15 -7)📝
clientRewrite/src/common/components/toolbar/ToolBarButtons.tsx(+18 -10)📝
clientRewrite/src/common/components/toolbar/ToolBarOpenedField.tsx(+1 -1)➕
clientRewrite/src/common/hooks/useFetchToken.ts(+12 -0)➕
clientRewrite/src/common/hooks/useGetTokenQuery.ts(+11 -0)➕
clientRewrite/src/common/hooks/usePostSharePool.ts(+18 -0)➕
clientRewrite/src/common/hooks/useSharePoolQuery.ts(+10 -0)➕
clientRewrite/src/common/hooks/useSkipCallback.ts(+17 -0)📝
clientRewrite/src/common/hooks/useStartWebSocket.ts(+5 -1)📝
clientRewrite/src/common/icons/svgs/PasteIconSvg.tsx(+5 -0)➕
clientRewrite/src/common/icons/svgs/PauseIconSvg.tsx(+12 -0)➕
clientRewrite/src/common/icons/svgs/SkipIconSvg.tsx(+12 -0)📝
clientRewrite/src/common/stores/poolStore.ts(+5 -0)📝
clientRewrite/src/common/views/Main.tsx(+2 -12)📝
clientRewrite/src/pool/components/SharePool.tsx(+6 -16)📝
clientRewrite/src/pool/components/SharePoolSkeleton.tsx(+1 -1)📝
clientRewrite/src/pool/views/Pool.tsx(+2 -2)📝
clientRewrite/test/common/components/ToolBarFeatures.tsx(+24 -4)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.