[PR #159] [MERGED] 158 bugfix api return types are wrong #300

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

Base: masterHead: 158-bugfix-api-return-types-are-wrong


📝 Commits (4)

  • 5ab1a9e Types for Album, Artist, Playlist and Track have been adjusted
  • 9056163 Changed the card colors (did not want to make a new branch for this)
  • 519fbe9 FIxed the typing of mock data
  • b8a1743 Tracks 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/159 **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:** `158-bugfix-api-return-types-are-wrong` --- ### 📝 Commits (4) - [`5ab1a9e`](https://github.com/EddieTheCubeHead/Stagnum/commit/5ab1a9e532bb9e0d14363054fddcfe5ea5b1c2e5) Types for Album, Artist, Playlist and Track have been adjusted - [`9056163`](https://github.com/EddieTheCubeHead/Stagnum/commit/9056163d7afdcd9f813386354f5f8191e74c1601) Changed the card colors (did not want to make a new branch for this) - [`519fbe9`](https://github.com/EddieTheCubeHead/Stagnum/commit/519fbe933bbb0311f6d50ef47182f8d1733faf5a) FIxed the typing of mock data - [`b8a1743`](https://github.com/EddieTheCubeHead/Stagnum/commit/b8a17431ba1b9d69b005d3338c3f44618ad6272d) Tracks now show images ### 📊 Changes **10 files changed** (+82 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `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) </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#300
No description provided.