You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
this will make it easier to do the status bar as input for various things (GotoMode, SearchMode) and generally better modularize things.
Related: #72
The text was updated successfully, but these errors were encountered: