mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #425] [MERGED] 373 fix frontend testing problems #433
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#433
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/425
Author: @EddieTheCubeHead
Created: 6/26/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @EddieTheCubeHead
Base:
master← Head:373-fix-frontend-testing-problems📝 Commits (8)
8bb2774#373 Re-add if to backend coverage report but hopefully correctly this time?f512990#373 Started fixing tests from top of file tree. Got some way down6bb6a97#373 All tests fixed6afd130#373 Minor improvementsc53964f#373 Missed one1801916#373 Huh?229edee#373 Huh? pt.2ea5f303#373 Huh.📊 Changes
30 files changed (+719 additions, -550 deletions)
View changed files
📝
.github/workflows/backend-ci.yml(+1 -0)📝
client/package.json(+1 -0)📝
client/src/common/hooks/useFetchToken.ts(+2 -0)📝
client/src/common/hooks/useGetTokenQuery.ts(+2 -1)📝
client/src/common/stores/searchStore.ts(+8 -8)📝
client/src/search/components/SearchPlaylists.tsx(+2 -2)📝
client/src/search/components/searchTopBar/SearchTopBarAlbumsButton.tsx(+1 -1)📝
client/src/search/components/searchTopBar/SearchTopBarArtistsButton.tsx(+1 -1)📝
client/src/search/components/searchTopBar/SearchTopBarPlaylistsButton.tsx(+1 -1)📝
client/src/search/components/searchTopBar/SearchTopBarTracksButton.tsx(+1 -1)📝
client/test/ThemeProviderFeatures.tsx(+5 -4)📝
client/test/alertSystem/AlertFeatures.tsx(+17 -14)📝
client/test/common/components/EnsureLoginWrapperFeatures.tsx(+4 -3)📝
client/test/common/components/ToolBarFeatures.tsx(+225 -216)📝
client/test/common/components/TopBarFeatures.tsx(+12 -15)📝
client/test/common/views/HomeFeatures.tsx(+11 -8)📝
client/test/common/views/MainFeatures.tsx(+16 -33)📝
client/test/login/components/LoginPopupFeatures.tsx(+20 -16)📝
client/test/pool/views/PoolFeatures.tsx(+16 -30)📝
client/test/search/components/ConfirmPoolOverwriteModalFeatures.tsx(+7 -10)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.