mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #107] [MERGED] 34 create view song search #276
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#276
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/107
Author: @OttoAhlfors
Created: 3/4/2024
Status: ✅ Merged
Merged: 3/10/2024
Merged by: @OttoAhlfors
Base:
master← Head:34-create-view-song-search📝 Commits (10+)
9271e93Created placeholder color themef7c3332Searchfield appears when selected, MUI modifications use of placeholder theme271661dMerge branch 'master' of https://github.com/EddieTheCubeHead/Poolify into 34-create-view-song-search8ec93e6Functional searchd905bb4Renamed theme folderd156181Added types and background to theme5630c29Moved the components folder296889aMoved components folder againc89b50bMerge branch '64-implement-unified-ui-practices-to-existing-views' of https://github.com/EddieTheCubeHead/Poolify into 34-create-view-song-search07763b7Merge 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)
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.