mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #369] [MERGED] 364 add token updating to requests to new UI #399
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#399
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/369
Author: @EddieTheCubeHead
Created: 6/27/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:364-add-token-updating-to-requests-to-new-ui📝 Commits (7)
d189a00#364 Deleting works with header updating0160783#364 Post routes converted to hooks, working on get routesa2572f2#364 Changed the rest of normal get method to using hooksaf008b2#364 Everything works, test added9742ad9#364 Fix linting errorsbbda4cd#364 Try to fix backend build732747c#364 Fix get queries including tanstack data in search params📊 Changes
24 files changed (+140 additions, -111 deletions)
View changed files
📝
.github/workflows/backend-ci.yml(+1 -1)➖
clientRewrite/src/api/deletePool.ts(+0 -6)➖
clientRewrite/src/api/deletePoolContent.ts(+0 -6)➖
clientRewrite/src/api/fetchMe.ts(+0 -9)➖
clientRewrite/src/api/fetchSpotifyGeneralSearch.ts(+0 -14)📝
clientRewrite/src/api/methods.ts(+45 -9)➖
clientRewrite/src/api/postAddToPool.ts(+0 -10)➖
clientRewrite/src/api/postCreatePool.ts(+0 -14)📝
clientRewrite/src/common/components/avatar/Avatar.tsx(+2 -2)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+1 -1)📝
clientRewrite/src/common/hooks/useMeQuery.ts(+8 -6)📝
clientRewrite/src/pool/components/poolTopBar/PoolTopBarPoolOwner.tsx(+2 -2)📝
clientRewrite/src/pool/hooks/useDeletePool.ts(+3 -2)📝
clientRewrite/src/pool/hooks/useDeletePoolContent.ts(+4 -2)📝
clientRewrite/src/search/components/SearchAlbums.tsx(+4 -1)📝
clientRewrite/src/search/components/SearchArtists.tsx(+4 -1)📝
clientRewrite/src/search/components/SearchPlaylists.tsx(+2 -1)📝
clientRewrite/src/search/components/SearchTracks.tsx(+3 -2)📝
clientRewrite/src/search/hooks/useAddToPool.ts(+3 -2)📝
clientRewrite/src/search/hooks/useCreatePool.ts(+10 -2)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.