perf: Improved performance when switiching spaces, p=#12698

* perf: Improved performance when switiching spaces, b=no-bug, c=common, compact-mode, workspaces

* chore: format, b=no-bug, c=workspaces
This commit is contained in:
mr. m
2026-03-09 20:16:41 +01:00
committed by GitHub
parent 25c5740331
commit f718d4414e
10 changed files with 121 additions and 78 deletions

View File

@@ -21,7 +21,7 @@
"sync:raw": "surfer update",
"sync:rc": "python3 scripts/update_ff.py --rc",
"sync:l10n": "python3 scripts/update_ff.py --just-l10n",
"lint": "cd engine && ./mach lint zen",
"lint": "cd engine && ./mach lint zen/",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"reset-ff": "surfer reset",