[PR #137] [MERGED] 33 refine view and manage pool #291

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/137
Author: @ddevarsh7
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @KeManen

Base: masterHead: 33-refine-view-and-manage-pool


📝 Commits (8)

  • cd6bb06 Basic UI
  • 7a28bac Merge branch 'master' into 33-refine-view-and-manage-pool
  • ef2e7ee Manage pool UI done
  • c0fd0b0 Pool List changes to clear warnings on log
  • 78dd9ac Merge remote-tracking branch 'origin/master' into 33-refine-view-and-manage-pool
  • f498a66 fix
  • 3310444 moar fix
  • 61f33d8 MOAR FIX

📊 Changes

4 files changed (+341 additions, -8 deletions)

View changed files

📝 client/app/about/page.tsx (+32 -8)
client/app/pool/page.tsx (+134 -0)
client/components/lists/PoolList.tsx (+94 -0)
client/components/lists/PoolListItem.tsx (+81 -0)

📄 Description

Template is ready, PR has been generated as per Otto's suggestion to further work on it.


🔄 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/137 **Author:** [@ddevarsh7](https://github.com/ddevarsh7) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `33-refine-view-and-manage-pool` --- ### 📝 Commits (8) - [`cd6bb06`](https://github.com/EddieTheCubeHead/Stagnum/commit/cd6bb060e9a38b08fad3e9cd286e545b21f3813c) Basic UI - [`7a28bac`](https://github.com/EddieTheCubeHead/Stagnum/commit/7a28bacf13cd9f48b374bb5803d71857c21e7aed) Merge branch 'master' into 33-refine-view-and-manage-pool - [`ef2e7ee`](https://github.com/EddieTheCubeHead/Stagnum/commit/ef2e7ee9f0a4b2e4c8ea392b6e336d80ee3db1da) Manage pool UI done - [`c0fd0b0`](https://github.com/EddieTheCubeHead/Stagnum/commit/c0fd0b0e714e2e16ca6fb8400a6ffd52a4dd5d33) Pool List changes to clear warnings on log - [`78dd9ac`](https://github.com/EddieTheCubeHead/Stagnum/commit/78dd9ac76c8e93a1bab63200686b8c6fdb8c8644) Merge remote-tracking branch 'origin/master' into 33-refine-view-and-manage-pool - [`f498a66`](https://github.com/EddieTheCubeHead/Stagnum/commit/f498a6674d872270a567a218e1cf7514490835f6) fix - [`3310444`](https://github.com/EddieTheCubeHead/Stagnum/commit/3310444dce14ab0b573ffb22a6e6ab019593b756) moar fix - [`61f33d8`](https://github.com/EddieTheCubeHead/Stagnum/commit/61f33d88ad9a63b886015e52ac993efb9e2beb0b) MOAR FIX ### 📊 Changes **4 files changed** (+341 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/app/about/page.tsx` (+32 -8) ➕ `client/app/pool/page.tsx` (+134 -0) ➕ `client/components/lists/PoolList.tsx` (+94 -0) ➕ `client/components/lists/PoolListItem.tsx` (+81 -0) </details> ### 📄 Description Template is ready, PR has been generated as per Otto's suggestion to further work on it. --- <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:39 +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#291
No description provided.