mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #520] [MERGED] Homepage revamp #583
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#583
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/jpochyla/psst/pull/520
Author: @SO9010
Created: 9/5/2024
Status: ✅ Merged
Merged: 9/23/2024
Merged by: @jacksongoode
Base:
master← Head:Improve-views📝 Commits (10+)
baca090Add cover image to all tracks, if enabled795da0afix179fcbeMerge branch 'jpochyla:master' into Improve-views8f9d6beHomepage and artist init9d04db2Merge branch 'Improve-views' of https://github.com/SO9010/psst into Improve-viewsa17c6b8VERY ROUGH start, currently only processing made for you in the custom way, VERY CHUNKYa075bfbUpdate to be more dynamic47be312Rearrange & Linte69a39cUpdate hompage3725ecfFix📊 Changes
18 files changed (+1558 additions, -294 deletions)
View changed files
📝
.gitignore(+1 -1)📝
Cargo.lock(+192 -0)📝
psst-gui/Cargo.toml(+2 -1)📝
psst-gui/src/data/album.rs(+1 -1)📝
psst-gui/src/data/mod.rs(+34 -7)📝
psst-gui/src/data/playback.rs(+3 -0)📝
psst-gui/src/ui/album.rs(+46 -19)📝
psst-gui/src/ui/artist.rs(+44 -16)📝
psst-gui/src/ui/home.rs(+294 -13)📝
psst-gui/src/ui/library.rs(+2 -2)📝
psst-gui/src/ui/playable.rs(+19 -1)📝
psst-gui/src/ui/playback.rs(+2 -0)📝
psst-gui/src/ui/playlist.rs(+50 -14)📝
psst-gui/src/ui/recommend.rs(+1 -0)📝
psst-gui/src/ui/search.rs(+5 -4)📝
psst-gui/src/ui/show.rs(+178 -157)📝
psst-gui/src/webapi/client.rs(+678 -58)📝
psst-gui/src/widget/icons.rs(+6 -0)📄 Description
This aims to sort #519 ! Please message there if there's anything you would want to see implemented! here is the current rough rough rough state of this PR!
https://github.com/user-attachments/assets/87855e62-8457-4fe1-849a-2140945080ab
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.