mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
* fix(work-context): use project icon for header title icon The header title icon read the active work context's icon, but selectActiveWorkContext forced icon: null for projects (a leftover from when projects had no icon field). Pass the project's own icon through so the header matches the side nav. * ci(lighthouse): raise script-count budget 200->220, align warn to 210 The Lighthouse `resource-summary.script.count` budget in budget.json was an exact hard cap of 200 that the app has crept up against as it grows (master passed at <=200; a recent build hit 201 and failed CI on an unrelated PR). Bump the hard budget to 220 to restore headroom. The parallel warn threshold in .lighthouserc.json was 170 - already exceeded by ~30, so it fired on every run as permanent, meaningless noise. Raise it to 210 so it sits just below the 220 hard cap and again functions as an early warning before the budget is breached. |
||
|---|---|---|
| .. | ||
| .lighthouserc.json | ||
| budget.json | ||