mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-26 09:23:50 +00:00
Document mode is now remembered per context across sessions. Toggling the header button writes the ctxId to enabledCtxIds in the shared blob; on app start (and on every WORK_CONTEXT_CHANGE), the background script auto-shows or -closes the embed based on whether the active context is enabled. The editor's debounced save now does a read-modify-write so it doesn't clobber enabledCtxIds (or any other field future code adds to the blob). |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||