mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #210] [MERGED] discriptive error alerts and token improvements #321
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#321
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/210
Author: @OttoAhlfors
Created: 4/8/2024
Status: ✅ Merged
Merged: 4/11/2024
Merged by: @OttoAhlfors
Base:
master← Head:209-making-error-alerts-more-discriptive📝 Commits (10+)
c39aa76format fix0dd0958Temp commitda82015Descriptions added526655fmoved alert right to fit better0516e8cChanged tokens in api calls to use localstorage5f0d3c9Merge branch 'master' into 209-making-error-alerts-more-discriptive5977752fixed typos8a1c0d8Skip song did not have error alertc640811Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 209-making-error-alerts-more-discriptivea3c6635Fixed a bug where reloading page would cause a failed callback even tho token is valid📊 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.