mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #159] [MERGED] 158 bugfix api return types are wrong #300
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#300
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/159
Author: @OttoAhlfors
Created: 3/30/2024
Status: ✅ Merged
Merged: 3/31/2024
Merged by: @OttoAhlfors
Base:
master← Head:158-bugfix-api-return-types-are-wrong📝 Commits (4)
5ab1a9eTypes for Album, Artist, Playlist and Track have been adjusted9056163Changed the card colors (did not want to make a new branch for this)519fbe9FIxed the typing of mock datab8a1743Tracks now show images📊 Changes
10 files changed (+82 additions, -60 deletions)
View changed files
📝
client/components/layout/cards/albumCard.tsx(+1 -1)📝
client/components/layout/cards/artistCard.tsx(+1 -1)📝
client/components/layout/cards/playlistCard.tsx(+1 -1)📝
client/components/layout/cards/poolCard.tsx(+1 -1)📝
client/components/layout/cards/trackCard.tsx(+2 -3)📝
client/components/layout/footer.tsx(+47 -46)📝
client/types/albumTypes.ts(+9 -3)📝
client/types/artistTypes.ts(+1 -0)📝
client/types/playlistTypes.ts(+1 -0)📝
client/types/trackTypes.ts(+18 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.