[PR #210] [MERGED] discriptive error alerts and token improvements #321

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

📋 Pull Request Information

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

Base: masterHead: 209-making-error-alerts-more-discriptive


📝 Commits (10+)

📊 Changes

17 files changed (+43 additions, -79 deletions)

View changed files

📝 client/app/login/page.tsx (+8 -2)
📝 client/app/page.tsx (+8 -11)
📝 client/components/alertComponent.tsx (+1 -1)
📝 client/components/buttons/iconButtons/addToPoolButton.tsx (+2 -4)
📝 client/components/buttons/iconButtons/deleteButton.tsx (+2 -4)
📝 client/components/buttons/iconButtons/showMoreIconButton.tsx (+2 -4)
📝 client/components/buttons/skipButton.tsx (+8 -5)
📝 client/components/layout/footer.tsx (+4 -3)
📝 client/components/poolmanagerComponents/poolCollectionCard.tsx (+0 -3)
📝 client/components/poolmanagerComponents/poolManager.tsx (+2 -7)
📝 client/components/poolmanagerComponents/poolTrackCard.tsx (+0 -3)
📝 client/components/searchComponents/cards/albumCard.tsx (+0 -4)
📝 client/components/searchComponents/cards/artistCard.tsx (+0 -4)
📝 client/components/searchComponents/cards/playlistCard.tsx (+0 -4)
📝 client/components/searchComponents/cards/trackCard.tsx (+0 -4)
📝 client/components/searchComponents/expandedSearchContent.tsx (+0 -10)
📝 client/components/searchComponents/search.tsx (+6 -6)

📄 Description

I seem to have accidentaly forgotten to change the branch for improving token handling so its here now, suprise!


🔄 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/210 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `209-making-error-alerts-more-discriptive` --- ### 📝 Commits (10+) - [`c39aa76`](https://github.com/EddieTheCubeHead/Stagnum/commit/c39aa76224a3beb1671cdb926ac1a2c9192c0d11) format fix - [`0dd0958`](https://github.com/EddieTheCubeHead/Stagnum/commit/0dd0958e319e0fd1046613a06883c9af0095cf30) Temp commit - [`da82015`](https://github.com/EddieTheCubeHead/Stagnum/commit/da820153f53909ac1ab07d4978844592b213f639) Descriptions added - [`526655f`](https://github.com/EddieTheCubeHead/Stagnum/commit/526655fe4dbb74c32e75ddbccd03a536928798ed) moved alert right to fit better - [`0516e8c`](https://github.com/EddieTheCubeHead/Stagnum/commit/0516e8c6bfa64d66ee3ad91c782f52c73f21c313) Changed tokens in api calls to use localstorage - [`5f0d3c9`](https://github.com/EddieTheCubeHead/Stagnum/commit/5f0d3c932547e97b05fb9bcc872c8f5364f1fed8) Merge branch 'master' into 209-making-error-alerts-more-discriptive - [`5977752`](https://github.com/EddieTheCubeHead/Stagnum/commit/5977752eeb6bd08a96c18c034e5864d34f34e1ed) fixed typos - [`8a1c0d8`](https://github.com/EddieTheCubeHead/Stagnum/commit/8a1c0d80e6f057fe55a2b99cd4e404fbe722cc86) Skip song did not have error alert - [`c640811`](https://github.com/EddieTheCubeHead/Stagnum/commit/c64081136b580ca962330c37959c4b1308b90971) Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 209-making-error-alerts-more-discriptive - [`a3c6635`](https://github.com/EddieTheCubeHead/Stagnum/commit/a3c6635340deed547471aead61e28490d8c5cf4e) Fixed a bug where reloading page would cause a failed callback even tho token is valid ### 📊 Changes **17 files changed** (+43 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `client/app/login/page.tsx` (+8 -2) 📝 `client/app/page.tsx` (+8 -11) 📝 `client/components/alertComponent.tsx` (+1 -1) 📝 `client/components/buttons/iconButtons/addToPoolButton.tsx` (+2 -4) 📝 `client/components/buttons/iconButtons/deleteButton.tsx` (+2 -4) 📝 `client/components/buttons/iconButtons/showMoreIconButton.tsx` (+2 -4) 📝 `client/components/buttons/skipButton.tsx` (+8 -5) 📝 `client/components/layout/footer.tsx` (+4 -3) 📝 `client/components/poolmanagerComponents/poolCollectionCard.tsx` (+0 -3) 📝 `client/components/poolmanagerComponents/poolManager.tsx` (+2 -7) 📝 `client/components/poolmanagerComponents/poolTrackCard.tsx` (+0 -3) 📝 `client/components/searchComponents/cards/albumCard.tsx` (+0 -4) 📝 `client/components/searchComponents/cards/artistCard.tsx` (+0 -4) 📝 `client/components/searchComponents/cards/playlistCard.tsx` (+0 -4) 📝 `client/components/searchComponents/cards/trackCard.tsx` (+0 -4) 📝 `client/components/searchComponents/expandedSearchContent.tsx` (+0 -10) 📝 `client/components/searchComponents/search.tsx` (+6 -6) </details> ### 📄 Description I seem to have accidentaly forgotten to change the branch for improving token handling so its here now, suprise! --- <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:46 +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#321
No description provided.