mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #436] [MERGED] 435 improve frontend state management #437
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#437
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/436
Author: @EddieTheCubeHead
Created: 2/8/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @EddieTheCubeHead
Base:
master← Head:435-improve-frontend-state-management📝 Commits (10+)
99d831f#435 Took TanStack router into use successfully6b84b51#435 Might have gone drunk with power there....2f57108#435 Progress towards working tests with tanstack router044ee2b#435 sync to desktopf5dd271#435 Syncing3afea98#435 Understanding how acceptance testing for router works, bases for a couple first test cases929b80c#435 Take jest-dom matchers into use in tests globally93c32b1#435 Fix logging encoding not using utf-882df968#435 Fix multiple websockets being opened during normal usagedd5b124#435 Remove console log leftover from websocket diagnostics📊 Changes
116 files changed (+4994 additions, -2633 deletions)
View changed files
📝
.github/workflows/security.yml(+2 -0)📝
client/package.json(+33 -29)📝
client/setup-vitest.ts(+5 -13)➖
client/src/App.tsx(+0 -14)📝
client/src/ThemeProvider.tsx(+1 -1)📝
client/src/api/fetchToken.ts(+12 -1)📝
client/src/api/methods.ts(+6 -4)📝
client/src/common/components/CollapseIconButton.tsx(+10 -3)📝
client/src/common/components/EnsureLoginWrapper.tsx(+2 -2)📝
client/src/common/components/avatar/AvatarUserSettingsButton.tsx(+2 -2)📝
client/src/common/components/avatar/UserSettingsMenu.tsx(+15 -4)➖
client/src/common/components/toolbar/ToolBar.tsx(+0 -37)➖
client/src/common/components/toolbar/ToolBarExpandedSearch.tsx(+0 -23)➖
client/src/common/components/toolbar/ToolBarExpandedSharePoolField.tsx(+0 -7)➕
client/src/common/constants/localStorage.ts(+1 -0)➕
client/src/common/constants/queryKey.ts(+1 -0)📝
client/src/common/hooks/useDebounce.ts(+3 -5)➖
client/src/common/hooks/useFetchToken.ts(+0 -12)📝
client/src/common/hooks/useGetPoolQuery.ts(+4 -5)➖
client/src/common/hooks/useGetTokenQuery.ts(+0 -12)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.