mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #361] [MERGED] 353 subtask add resource to pool from search view #398
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#398
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/361
Author: @EddieTheCubeHead
Created: 6/26/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:353-subtask-add-resource-to-pool-from-search-view📝 Commits (3)
b5f4e84#353 Add button added, tested and working680ebd1#353 Much better text truncation for cards1bf5175#353 General improvements📊 Changes
29 files changed (+159 additions, -63 deletions)
View changed files
➕
clientRewrite/src/api/postAddToPool.ts(+10 -0)📝
clientRewrite/src/common/components/CollapseIconButton.tsx(+0 -1)📝
clientRewrite/src/common/components/cards/CardBase.tsx(+3 -3)➕
clientRewrite/src/common/components/cards/CardText.tsx(+30 -0)➖
clientRewrite/src/common/components/cards/NameWithLink.tsx(+0 -13)📝
clientRewrite/src/common/components/cards/ResourceWithArtistNameField.tsx(+15 -5)➕
clientRewrite/src/common/icons/svgs/AddIconSvg.tsx(+12 -0)📝
clientRewrite/src/common/icons/svgs/AlbumIconSvg.tsx(+5 -0)📝
clientRewrite/src/common/icons/svgs/ArtistIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/icons/svgs/CollapseIconSvg.tsx(+1 -1)📝
clientRewrite/src/common/icons/svgs/DeleteIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/icons/svgs/MenuIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/icons/svgs/OpenIconSvg.tsx(+1 -1)📝
clientRewrite/src/common/icons/svgs/PlayIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/icons/svgs/PlaylistIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/icons/svgs/TrackIconSvg.tsx(+1 -0)📝
clientRewrite/src/common/views/Home.tsx(+1 -1)📝
clientRewrite/src/pool/components/PoolCollectionSection.tsx(+3 -3)📝
clientRewrite/src/pool/components/PoolMemberCard.tsx(+6 -3)📝
clientRewrite/src/pool/views/Pool.tsx(+3 -3)...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.