mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #363] [MERGED] 355 subtask delete pool #396
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#396
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/363
Author: @EddieTheCubeHead
Created: 6/27/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:355-subtask-delete-pool📝 Commits (2)
571697f#355 Icon work and toolbar preparation3182ca7#355 Working and tested📊 Changes
25 files changed (+284 additions, -60 deletions)
View changed files
📝
clientRewrite/package.json(+3 -2)➕
clientRewrite/src/api/deletePool.ts(+6 -0)➕
clientRewrite/src/common/components/WarningPopup.tsx(+24 -0)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+17 -1)📝
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchCloseButton.tsx(+0 -1)📝
clientRewrite/src/common/icons/Icon.tsx(+5 -3)📝
clientRewrite/src/common/icons/IconButton.tsx(+9 -4)📝
clientRewrite/src/common/icons/svgs/ArtistIconSvg.tsx(+2 -2)➕
clientRewrite/src/common/icons/svgs/DeletePoolIconSvg.tsx(+19 -0)➕
clientRewrite/src/common/icons/svgs/HomeIconSvg.tsx(+12 -0)📝
clientRewrite/src/common/icons/svgs/PlaylistIconSvg.tsx(+2 -2)📝
clientRewrite/src/common/stores/poolStore.ts(+8 -0)📝
clientRewrite/src/common/views/Home.tsx(+4 -2)➕
clientRewrite/src/pool/components/ConfirmPoolDeleteModal.tsx(+17 -0)➕
clientRewrite/src/pool/components/ConfirmPoolOverwriteModal.tsx(+16 -0)📝
clientRewrite/src/pool/components/PoolMemberCard.tsx(+1 -1)➕
clientRewrite/src/pool/hooks/useDeletePool.ts(+17 -0)📝
clientRewrite/src/pool/hooks/useDeletePoolContent.ts(+0 -0)➖
clientRewrite/src/search/components/ConfirmPoolOverwriteModal.tsx(+0 -28)📝
clientRewrite/src/search/components/searchTopBar/SearchTopBar.tsx(+1 -1)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.