[PR #161] [MERGED] 160 bugfix current pool not showing #301

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/161
Author: @OttoAhlfors
Created: 3/30/2024
Status: Merged
Merged: 3/31/2024
Merged by: @OttoAhlfors

Base: masterHead: 160-bugfix-current-pool-not-showing


📝 Commits (7)

📊 Changes

13 files changed (+111 additions, -68 deletions)

View changed files

📝 client/app/page.tsx (+11 -15)
📝 client/components/buttons/iconButtons/addToPoolButton.tsx (+4 -4)
📝 client/components/buttons/iconButtons/deleteButton.tsx (+28 -13)
📝 client/components/buttons/iconButtons/showMoreIconButton.tsx (+3 -3)
📝 client/components/layout/cards/albumCard.tsx (+3 -3)
📝 client/components/layout/cards/artistCard.tsx (+3 -3)
📝 client/components/layout/cards/playlistCard.tsx (+3 -3)
📝 client/components/layout/cards/poolCard.tsx (+4 -4)
📝 client/components/layout/cards/trackCard.tsx (+3 -3)
📝 client/components/layout/expandedSearchContent.tsx (+9 -9)
📝 client/components/layout/managePool.tsx (+8 -4)
📝 client/components/layout/search.tsx (+4 -4)
client/types/poolTypes.ts (+28 -0)

📄 Description

No description provided


🔄 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/161 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 3/30/2024 **Status:** ✅ Merged **Merged:** 3/31/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `160-bugfix-current-pool-not-showing` --- ### 📝 Commits (7) - [`bd90343`](https://github.com/EddieTheCubeHead/Stagnum/commit/bd90343054caabf63ba22c76baa1a20cc131d926) Adjusted pool manager min width - [`0b1522f`](https://github.com/EddieTheCubeHead/Stagnum/commit/0b1522f038664a443706a110536d7d65c9147ad0) Implemented types Pool, PoolUser, PoolCollection and PoolTrack - [`f6ff12f`](https://github.com/EddieTheCubeHead/Stagnum/commit/f6ff12f1522550dc1b1dad5a49e137578e443189) Fixed delete collection and track type issue - [`aa6e71a`](https://github.com/EddieTheCubeHead/Stagnum/commit/aa6e71a467ac78e382f924e0ea136693167626e5) Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 160-bugfix-current-pool-not-showing - [`18788da`](https://github.com/EddieTheCubeHead/Stagnum/commit/18788dafec15ae48efa49915baa5d6184a0c84f2) Pool is updated when creating, adding and deleting from the pool - [`128e76a`](https://github.com/EddieTheCubeHead/Stagnum/commit/128e76aa05ea8d7ccbd57e9430ad74d7a7b15604) removed some console.logs - [`02d7db0`](https://github.com/EddieTheCubeHead/Stagnum/commit/02d7db0ec5de2135eb5de87ff51e51f38907d5f0) uncommented routeguard, again ### 📊 Changes **13 files changed** (+111 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `client/app/page.tsx` (+11 -15) 📝 `client/components/buttons/iconButtons/addToPoolButton.tsx` (+4 -4) 📝 `client/components/buttons/iconButtons/deleteButton.tsx` (+28 -13) 📝 `client/components/buttons/iconButtons/showMoreIconButton.tsx` (+3 -3) 📝 `client/components/layout/cards/albumCard.tsx` (+3 -3) 📝 `client/components/layout/cards/artistCard.tsx` (+3 -3) 📝 `client/components/layout/cards/playlistCard.tsx` (+3 -3) 📝 `client/components/layout/cards/poolCard.tsx` (+4 -4) 📝 `client/components/layout/cards/trackCard.tsx` (+3 -3) 📝 `client/components/layout/expandedSearchContent.tsx` (+9 -9) 📝 `client/components/layout/managePool.tsx` (+8 -4) 📝 `client/components/layout/search.tsx` (+4 -4) ➕ `client/types/poolTypes.ts` (+28 -0) </details> ### 📄 Description _No description provided_ --- <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#301
No description provided.