mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #226] [MERGED] @calenrobinette - Added copy_album_url functionality #681
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#681
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/226
Author: @Rigellute
Created: 1/27/2020
Status: ✅ Merged
Merged: 1/27/2020
Merged by: @Rigellute
Base:
master← Head:calenrobinette-copy-album-url📝 Commits (5)
2a2b8a0Added copy_album_url functionality0964823Fixed issue where var was being treated like an option when it wasn't. Currently Working.9071719Fixed CI issue w.r.t. formatting. Known CI issue with src/handlers/mod.rs:26:1 about cognitive-complexityfb3daa1Merge pull request #224 from calenrobinette/master3afad4cReduce 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.