[PR #165] [MERGED] 144 subtask refine pool component based on new designs #302

Closed
opened 2026-02-27 19:17:41 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: 144-subtask-refine-pool-component-based-on-new-designs


📝 Commits (4)

  • 984465a wide pool manager works
  • 4a4bdf3 large and small pool managers work, not pretty but works
  • 642f201 Tracks in collections are nested
  • 8fb9c05 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/165 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `144-subtask-refine-pool-component-based-on-new-designs` --- ### 📝 Commits (4) - [`984465a`](https://github.com/EddieTheCubeHead/Stagnum/commit/984465a80d2f512974b32f6e113029da82a53d18) wide pool manager works - [`4a4bdf3`](https://github.com/EddieTheCubeHead/Stagnum/commit/4a4bdf3f975f85b9f8e68ecd6aea934fec532f1d) large and small pool managers work, not pretty but works - [`642f201`](https://github.com/EddieTheCubeHead/Stagnum/commit/642f20171c7f5b29e120e2e3eb4ddd7759690ee7) Tracks in collections are nested - [`8fb9c05`](https://github.com/EddieTheCubeHead/Stagnum/commit/8fb9c05811aef53c2ba464f7e66d2a6f135fbb3d) Merge branch 'master' into 144-subtask-refine-pool-component-based-on-new-designs ### 📊 Changes **11 files changed** (+1272 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Changed the layout to use a grid, we lost our fancy animation :( --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#302
No description provided.