mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #362] [MERGED] 354 subtask remove resource from pool #397
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#397
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/362
Author: @EddieTheCubeHead
Created: 6/26/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:354-subtask-remove-resource-from-pool📝 Commits (3)
fd629d5#354 Work towards adding delete callac680f2#354 Think it works?2259749#354 Okay now it works📊 Changes
29 files changed (+125 additions, -67 deletions)
View changed files
📝
client/app/page.tsx(+2 -2)📝
client/components/buttons/iconButtons/deleteButton.tsx(+3 -3)📝
client/components/layout/footer.tsx(+2 -2)📝
client/components/poolmanagerComponents/poolManager.tsx(+1 -1)📝
client/components/types.ts(+2 -2)➕
clientRewrite/src/api/deletePoolContent.ts(+6 -0)📝
clientRewrite/src/api/fetchMe.ts(+2 -2)📝
clientRewrite/src/api/fetchRedirectUri.ts(+2 -2)📝
clientRewrite/src/api/fetchSpotifyGeneralSearch.ts(+2 -2)📝
clientRewrite/src/api/fetchToken.ts(+2 -2)📝
clientRewrite/src/api/methods.ts(+9 -2)📝
clientRewrite/src/api/postAddToPool.ts(+2 -2)📝
clientRewrite/src/api/postCreatePool.ts(+2 -2)📝
clientRewrite/src/common/models/PoolCollection.ts(+0 -1)📝
clientRewrite/src/common/models/PoolMember.ts(+1 -0)📝
clientRewrite/src/common/models/PoolTrack.ts(+0 -1)📝
clientRewrite/src/pool/components/PoolCollectionSection.tsx(+1 -1)📝
clientRewrite/src/pool/components/PoolMemberCard.tsx(+4 -2)📝
clientRewrite/src/pool/views/Pool.tsx(+1 -1)➕
clientRewrite/src/search/hooks/useDeletePoolContent.ts(+17 -0)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.