[PR #374] [MERGED] #357 Added a websocket for listening to pool state #401

Closed
opened 2026-02-27 19:18:03 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: 357-subtask-websocket-support-for-synchronizing-pool-state


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/374 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 6/28/2024 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `357-subtask-websocket-support-for-synchronizing-pool-state` --- ### 📝 Commits (3) - [`dfd0b6d`](https://github.com/EddieTheCubeHead/Stagnum/commit/dfd0b6d6dffcddc50aa1eac0e36422cd38341c49) #357 Added a websocket for listening to pool state - [`3f2d79b`](https://github.com/EddieTheCubeHead/Stagnum/commit/3f2d79b1c38472231577c4ef6a41353063c80849) #357 Ensure tests never touch websocket code - [`75c4a1a`](https://github.com/EddieTheCubeHead/Stagnum/commit/75c4a1ad5008276818d998166bf1d0a4dc571801) #357 Remove redundant import ### 📊 Changes **5 files changed** (+53 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:18:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#401
No description provided.