mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #580] [MERGED] Don't add analysis view to stack if already in it. #902
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#902
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/580
Author: @ericonr
Created: 9/19/2020
Status: ✅ Merged
Merged: 9/22/2020
Merged by: @Rigellute
Base:
master← Head:analysis📝 Commits (1)
9dfd21cDon't add analysis view to stack if already in it.📊 Changes
1 file changed (+5 additions, -3 deletions)
View changed files
📝
src/app.rs(+5 -3)📄 Description
Before this commit, if a user pressed
vmultiple times, they wouldhave to press
qthe same number of times to get to the previous view.This commit makes it so that an analysis view entry is only pushed into
the navigation stack if the current view isn't an analysis one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.