mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #370] [MERGED] 367 add pool sharing and joining support to new UI #400
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#400
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/370
Author: @EddieTheCubeHead
Created: 6/28/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:367-add-pool-sharing-and-joining-support-to-new-ui📝 Commits (4)
364757f#367 Toolbar worke670be3#367 Share pool field added to toolbarcc5dd58#367 Pool joining works but untestedd9f0c6c#367 Add tests for joining pool📊 Changes
26 files changed (+392 additions, -113 deletions)
View changed files
📝
clientRewrite/src/common/components/avatar/Avatar.tsx(+11 -5)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+18 -16)➕
clientRewrite/src/common/components/toolbar/ToolBarButtons.tsx(+29 -0)➕
clientRewrite/src/common/components/toolbar/ToolBarExpandedJoinPoolField.tsx(+33 -0)➕
clientRewrite/src/common/components/toolbar/ToolBarExpandedSearch.tsx(+23 -0)➕
clientRewrite/src/common/components/toolbar/ToolBarExpandedSharePoolField.tsx(+7 -0)➕
clientRewrite/src/common/components/toolbar/ToolBarHighlightedButton.tsx(+16 -0)➕
clientRewrite/src/common/components/toolbar/ToolBarOpenedField.tsx(+22 -0)➖
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearch.tsx(+0 -17)➖
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchCloseButton.tsx(+0 -19)➖
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchInput.tsx(+0 -15)➖
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchOpenButton.tsx(+0 -17)📝
clientRewrite/src/common/icons/Icon.tsx(+2 -2)📝
clientRewrite/src/common/icons/IconButton.tsx(+4 -8)➕
clientRewrite/src/common/icons/svgs/CopyIconSvg.tsx(+11 -0)📝
clientRewrite/src/common/icons/svgs/DeletePoolIconSvg.tsx(+4 -4)➕
clientRewrite/src/common/icons/svgs/JoinPoolIconSvg.tsx(+19 -0)➕
clientRewrite/src/common/icons/svgs/PasteIconSvg.tsx(+7 -0)📝
clientRewrite/src/common/icons/svgs/SearchIconSvg.tsx(+1 -1)➕
clientRewrite/src/common/icons/svgs/SharePoolIconSvg.tsx(+33 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.