mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #635] [MERGED] Podcast UI improvements #638
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#638
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/635
Author: @SO9010
Created: 6/14/2025
Status: ✅ Merged
Merged: 6/22/2025
Merged by: @SO9010
Base:
main← Head:so9010/Update-Shows-tab📝 Commits (10+)
5f07dbeAdd it8262581Add it6f32f50Merge branch 'so9010/Update-Shows-tab' of https://github.com/jpochyla/psst into so9010/Update-Shows-tab7d4e20cLintb864b70Fix #610490a5b6Merge branch 'main' into so9010/Update-Shows-tabf69300bRemove bad api615480dCleaner structure for the artist bio (#630)eb8a447Merge branch 'main' into so9010/Update-Shows-tab62248d9Update description📊 Changes
13 files changed (+352 additions, -293 deletions)
View changed files
📝
psst-gui/src/controller/nav.rs(+1 -1)📝
psst-gui/src/data/artist.rs(+3 -3)📝
psst-gui/src/data/mod.rs(+3 -3)📝
psst-gui/src/data/nav.rs(+5 -5)📝
psst-gui/src/data/show.rs(+1 -0)📝
psst-gui/src/ui/artist.rs(+24 -125)📝
psst-gui/src/ui/home.rs(+66 -8)📝
psst-gui/src/ui/library.rs(+11 -62)📝
psst-gui/src/ui/menu.rs(+1 -1)📝
psst-gui/src/ui/mod.rs(+5 -7)📝
psst-gui/src/ui/show.rs(+89 -30)📝
psst-gui/src/ui/utils.rs(+121 -2)📝
psst-gui/src/webapi/client.rs(+22 -46)📄 Description
This takes a lot of elements from the home page. Also intending to add detail widget at the top of the show list!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.