mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #372] [MERGED] 365 add alerts and errors to requests in new UI #402
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#402
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/372
Author: @EddieTheCubeHead
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:365-add-alerts-and-errors-to-requests-in-new-ui📝 Commits (6)
bfc3c20#365 Basic framework for alerts. Finally typed methods.ts somewhat properly652b851#365 Improvements to alert system and styling52eddd3#365 Added testing for alerts and successes6bb853a#365 Improve avatar error resistance, provide mock functions for throwing exceptions in axios requestsb29d183#365 Add tests for happy cases, improve success alert messages3357aa1#365 Fix overwriting with the new data model📊 Changes
32 files changed (+362 additions, -75 deletions)
View changed files
📝
clientRewrite/setup-vitest.ts(+4 -0)➕
clientRewrite/src/alertSystem/Alert.ts(+9 -0)➕
clientRewrite/src/alertSystem/AlertComponent.tsx(+29 -0)➕
clientRewrite/src/alertSystem/AlertHandler.tsx(+18 -0)➕
clientRewrite/src/alertSystem/alertStore.ts(+22 -0)📝
clientRewrite/src/api/methods.ts(+34 -14)📝
clientRewrite/src/common/components/avatar/Avatar.tsx(+2 -2)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+1 -1)📝
clientRewrite/src/common/hooks/useMeQuery.ts(+1 -1)📝
clientRewrite/src/common/stores/poolStore.ts(+5 -4)📝
clientRewrite/src/common/views/Home.tsx(+3 -1)📝
clientRewrite/src/globals.css(+4 -4)📝
clientRewrite/src/pool/components/ConfirmPoolOverwriteModal.tsx(+6 -3)📝
clientRewrite/src/pool/components/PoolMemberCard.tsx(+1 -1)📝
clientRewrite/src/pool/components/SharePool.tsx(+3 -2)📝
clientRewrite/src/pool/hooks/useDeletePool.ts(+8 -4)📝
clientRewrite/src/pool/hooks/useDeletePoolContent.ts(+9 -4)📝
clientRewrite/src/pool/hooks/useJoinPool.ts(+2 -1)📝
clientRewrite/src/search/components/SearchTracks.tsx(+1 -1)📝
clientRewrite/src/search/components/cards/SearchResourceCard.tsx(+3 -3)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.