mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
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#401
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/374
Author: @EddieTheCubeHead
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:357-subtask-websocket-support-for-synchronizing-pool-state📝 Commits (3)
dfd0b6d#357 Added a websocket for listening to pool state3f2d79b#357 Ensure tests never touch websocket code75c4a1a#357 Remove redundant import📊 Changes
5 files changed (+53 additions, -8 deletions)
View changed files
📝
clientRewrite/setup-vitest.ts(+11 -1)➕
clientRewrite/src/common/hooks/useStartWebSocket.ts(+29 -0)📝
clientRewrite/src/common/views/Home.tsx(+8 -0)📝
clientRewrite/src/pool/views/Pool.tsx(+3 -3)📝
clientRewrite/test/common/views/HomeFeatures.tsx(+2 -4)📄 Description
No testing for websockets yet
Too much other new stuff about UI dev to learn to focus on that. Seems particularly complicated compared to the small amount of websocket code we will have
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.