mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #400] [MERGED] 193 handle multiple copies of a single track in the same pool #417
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#417
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/400
Author: @EddieTheCubeHead
Created: 7/1/2024
Status: ✅ Merged
Merged: 7/1/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:193-handle-multiple-copies-of-a-single-track-in-the-same-pool📝 Commits (4)
6cb0e90#193 Updated core models and fixed problems created by update08e4578#193 Fixed and endless render loop after failed me query deletes token to enable re-logindb8425d#193 Prevent adding same track into the pool multiple times by the same userea2332bMerge branch 'master' into 193-handle-multiple-copies-of-a-single-track-in-the-same-pool📊 Changes
20 files changed (+275 additions, -104 deletions)
View changed files
📝
clientRewrite/src/common/components/avatar/Avatar.tsx(+1 -8)📝
clientRewrite/src/common/components/avatar/AvatarUserSettingsButton.tsx(+2 -2)➕
clientRewrite/src/common/components/avatar/MeAvatar.tsx(+13 -0)📝
clientRewrite/src/common/hooks/useGetPoolQuery.ts(+0 -1)📝
clientRewrite/src/common/hooks/useMeQuery.ts(+3 -1)📝
clientRewrite/src/common/models/Pool.ts(+1 -1)📝
clientRewrite/src/common/models/PoolMember.ts(+1 -0)📝
clientRewrite/src/pool/components/poolTopBar/PoolTopBarPoolOwner.tsx(+1 -1)📝
clientRewrite/src/pool/hooks/useDeletePoolContent.ts(+1 -1)📝
server/src/api/pool/dependencies.py(+67 -33)📝
server/src/api/pool/helpers.py(+14 -1)📝
server/src/api/pool/models.py(+24 -6)📝
server/src/api/pool/routes.py(+11 -14)📝
server/src/database/entities.py(+7 -1)📝
server/test/conftest.py(+12 -1)📝
server/test/pool_features/add_content_features.py(+71 -1)📝
server/test/pool_features/delete_content_features.py(+21 -18)📝
server/test/pool_features/refresh_token_features.py(+16 -10)📝
server/test/pool_features/websocket_features.py(+7 -4)📝
server/test/test_types/callables.py(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.