[PR #226] [MERGED] @calenrobinette - Added copy_album_url functionality #681

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/226
Author: @Rigellute
Created: 1/27/2020
Status: Merged
Merged: 1/27/2020
Merged by: @Rigellute

Base: masterHead: calenrobinette-copy-album-url


📝 Commits (5)

  • 2a2b8a0 Added copy_album_url functionality
  • 0964823 Fixed issue where var was being treated like an option when it wasn't. Currently Working.
  • 9071719 Fixed CI issue w.r.t. formatting. Known CI issue with src/handlers/mod.rs:26:1 about cognitive-complexity
  • fb3daa1 Merge pull request #224 from calenrobinette/master
  • 3afad4c Reduce cognitive complexity in handlers

📊 Changes

5 files changed (+77 additions, -34 deletions)

View changed files

📝 README.md (+1 -0)
📝 src/app.rs (+22 -0)
📝 src/handlers/mod.rs (+49 -34)
📝 src/ui/help.rs (+1 -0)
📝 src/user_config.rs (+4 -0)

📄 Description

Original PR here https://github.com/Rigellute/spotify-tui/pull/224

Thanks to @calenrobinette

This PR just fixes the clippy warning of cognitive complexity.


🔄 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/226 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 1/27/2020 **Status:** ✅ Merged **Merged:** 1/27/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `calenrobinette-copy-album-url` --- ### 📝 Commits (5) - [`2a2b8a0`](https://github.com/Rigellute/spotify-tui/commit/2a2b8a09357a4c313dcf9dad5c18d6e6de98eb06) Added copy_album_url functionality - [`0964823`](https://github.com/Rigellute/spotify-tui/commit/096482352bff6856c8bf2b9ca39dd0adbd20c217) Fixed issue where var was being treated like an option when it wasn't. Currently Working. - [`9071719`](https://github.com/Rigellute/spotify-tui/commit/9071719ddf697fd2b3b41202e04302ada8f01614) Fixed CI issue w.r.t. formatting. Known CI issue with src/handlers/mod.rs:26:1 about cognitive-complexity - [`fb3daa1`](https://github.com/Rigellute/spotify-tui/commit/fb3daa121e3c6b471930b028c62cdea81b488548) Merge pull request #224 from calenrobinette/master - [`3afad4c`](https://github.com/Rigellute/spotify-tui/commit/3afad4caf569f5b6d2164d349f73fb8cedad3db6) Reduce cognitive complexity in handlers ### 📊 Changes **5 files changed** (+77 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `src/app.rs` (+22 -0) 📝 `src/handlers/mod.rs` (+49 -34) 📝 `src/ui/help.rs` (+1 -0) 📝 `src/user_config.rs` (+4 -0) </details> ### 📄 Description Original PR here https://github.com/Rigellute/spotify-tui/pull/224 Thanks to @calenrobinette This PR just fixes the clippy warning of cognitive complexity. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:27 +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#681
No description provided.