mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #873] feat: modal text input #1843
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1843
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/aome510/spotify-player/pull/873
Author: @juliamertz
Created: 11/15/2025
Status: 🔄 Open
Base:
master← Head:feat/modal-text-input📝 Commits (1)
a5cb344feat: modal text input📊 Changes
10 files changed (+129 additions, -13 deletions)
View changed files
📝
spotify_player/src/config/mod.rs(+4 -0)📝
spotify_player/src/event/mod.rs(+19 -2)📝
spotify_player/src/event/page.rs(+19 -2)📝
spotify_player/src/event/popup.rs(+37 -3)📝
spotify_player/src/state/ui/mod.rs(+6 -1)📝
spotify_player/src/state/ui/page.rs(+2 -1)📝
spotify_player/src/state/ui/popup.rs(+17 -0)📝
spotify_player/src/ui/page.rs(+1 -0)📝
spotify_player/src/ui/popup.rs(+10 -2)📝
spotify_player/src/ui/single_line_input.rs(+14 -2)📄 Description
This PR adds the concept of a mode for search inputs (i'm not sure if this is the right abstraction)
This allows you to toggle between text input and and the results pane, this way all commands/action keymaps still work when you're focused on the results.
fixes #641
If this is something you'd like to include I can add some documentation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.