[PR #107] [MERGED] 34 create view song search #276

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/107
Author: @OttoAhlfors
Created: 3/4/2024
Status: Merged
Merged: 3/10/2024
Merged by: @OttoAhlfors

Base: masterHead: 34-create-view-song-search


📝 Commits (10+)

📊 Changes

21 files changed (+402 additions, -39 deletions)

View changed files

client/app/icon.svg (+20 -0)
📝 client/app/login/page.tsx (+2 -2)
📝 client/app/page.tsx (+20 -36)
📝 client/components/buttons/altButton.tsx (+0 -0)
📝 client/components/buttons/defaulButton.tsx (+0 -0)
📝 client/components/buttons/negativeButton.tsx (+0 -0)
client/components/inputfields.tsx/searchInput.tsx (+20 -0)
client/components/layout/cards/albumCard.tsx (+28 -0)
client/components/layout/cards/artistCard.tsx (+33 -0)
client/components/layout/cards/playlistCard.tsx (+33 -0)
client/components/layout/cards/trackCard.tsx (+27 -0)
client/components/layout/footer.tsx (+41 -0)
client/components/layout/mainHeaderCard.tsx (+27 -0)
client/components/layout/sideMenu.tsx (+92 -0)
📝 client/components/textComponents.tsx (+0 -0)
client/types/albumTypes.ts (+9 -0)
client/types/artistTypes.ts (+5 -0)
client/types/playlistTypes.ts (+5 -0)
client/types/trackTypes.ts (+16 -0)
client/utils/theme.ts (+23 -0)

...and 1 more files

📄 Description

Will need to be pritied up a bit still


🔄 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/107 **Author:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/10/2024 **Merged by:** [@OttoAhlfors](https://github.com/OttoAhlfors) **Base:** `master` ← **Head:** `34-create-view-song-search` --- ### 📝 Commits (10+) - [`9271e93`](https://github.com/EddieTheCubeHead/Stagnum/commit/9271e9391be644dfd6b7b5af9386fbef6471c4a4) Created placeholder color theme - [`f7c3332`](https://github.com/EddieTheCubeHead/Stagnum/commit/f7c3332e97975f2fa929ac5f818f1ef6343a2109) Searchfield appears when selected, MUI modifications use of placeholder theme - [`271661d`](https://github.com/EddieTheCubeHead/Stagnum/commit/271661d38a7c316c13cf943298ff19a09cf87d70) Merge branch 'master' of https://github.com/EddieTheCubeHead/Poolify into 34-create-view-song-search - [`8ec93e6`](https://github.com/EddieTheCubeHead/Stagnum/commit/8ec93e6199e8f3205ab3460a33c4800534a45788) Functional search - [`d905bb4`](https://github.com/EddieTheCubeHead/Stagnum/commit/d905bb4ff3b65b9df25420e1f600085fbbe55141) Renamed theme folder - [`d156181`](https://github.com/EddieTheCubeHead/Stagnum/commit/d1561811eafb994888e229f0fd169cce6a554fc5) Added types and background to theme - [`5630c29`](https://github.com/EddieTheCubeHead/Stagnum/commit/5630c29cdacfe812ad9395f949195ce63453634e) Moved the components folder - [`296889a`](https://github.com/EddieTheCubeHead/Stagnum/commit/296889a6a93958e2291a265f7c4212ea2e075176) Moved components folder again - [`c89b50b`](https://github.com/EddieTheCubeHead/Stagnum/commit/c89b50b5ad0e6885d73dfc80ac73d8225462f98e) Merge branch '64-implement-unified-ui-practices-to-existing-views' of https://github.com/EddieTheCubeHead/Poolify into 34-create-view-song-search - [`07763b7`](https://github.com/EddieTheCubeHead/Stagnum/commit/07763b70aff4d20c8b84f1485e193c8d5dd9d482) Merge branch '100-fix-ui-configurations-for-mui-components' of https://github.com/EddieTheCubeHead/Poolify into 34-create-view-song-search ### 📊 Changes **21 files changed** (+402 additions, -39 deletions) <details> <summary>View changed files</summary> ➕ `client/app/icon.svg` (+20 -0) 📝 `client/app/login/page.tsx` (+2 -2) 📝 `client/app/page.tsx` (+20 -36) 📝 `client/components/buttons/altButton.tsx` (+0 -0) 📝 `client/components/buttons/defaulButton.tsx` (+0 -0) 📝 `client/components/buttons/negativeButton.tsx` (+0 -0) ➕ `client/components/inputfields.tsx/searchInput.tsx` (+20 -0) ➕ `client/components/layout/cards/albumCard.tsx` (+28 -0) ➕ `client/components/layout/cards/artistCard.tsx` (+33 -0) ➕ `client/components/layout/cards/playlistCard.tsx` (+33 -0) ➕ `client/components/layout/cards/trackCard.tsx` (+27 -0) ➕ `client/components/layout/footer.tsx` (+41 -0) ➕ `client/components/layout/mainHeaderCard.tsx` (+27 -0) ➕ `client/components/layout/sideMenu.tsx` (+92 -0) 📝 `client/components/textComponents.tsx` (+0 -0) ➕ `client/types/albumTypes.ts` (+9 -0) ➕ `client/types/artistTypes.ts` (+5 -0) ➕ `client/types/playlistTypes.ts` (+5 -0) ➕ `client/types/trackTypes.ts` (+16 -0) ➕ `client/utils/theme.ts` (+23 -0) _...and 1 more files_ </details> ### 📄 Description Will need to be pritied up a bit still --- <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:35 +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#276
No description provided.