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

Darkmode vs encrypted setup #88

Closed
peterzen opened this issue May 2, 2020 · 1 comment
Closed

Darkmode vs encrypted setup #88

peterzen opened this issue May 2, 2020 · 1 comment
Labels
bug Something isn't working frontend
Milestone

Comments

@peterzen
Copy link
Owner

peterzen commented May 2, 2020

When the config file encryption is enabled, the dark mode activates only after the passphrase prompt. To fix that, the theme config option should be cached within the browser window itself (localStorage, cookie, etc).

The cache needs to work in production mode when the webview renderer is used (

w := webview.New(false)
); the flag set to true . (The webview might not have the same localStorage ability as Lorca UI)

@peterzen peterzen added bug Something isn't working frontend labels May 2, 2020
@peterzen peterzen added this to the MVP milestone May 2, 2020
@peterzen
Copy link
Owner Author

Fixed via #134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant