Is your feature request related to a problem? Please describe.
UI is default prompt() and can be muted through Chrome.
Describe the solution you'd like
Some sort of UI in the popup that also alerts you if you haven't entered your master password yet and you are in a encrypt-able session.
Describe alternatives you've considered
Continuing to use the existing prompt() but still including the alert and error handling for no master password entered.
Additional context
Either way, there needs to be some indication that the master password has not been entered, and the secret keys are inaccessible.
Is your feature request related to a problem? Please describe. UI is default
prompt()
and can be muted through Chrome.Describe the solution you'd like Some sort of UI in the popup that also alerts you if you haven't entered your master password yet and you are in a encrypt-able session.
Describe alternatives you've considered Continuing to use the existing
prompt()
but still including the alert and error handling for no master password entered.Additional context Either way, there needs to be some indication that the master password has not been entered, and the secret keys are inaccessible.