mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #121] [MERGED] 37 create view create pool #279
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#279
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/121
Author: @tuomasmustakallio
Created: 3/9/2024
Status: ✅ Merged
Merged: 3/10/2024
Merged by: @tuomasmustakallio
Base:
master← Head:37-create-view-create-pool📝 Commits (10+)
f4f08b0Edit textComponents and create-pool page42e7218Merge branch '34-create-view-song-search' into 37-create-view-create-poole4b3a3fMove create pool to its own component and modify homepage for thatf021218Create logic for selecting the starting thing for poolf1fa5f1Merge branch 'master' into 37-create-view-create-poolbdfd2d0Quick updatecf5fcd6Merge branch 'master' into 37-create-view-create-pool82a7effPool creation working somehow3918454Merge branch '34-create-view-song-search' into 37-create-view-create-poolb8e3f33merge something📊 Changes
12 files changed (+600 additions, -153 deletions)
View changed files
📝
client/app/page.tsx(+69 -36)➕
client/components/layout/CreatePool.tsx(+122 -0)➕
client/components/layout/Search.tsx(+199 -0)➕
client/components/layout/albumCard.tsx(+38 -0)📝
client/components/layout/cards/albumCard.tsx(+30 -21)📝
client/components/layout/cards/artistCard.tsx(+9 -2)📝
client/components/layout/cards/playlistCard.tsx(+11 -3)📝
client/components/layout/cards/trackCard.tsx(+8 -2)📝
client/components/layout/sideMenu.tsx(+83 -80)📝
client/components/textComponents.tsx(+29 -9)📝
client/package.json(+1 -0)📝
client/types/trackTypes.ts(+1 -0)📄 Description
Functionality for creating a pool based on search
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.