super-productivity/src
Johannes Millan 9dd4fc5435 fix(plugins): harden work-context API per review
- copy taskIds in getActiveWorkContext + WORK_CONTEXT_CHANGE so plugins
  cannot mutate NgRx state through the snapshot
- WorkContextChangePayload is non-null; fix getActiveWorkContext docs
  (a context is always active; null only on init-timeout)
- make showInWorkContext's project/TODAY-only restriction explicit in
  the public API docs and a named work-view predicate
- drop hardcoded "Document Mode" naming + dead .doc-mode-btn CSS from
  the generic header-button component
- simplify getActiveWorkContext (drop redundant take(1)/dead branch)
  and selectTask (firstValueFrom over deprecated toPromise)
- distinctUntilChanged on the active-context signal; key iframe button
  handlers by label so re-registration overwrites instead of leaking
- fix pre-existing broken specs (plugin-hooks.effects, work-view)
2026-05-22 16:48:47 +02:00
..
app fix(plugins): harden work-context API per review 2026-05-22 16:48:47 +02:00
assets refactor(document-mode): remove legacy Angular document-mode feature 2026-05-21 18:19:27 +02:00
environments 18.5.0 2026-05-09 20:27:05 +02:00
static fix(security): harden XSS sinks and add Origin check (#7413) 2026-05-06 21:37:06 +02:00
styles feat: update breakpoint 2026-05-11 14:17:48 +02:00
test-helpers build: improve testing setup to give indication about which test hangs 2025-07-18 12:11:05 +02:00
typings refactor: improve typing 2025-09-16 18:04:40 +02:00
_common.scss refactor: modernize scss syntax and get rid of most of the warnings 2025-09-04 20:29:24 +02:00
favicon.ico
hammer-config.class.ts feat: replace hammerjs with custom swipe and pan directives 2025-08-10 12:56:11 +02:00
index.html fix(splash): keep productivity-tip heading readable on dark theme 2026-04-21 21:50:52 +02:00
karma.conf.js test: restore karma coverage reporter setup 2026-04-24 17:40:28 +02:00
main.ts refactor(sync): split encryption primitives 2026-05-13 17:26:55 +02:00
manifest.json
polyfills.ts fix(schedule): indicate tasks beyond available time 2026-05-11 14:30:55 +02:00
styles.scss fix(styles): use package imports for fontsource instead of relative paths 2026-03-18 13:14:10 +01:00
test.ts test: fix 2025-12-05 17:10:37 +01:00
tsconfig.app.json fix(build): exclude test helpers from production build 2026-02-25 16:46:51 +01:00
tsconfig.spec.json refactor(sync-providers): add tiered package exports 2026-05-13 14:11:15 +02:00
tsconfig.worker.json build: update configuration files 2025-06-27 10:25:00 +02:00