[PR #166] [MERGED] 35 create component for sharing and joining a pool #304

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/166
Author: @tuomasmustakallio
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @tuomasmustakallio

Base: masterHead: 35-create-component-for-sharing-and-joining-a-pool


📝 Commits (8)

  • ab85162 Input field for pool id and share and join buttons
  • 1cda24b Merge branch 'master' into 35-create-component-for-sharing-and-joining-a-pool
  • 4836348 5 star merge
  • aa43ef0 Remove temp data and update logo
  • e050ef5 delete unused managers
  • 152bafa Current pool state to pool manager
  • 11af223 spellcheck
  • 5ae099f Merge branch 'master' into 35-create-component-for-sharing-and-joining-a-pool

📊 Changes

10 files changed (+107 additions, -1102 deletions)

View changed files

📝 client/app/page.tsx (+1 -1047)
📝 client/components/buttons/iconButtons/collapseIconButton.tsx (+1 -1)
client/components/inputfields.tsx/poolInput.tsx (+20 -0)
📝 client/components/inputfields.tsx/searchInput.tsx (+2 -2)
📝 client/components/layout/cards/mainHeaderCard.tsx (+1 -2)
client/components/layout/expandedPoolManager.tsx (+0 -43)
📝 client/components/layout/poolManager.tsx (+49 -2)
📝 client/components/layout/search.tsx (+31 -3)
📝 client/package.json (+2 -2)
📝 client/public/Stagnum_Logo.png (+0 -0)

📄 Description

Added to
Search component:
Pool id search and joining button
Pool management:
Current pool owner, sharing functionality and pool member avatars


🔄 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/166 **Author:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Base:** `master` ← **Head:** `35-create-component-for-sharing-and-joining-a-pool` --- ### 📝 Commits (8) - [`ab85162`](https://github.com/EddieTheCubeHead/Stagnum/commit/ab85162d87fa140977735326d716d12a5c161e33) Input field for pool id and share and join buttons - [`1cda24b`](https://github.com/EddieTheCubeHead/Stagnum/commit/1cda24b18bdb1254e6b6e2ce7aaa7b2e7d577739) Merge branch 'master' into 35-create-component-for-sharing-and-joining-a-pool - [`4836348`](https://github.com/EddieTheCubeHead/Stagnum/commit/48363483a497e79b8488a16a8134dd698c9d7ac9) 5 star merge - [`aa43ef0`](https://github.com/EddieTheCubeHead/Stagnum/commit/aa43ef0cd35cbbbb5e7ae16b2819d404849dd18b) Remove temp data and update logo - [`e050ef5`](https://github.com/EddieTheCubeHead/Stagnum/commit/e050ef594d4476211f122b52c1c66ef52f0df657) delete unused managers - [`152bafa`](https://github.com/EddieTheCubeHead/Stagnum/commit/152bafa8c9b3fec2115792237d4a57683011d163) Current pool state to pool manager - [`11af223`](https://github.com/EddieTheCubeHead/Stagnum/commit/11af22398c6396ca7af5f0798da8d0b5636d54c9) spellcheck - [`5ae099f`](https://github.com/EddieTheCubeHead/Stagnum/commit/5ae099f5ae4a9f9f31572302f90ef5624f6923f9) Merge branch 'master' into 35-create-component-for-sharing-and-joining-a-pool ### 📊 Changes **10 files changed** (+107 additions, -1102 deletions) <details> <summary>View changed files</summary> 📝 `client/app/page.tsx` (+1 -1047) 📝 `client/components/buttons/iconButtons/collapseIconButton.tsx` (+1 -1) ➕ `client/components/inputfields.tsx/poolInput.tsx` (+20 -0) 📝 `client/components/inputfields.tsx/searchInput.tsx` (+2 -2) 📝 `client/components/layout/cards/mainHeaderCard.tsx` (+1 -2) ➖ `client/components/layout/expandedPoolManager.tsx` (+0 -43) 📝 `client/components/layout/poolManager.tsx` (+49 -2) 📝 `client/components/layout/search.tsx` (+31 -3) 📝 `client/package.json` (+2 -2) 📝 `client/public/Stagnum_Logo.png` (+0 -0) </details> ### 📄 Description Added to Search component: Pool id search and joining button Pool management: Current pool owner, sharing functionality and pool member avatars --- <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:41 +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#304
No description provided.