mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #133] [MERGED] 123 subtask refine search UI based on new desings #290
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#290
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/133
Author: @OttoAhlfors
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/30/2024
Merged by: @OttoAhlfors
Base:
master← Head:123-subtask-refine-search-ui-based-on-new-desings📝 Commits (10+)
9d5d868Scroll bars for contents, also footter fixff6f700Auto expand on succesfull search74c1f87you cannot add to pool if no pool exists5db43aeMerge branch 'master' into 123-subtask-refine-search-ui-based-on-new-desings3f99d46uses env variablesc027752one more17d1c95Deleted local development stuff55dc628Merge branch 'master' of https://github.com/EddieTheCubeHead/Poolify into 123-subtask-refine-search-ui-based-on-new-desings0fe92acRevert "Deleted local development stuff"bffe528Poolify to stagnum📊 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.