mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-07-29 10:55:35 +00:00
The desktop app's Life tab failed with 'invalid period': the renderer and CLI both learned lifetime, but the electron IPC allowlist between them did not. The menubar's period row also overflowed once Lifetime joined it; labels compact to the desktop strip's forms (7D, 30D, 6M, Life). Period selection is not persisted by raw value, so the label change is safe. Follow-up worth doing: derive the IPC allowlist from the renderer's period module so a new period cannot miss one layer of three again. Co-authored-by: reviewer <review@local> |
||
|---|---|---|
| .. | ||
| quota | ||
| cli.test.ts | ||
| cli.ts | ||
| main.test.ts | ||
| main.ts | ||
| preload.ts | ||
| telemetry.test.ts | ||
| telemetry.ts | ||
| updates.test.ts | ||
| updates.ts | ||