mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #165] [MERGED] 144 subtask refine pool component based on new designs #302
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#302
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/165
Author: @OttoAhlfors
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/1/2024
Merged by: @OttoAhlfors
Base:
master← Head:144-subtask-refine-pool-component-based-on-new-designs📝 Commits (4)
984465awide pool manager works4a4bdf3large and small pool managers work, not pretty but works642f201Tracks in collections are nested8fb9c05Merge branch 'master' into 144-subtask-refine-pool-component-based-on-new-designs📊 Changes
11 files changed (+1272 additions, -133 deletions)
View changed files
📝
client/app/page.tsx(+1124 -33)📝
client/components/layout/cards/mainHeaderCard.tsx(+1 -1)📝
client/components/layout/cards/poolCollectionCard.tsx(+1 -1)➕
client/components/layout/cards/poolTrackCard.tsx(+36 -0)➕
client/components/layout/expandedPoolManager.tsx(+43 -0)📝
client/components/layout/expandedSearchContent.tsx(+1 -1)➖
client/components/layout/managePool.tsx(+0 -38)➕
client/components/layout/poolManager.tsx(+46 -0)📝
client/components/layout/search.tsx(+17 -56)📝
client/types/albumTypes.ts(+1 -1)📝
client/types/trackTypes.ts(+2 -2)📄 Description
Changed the layout to use a grid, we lost our fancy animation :(
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.