mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #205] [MERGED] 202 subtask add error handling and alerts to frontend #320
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#320
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/205
Author: @OttoAhlfors
Created: 4/7/2024
Status: ✅ Merged
Merged: 4/8/2024
Merged by: @OttoAhlfors
Base:
master← Head:202-subtask-add-error-handling-and-alerts-to-frontend📝 Commits (10+)
67c9ebeAlert component5bada0bLatered alertComponent44c8430Added alert to login pagefa94a74Added error alerts to all API calls15083beOops2848131Fixed5cb9d85Merge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 202-subtask-add-error-handling-and-alerts-to-frontend9ff144cMerge branch 'master' of https://github.com/EddieTheCubeHead/Stagnum into 202-subtask-add-error-handling-and-alerts-to-frontend84d9303Merge branch 'master' into 202-subtask-add-error-handling-and-alerts-to-frontend02a466eFixed callbacks📊 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.