[PR #121] [MERGED] 37 create view create pool #279

Closed
opened 2026-02-27 19:17:36 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: 37-create-view-create-pool


📝 Commits (10+)

  • f4f08b0 Edit textComponents and create-pool page
  • 42e7218 Merge branch '34-create-view-song-search' into 37-create-view-create-pool
  • e4b3a3f Move create pool to its own component and modify homepage for that
  • f021218 Create logic for selecting the starting thing for pool
  • f1fa5f1 Merge branch 'master' into 37-create-view-create-pool
  • bdfd2d0 Quick update
  • cf5fcd6 Merge branch 'master' into 37-create-view-create-pool
  • 82a7eff Pool creation working somehow
  • 3918454 Merge branch '34-create-view-song-search' into 37-create-view-create-pool
  • b8e3f33 merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/121 **Author:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Created:** 3/9/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Base:** `master` ← **Head:** `37-create-view-create-pool` --- ### 📝 Commits (10+) - [`f4f08b0`](https://github.com/EddieTheCubeHead/Stagnum/commit/f4f08b06cf7a9d97b6487bb20f1ce79f43147f5d) Edit textComponents and create-pool page - [`42e7218`](https://github.com/EddieTheCubeHead/Stagnum/commit/42e72180da2254df12393bba138d72212d65dab8) Merge branch '34-create-view-song-search' into 37-create-view-create-pool - [`e4b3a3f`](https://github.com/EddieTheCubeHead/Stagnum/commit/e4b3a3fcaf6e89262c0cc6a5f491a8872b04fde8) Move create pool to its own component and modify homepage for that - [`f021218`](https://github.com/EddieTheCubeHead/Stagnum/commit/f021218d132d90e8ef498ff427ddf9876e8273ff) Create logic for selecting the starting thing for pool - [`f1fa5f1`](https://github.com/EddieTheCubeHead/Stagnum/commit/f1fa5f13ca7e6fc02ca60b8c5ada592a9c775047) Merge branch 'master' into 37-create-view-create-pool - [`bdfd2d0`](https://github.com/EddieTheCubeHead/Stagnum/commit/bdfd2d0d67138794775d10d7a5a806f58ecda0e6) Quick update - [`cf5fcd6`](https://github.com/EddieTheCubeHead/Stagnum/commit/cf5fcd61bd15c840c2bfaac63fad2d2ff4a7fa65) Merge branch 'master' into 37-create-view-create-pool - [`82a7eff`](https://github.com/EddieTheCubeHead/Stagnum/commit/82a7eff474514a3bb899b60385591bd5b5fe202d) Pool creation working somehow - [`3918454`](https://github.com/EddieTheCubeHead/Stagnum/commit/391845401e1dc307c73c8a81756578b6f9478954) Merge branch '34-create-view-song-search' into 37-create-view-create-pool - [`b8e3f33`](https://github.com/EddieTheCubeHead/Stagnum/commit/b8e3f33ff805262e1c9f55adc57d12c647ee9f94) merge something ### 📊 Changes **12 files changed** (+600 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Functionality for creating a pool based on search --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#279
No description provided.