mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #360] [MERGED] 352 subtask create and view a pool from a search resource #395
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#395
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/360
Author: @EddieTheCubeHead
Created: 6/26/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:352-subtask-create-and-view-a-pool-from-a-search-resource📝 Commits (6)
5873488#352 Pool creation from resource9854af9#352 Somewhat works351a101#352 Separate scrolling for pool and searcha0034e9#352 Styling and collapsible collections in pool displaybeb5b1b#352 A few tests more944bd71#352 Fixed linting errors📊 Changes
57 files changed (+769 additions, -82 deletions)
View changed files
📝
clientRewrite/src/api/methods.ts(+7 -0)➕
clientRewrite/src/api/postCreatePool.ts(+14 -0)📝
clientRewrite/src/common/components/BackgroundBlur.tsx(+1 -1)📝
clientRewrite/src/common/components/Button.tsx(+16 -2)➖
clientRewrite/src/common/components/CardsSkeleton.tsx(+0 -12)➕
clientRewrite/src/common/components/CollapseIconButton.tsx(+21 -0)📝
clientRewrite/src/common/components/PopupCard.tsx(+8 -2)➕
clientRewrite/src/common/components/SubviewTopBar.tsx(+13 -0)📝
clientRewrite/src/common/components/TopBar.tsx(+3 -6)📝
clientRewrite/src/common/components/avatar/Avatar.tsx(+6 -2)📝
clientRewrite/src/common/components/avatar/AvatarImage.tsx(+1 -1)➕
clientRewrite/src/common/components/avatar/AvatarSkeleton.tsx(+3 -0)📝
clientRewrite/src/common/components/cards/CardBase.tsx(+5 -2)📝
clientRewrite/src/common/hooks/useMeQuery.ts(+5 -3)📝
clientRewrite/src/common/icons/Icon.tsx(+11 -5)📝
clientRewrite/src/common/icons/IconButton.tsx(+1 -1)➕
clientRewrite/src/common/icons/svgs/DeleteIconSvg.tsx(+11 -0)➕
clientRewrite/src/common/icons/svgs/MenuIconSvg.tsx(+11 -0)📝
clientRewrite/src/common/icons/svgs/PlayIconSvg.tsx(+1 -1)➕
clientRewrite/src/common/models/Pool.ts(+10 -0)...and 37 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.