Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standardize UI #73

Closed
hyperrealgopher opened this issue Apr 20, 2020 · 1 comment
Closed

standardize UI #73

hyperrealgopher opened this issue Apr 20, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hyperrealgopher
Copy link
Collaborator

this will make it easier to do the status bar as input for various things (GotoMode, SearchMode) and generally better modularize things.

Related: #72

@hyperrealgopher hyperrealgopher added the enhancement New feature or request label Apr 20, 2020
@hyperrealgopher hyperrealgopher added this to the v0.2.0 milestone Apr 20, 2020
@hyperrealgopher
Copy link
Collaborator Author

This concept is individually implemented in Menu.hs with the Popup type. The problem is that it has to be implemented for each "mode," namely HelpMode, TextMode, and MenuMode. This means that without UI standardization it'll also have to be implemented for the upcoming BookmarkMode feature and who knows what else!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant