mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #698] [MERGED] Implement some episode table functions #983
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#983
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/Rigellute/spotify-tui/pull/698
Author: @LeonGr
Created: 1/7/2021
Status: ✅ Merged
Merged: 2/4/2021
Merged by: @Rigellute
Base:
master← Head:episode_table📝 Commits (7)
2d71aeeAdd show name to episode table header45d67f7Add proper episode table context support253f98dMake episode table scrollable1e2389eAdd follow & unfollow functionaly to EpisodeTable block0697dcdMerge branch 'master' of https://github.com/Rigellute/spotify-tui into episode_table7780268Resolve conflicts5e86ef7Clear episode_table pages when opening a different show📊 Changes
9 files changed (+307 additions, -132 deletions)
View changed files
📝
src/app.rs(+76 -14)📝
src/handlers/episode_table.rs(+91 -51)📝
src/handlers/input.rs(+1 -1)📝
src/handlers/library.rs(+1 -1)📝
src/handlers/mod.rs(+2 -2)📝
src/handlers/podcasts.rs(+2 -4)📝
src/handlers/search_results.rs(+2 -3)📝
src/network.rs(+61 -9)📝
src/ui/mod.rs(+71 -47)📄 Description
Implemented:
Edit:
Also implemented the
handle_jump_to_albummethod to jump to the episode table of the show currently playing.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.