[PR #281] [MERGED] Search album by url #730

Closed
opened 2026-02-28 14:53:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/281
Author: @Rigellute
Created: 2/3/2020
Status: Merged
Merged: 2/4/2020
Merged by: @Rigellute

Base: masterHead: search-album-by-url


📝 Commits (4)

  • f584c40 Use function to compute character width
  • 2cb6a6e Test compute_character_width
  • 8e54aff Fetch album if input is album url
  • 9885803 Fix and simplify Full vs Simplified Album

📊 Changes

4 files changed (+146 additions, -127 deletions)

View changed files

📝 src/app.rs (+5 -4)
📝 src/handlers/album_tracks.rs (+67 -82)
📝 src/handlers/input.rs (+45 -9)
📝 src/ui/mod.rs (+29 -32)

📄 Description

Original PR #280 thanks to @AlexandreSi


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/281 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 2/3/2020 **Status:** ✅ Merged **Merged:** 2/4/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `search-album-by-url` --- ### 📝 Commits (4) - [`f584c40`](https://github.com/Rigellute/spotify-tui/commit/f584c400213c46d98606047d26bd3eacb8043694) Use function to compute character width - [`2cb6a6e`](https://github.com/Rigellute/spotify-tui/commit/2cb6a6e07192a6c0bb1f9fae1e7c6396eaaa6cd1) Test compute_character_width - [`8e54aff`](https://github.com/Rigellute/spotify-tui/commit/8e54aff29ec76639f19a8a520df8db3bb08b56cc) Fetch album if input is album url - [`9885803`](https://github.com/Rigellute/spotify-tui/commit/9885803ef51c1e3e9f7d9e3d0d7f33b4926feffd) Fix and simplify Full vs Simplified Album ### 📊 Changes **4 files changed** (+146 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+5 -4) 📝 `src/handlers/album_tracks.rs` (+67 -82) 📝 `src/handlers/input.rs` (+45 -9) 📝 `src/ui/mod.rs` (+29 -32) </details> ### 📄 Description Original PR #280 thanks to @AlexandreSi --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#730
No description provided.