mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #273] [MERGED] 170 subtask use websocket to update current playback information in client #357
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#357
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/273
Author: @tuomasmustakallio
Created: 4/15/2024
Status: ✅ Merged
Merged: 4/15/2024
Merged by: @tuomasmustakallio
Base:
master← Head:170-subtask-use-websocket-to-update-current-playback-information-in-client📝 Commits (10+)
2d9d3abMerge remote-tracking branch 'origin/164-subtask-create-websocket-for-updating-currently-playing-song-information' into 170-subtask-use-websocket-to-update-current-playback-information-in-client9d26fdaMerge remote-tracking branch 'origin/164-subtask-create-websocket-for-updating-currently-playing-song-information' into 170-subtask-use-websocket-to-update-current-playback-information-in-clientb60aebdMerge branch 'master' into 170-subtask-use-websocket-to-update-current-playback-information-in-client24ce0d4initial ws0e2187dMerge branch 'master' into 170-subtask-use-websocket-to-update-current-playback-information-in-client0fd6570Merge branch 'master' into 170-subtask-use-websocket-to-update-current-playback-information-in-client9592644Merge branch 'master' into 170-subtask-use-websocket-to-update-current-playback-information-in-clienta69d226initial socket not workingc179d98Merge branch 'master' into 170-subtask-use-websocket-to-update-current-playback-information-in-clientf917846tried new library for websocket📊 Changes
15 files changed (+291 additions, -232 deletions)
View changed files
📝
client/app/page.tsx(+53 -2)📝
client/components/layout/footer.tsx(+64 -37)📝
client/components/poolmanagerComponents/poolManager.tsx(+0 -1)📝
client/components/types.ts(+1 -0)➕
client/public/logo.png(+0 -0)📝
server/src/api/application.py(+1 -0)📝
server/src/api/pool/__init__.py(+1 -0)📝
server/src/api/pool/dependencies.py(+28 -53)📝
server/src/api/pool/routes.py(+14 -30)📝
server/src/api/pool/tasks.py(+2 -2)➕
server/src/api/pool/websocket.py(+22 -0)📝
server/test/pool_features/conftest.py(+2 -2)➖
server/test/pool_features/playback_websocket_features.py(+0 -62)➖
server/test/pool_features/pool_websocket_features.py(+0 -43)➕
server/test/pool_features/websocket_features.py(+103 -0)📄 Description
Websocket that takes in info from playback and pool and stuff.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.