[PR #133] [MERGED] 123 subtask refine search UI based on new desings #290

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/133
Author: @OttoAhlfors
Created: 3/18/2024
Status: Merged
Merged: 3/30/2024
Merged by: @OttoAhlfors

Base: masterHead: 123-subtask-refine-search-ui-based-on-new-desings


📝 Commits (10+)

📊 Changes

23 files changed (+719 additions, -561 deletions)

View changed files

📝 client/app/page.tsx (+30 -31)
client/components/buttons/iconButtons/addToPoolButton.tsx (+55 -0)
client/components/buttons/iconButtons/collapseIconButton.tsx (+11 -0)
client/components/buttons/iconButtons/deleteButton.tsx (+53 -0)
client/components/buttons/iconButtons/showMoreIconButton.tsx (+85 -0)
📝 client/components/buttons/skipButton.tsx (+3 -3)
📝 client/components/inputfields.tsx/searchInput.tsx (+3 -3)
client/components/layout/CreatePool.tsx (+0 -123)
client/components/layout/Search.tsx (+0 -201)
📝 client/components/layout/cards/albumCard.tsx (+30 -24)
📝 client/components/layout/cards/artistCard.tsx (+29 -25)
📝 client/components/layout/cards/playlistCard.tsx (+31 -26)
client/components/layout/cards/poolCard.tsx (+42 -0)
📝 client/components/layout/cards/trackCard.tsx (+33 -20)
client/components/layout/css/customScrollBar.css (+19 -0)
client/components/layout/expandedSearchContent.tsx (+125 -0)
📝 client/components/layout/mainHeaderCard.tsx (+1 -2)
client/components/layout/managePool.tsx (+34 -0)
client/components/layout/search.tsx (+129 -0)
client/components/layout/sideMenu.tsx (+0 -96)

...and 3 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/133 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/30/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `123-subtask-refine-search-ui-based-on-new-desings` --- ### 📝 Commits (10+) - [`9d5d868`](https://github.com/EddieTheCubeHead/Stagnum/commit/9d5d86888fd263c7561c67d91e9444b3fa30a91e) Scroll bars for contents, also footter fix - [`ff6f700`](https://github.com/EddieTheCubeHead/Stagnum/commit/ff6f700ec848eabcd7da45d0f798191015e9c316) Auto expand on succesfull search - [`74c1f87`](https://github.com/EddieTheCubeHead/Stagnum/commit/74c1f87dfd0e9f9b675100e16017c9d6862ea007) you cannot add to pool if no pool exists - [`5db43ae`](https://github.com/EddieTheCubeHead/Stagnum/commit/5db43ae172a11fc4929e048819c3965d9a3872bf) Merge branch 'master' into 123-subtask-refine-search-ui-based-on-new-desings - [`3f99d46`](https://github.com/EddieTheCubeHead/Stagnum/commit/3f99d469d7ce8443662ee5d836ce37f56e8c2e3c) uses env variables - [`c027752`](https://github.com/EddieTheCubeHead/Stagnum/commit/c027752036ef59b6c91c2d2c4216ededf00da099) one more - [`17d1c95`](https://github.com/EddieTheCubeHead/Stagnum/commit/17d1c95eb5df9d8adefb828ac5304f65b258ad0e) Deleted local development stuff - [`55dc628`](https://github.com/EddieTheCubeHead/Stagnum/commit/55dc6289b9bf36ba1c70f3f41bc4fff5ad2cd4cb) Merge branch 'master' of https://github.com/EddieTheCubeHead/Poolify into 123-subtask-refine-search-ui-based-on-new-desings - [`0fe92ac`](https://github.com/EddieTheCubeHead/Stagnum/commit/0fe92acfc195aa9275a405b2173b274e2f8280ca) Revert "Deleted local development stuff" - [`bffe528`](https://github.com/EddieTheCubeHead/Stagnum/commit/bffe5281ea21f40389d814f31e82d0ca313111e0) Poolify to stagnum ### 📊 Changes **23 files changed** (+719 additions, -561 deletions) <details> <summary>View changed files</summary> 📝 `client/app/page.tsx` (+30 -31) ➕ `client/components/buttons/iconButtons/addToPoolButton.tsx` (+55 -0) ➕ `client/components/buttons/iconButtons/collapseIconButton.tsx` (+11 -0) ➕ `client/components/buttons/iconButtons/deleteButton.tsx` (+53 -0) ➕ `client/components/buttons/iconButtons/showMoreIconButton.tsx` (+85 -0) 📝 `client/components/buttons/skipButton.tsx` (+3 -3) 📝 `client/components/inputfields.tsx/searchInput.tsx` (+3 -3) ➖ `client/components/layout/CreatePool.tsx` (+0 -123) ➖ `client/components/layout/Search.tsx` (+0 -201) 📝 `client/components/layout/cards/albumCard.tsx` (+30 -24) 📝 `client/components/layout/cards/artistCard.tsx` (+29 -25) 📝 `client/components/layout/cards/playlistCard.tsx` (+31 -26) ➕ `client/components/layout/cards/poolCard.tsx` (+42 -0) 📝 `client/components/layout/cards/trackCard.tsx` (+33 -20) ➕ `client/components/layout/css/customScrollBar.css` (+19 -0) ➕ `client/components/layout/expandedSearchContent.tsx` (+125 -0) 📝 `client/components/layout/mainHeaderCard.tsx` (+1 -2) ➕ `client/components/layout/managePool.tsx` (+34 -0) ➕ `client/components/layout/search.tsx` (+129 -0) ➖ `client/components/layout/sideMenu.tsx` (+0 -96) _...and 3 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:17:38 +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#290
No description provided.