mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #166] [MERGED] 35 create component for sharing and joining a pool #304
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#304
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/166
Author: @tuomasmustakallio
Created: 4/1/2024
Status: ✅ Merged
Merged: 4/1/2024
Merged by: @tuomasmustakallio
Base:
master← Head:35-create-component-for-sharing-and-joining-a-pool📝 Commits (8)
ab85162Input field for pool id and share and join buttons1cda24bMerge branch 'master' into 35-create-component-for-sharing-and-joining-a-pool48363485 star mergeaa43ef0Remove temp data and update logoe050ef5delete unused managers152bafaCurrent pool state to pool manager11af223spellcheck5ae099fMerge 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.