mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
* chore(ui): removes dead utilities and op-log leftovers [#8260 - Tier A] * update readme and remove-unused-log-imports.ts * restore benchmark test and make runnable
This commit is contained in:
parent
5220684b7e
commit
c437dfc35a
33 changed files with 21 additions and 543 deletions
|
|
@ -2365,7 +2365,7 @@ src/app/op-log/
|
|||
│ ├── test-client.helper.ts # Test client utilities
|
||||
│ └── operation-factory.helper.ts # Test operation builders
|
||||
└── benchmarks/
|
||||
└── operation-log-stress.spec.ts # Performance stress tests
|
||||
└── operation-log-stress.benchmark.ts # Manual perf harness (not auto-run in CI)
|
||||
|
||||
src/app/features/work-context/store/
|
||||
├── work-context-meta.actions.ts # Move actions (moveTaskInTodayList, etc.)
|
||||
|
|
|
|||
|
|
@ -138,7 +138,10 @@ captured on the next tick.
|
|||
- ⏳ **Remains: the on-device real-engine run.** sql.js validates the engine, not
|
||||
the Capacitor bridge or the native plugin's specific SQLite build/flags. The
|
||||
`operation-log-stress.benchmark.ts` harness is the lever for the on-device
|
||||
perf + behavior pass (see B1 perf note).
|
||||
perf + behavior pass (see B1 perf note). Run it explicitly with
|
||||
`npm run test:file src/app/op-log/testing/benchmarks/operation-log-stress.benchmark.ts`;
|
||||
it is compiled by `src/tsconfig.spec.json` but excluded from the auto-run
|
||||
`**/*.spec.ts` set, so it never runs in normal CI.
|
||||
|
||||
### B3. Flip the DI token on native — init fix ✅ landed; token flip device-gated
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue