mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #161] [MERGED] 160 bugfix current pool not showing #301
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#301
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/161
Author: @OttoAhlfors
Created: 3/30/2024
Status: ✅ Merged
Merged: 3/31/2024
Merged by: @OttoAhlfors
Base:
master← Head:160-bugfix-current-pool-not-showing📝 Commits (7)
bd90343Adjusted pool manager min width0b1522fImplemented types Pool, PoolUser, PoolCollection and PoolTrackf6ff12fFixed delete collection and track type issueaa6e71aMerge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 160-bugfix-current-pool-not-showing18788daPool is updated when creating, adding and deleting from the pool128e76aremoved some console.logs02d7db0uncommented routeguard, again📊 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.