[PR #360] [MERGED] 352 subtask create and view a pool from a search resource #395

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

📋 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: masterHead: 352-subtask-create-and-view-a-pool-from-a-search-resource


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/360 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `352-subtask-create-and-view-a-pool-from-a-search-resource` --- ### 📝 Commits (6) - [`5873488`](https://github.com/EddieTheCubeHead/Stagnum/commit/5873488da6c8e4555ffb6c1f92c8b6502fff152b) #352 Pool creation from resource - [`9854af9`](https://github.com/EddieTheCubeHead/Stagnum/commit/9854af905377bd46e7fa883060a24a3ea4a087d8) #352 Somewhat works - [`351a101`](https://github.com/EddieTheCubeHead/Stagnum/commit/351a101e22eaffca9df77aa4e4baa95b8b954bd0) #352 Separate scrolling for pool and search - [`a0034e9`](https://github.com/EddieTheCubeHead/Stagnum/commit/a0034e9b331179682ecb6c1042fca3051a6a29fc) #352 Styling and collapsible collections in pool display - [`beb5b1b`](https://github.com/EddieTheCubeHead/Stagnum/commit/beb5b1b539605907cfe5aed6a23f211121ce35a7) #352 A few tests more - [`944bd71`](https://github.com/EddieTheCubeHead/Stagnum/commit/944bd712bb4deedc589bf25a619cc8e7560b0b2a) #352 Fixed linting errors ### 📊 Changes **57 files changed** (+769 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:18:01 +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#395
No description provided.