[PR #205] [MERGED] 202 subtask add error handling and alerts to frontend #320

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/205
Author: @OttoAhlfors
Created: 4/7/2024
Status: Merged
Merged: 4/8/2024
Merged by: @OttoAhlfors

Base: masterHead: 202-subtask-add-error-handling-and-alerts-to-frontend


📝 Commits (10+)

📊 Changes

16 files changed (+154 additions, -36 deletions)

View changed files

📝 client/.eslintrc.json (+5 -19)
📝 client/app/login/page.tsx (+17 -2)
📝 client/app/page.tsx (+26 -3)
client/components/alertComponent.tsx (+25 -0)
📝 client/components/buttons/iconButtons/addToPoolButton.tsx (+7 -2)
📝 client/components/buttons/iconButtons/deleteButton.tsx (+7 -2)
📝 client/components/buttons/iconButtons/showMoreIconButton.tsx (+7 -2)
📝 client/components/poolmanagerComponents/poolCollectionCard.tsx (+4 -0)
📝 client/components/poolmanagerComponents/poolManager.tsx (+12 -2)
📝 client/components/poolmanagerComponents/poolTrackCard.tsx (+4 -0)
📝 client/components/searchComponents/cards/albumCard.tsx (+5 -0)
📝 client/components/searchComponents/cards/artistCard.tsx (+5 -0)
📝 client/components/searchComponents/cards/playlistCard.tsx (+5 -0)
📝 client/components/searchComponents/cards/trackCard.tsx (+5 -0)
📝 client/components/searchComponents/expandedSearchContent.tsx (+11 -0)
📝 client/components/searchComponents/search.tsx (+9 -4)

📄 Description

Can be reviewed and should be complete but callback is not working for some reason, will debug later with Eetu


🔄 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/205 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 4/7/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `202-subtask-add-error-handling-and-alerts-to-frontend` --- ### 📝 Commits (10+) - [`67c9ebe`](https://github.com/EddieTheCubeHead/Stagnum/commit/67c9ebee11528511c294dd62ed9eb998ebc5c5a8) Alert component - [`5bada0b`](https://github.com/EddieTheCubeHead/Stagnum/commit/5bada0b20228ecf8e8b06d8eb07caa9b955f237f) Latered alertComponent - [`44c8430`](https://github.com/EddieTheCubeHead/Stagnum/commit/44c84302a2a07fec29d7b00c13df1224a519a915) Added alert to login page - [`fa94a74`](https://github.com/EddieTheCubeHead/Stagnum/commit/fa94a747894cdba86d6c26a8b02afa6c4ac8443d) Added error alerts to all API calls - [`15083be`](https://github.com/EddieTheCubeHead/Stagnum/commit/15083bec7e5a86ad0a3ed758de873a802c1203fb) Oops - [`2848131`](https://github.com/EddieTheCubeHead/Stagnum/commit/2848131b82f0e17e0192e47d1ddc7b83e628786d) Fixed - [`5cb9d85`](https://github.com/EddieTheCubeHead/Stagnum/commit/5cb9d854f7ce52a241ecc817b5988f194f67f47d) Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 202-subtask-add-error-handling-and-alerts-to-frontend - [`9ff144c`](https://github.com/EddieTheCubeHead/Stagnum/commit/9ff144c3ab594dda11ef6da896e0c26b07b9abb2) Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 202-subtask-add-error-handling-and-alerts-to-frontend - [`84d9303`](https://github.com/EddieTheCubeHead/Stagnum/commit/84d93034d6d1db93c5c8f83f3b3fe5b6b3d2b8e8) Merge branch 'master' into 202-subtask-add-error-handling-and-alerts-to-frontend - [`02a466e`](https://github.com/EddieTheCubeHead/Stagnum/commit/02a466ef031fc30475a066d99e85d2c91466e21d) Fixed callbacks ### 📊 Changes **16 files changed** (+154 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `client/.eslintrc.json` (+5 -19) 📝 `client/app/login/page.tsx` (+17 -2) 📝 `client/app/page.tsx` (+26 -3) ➕ `client/components/alertComponent.tsx` (+25 -0) 📝 `client/components/buttons/iconButtons/addToPoolButton.tsx` (+7 -2) 📝 `client/components/buttons/iconButtons/deleteButton.tsx` (+7 -2) 📝 `client/components/buttons/iconButtons/showMoreIconButton.tsx` (+7 -2) 📝 `client/components/poolmanagerComponents/poolCollectionCard.tsx` (+4 -0) 📝 `client/components/poolmanagerComponents/poolManager.tsx` (+12 -2) 📝 `client/components/poolmanagerComponents/poolTrackCard.tsx` (+4 -0) 📝 `client/components/searchComponents/cards/albumCard.tsx` (+5 -0) 📝 `client/components/searchComponents/cards/artistCard.tsx` (+5 -0) 📝 `client/components/searchComponents/cards/playlistCard.tsx` (+5 -0) 📝 `client/components/searchComponents/cards/trackCard.tsx` (+5 -0) 📝 `client/components/searchComponents/expandedSearchContent.tsx` (+11 -0) 📝 `client/components/searchComponents/search.tsx` (+9 -4) </details> ### 📄 Description Can be reviewed and should be complete but callback is not working for some reason, will debug later with Eetu --- <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:45 +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#320
No description provided.