Skip to main content

max / goingson

Say three described screens, since tasks landed
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 21:06 UTC
Signed with PGP, not checked
Commit: 241e02aad7fb4c729d43d6b67e2203fcce2d6254
Parent: 0c10d23
1 file changed, +3 insertions, -3 deletions
@@ -165,9 +165,9 @@
165 165 custom-protocol = ["tauri/custom-protocol"]
166 166 # The described screens, off by default. Nothing in a default build reaches
167 167 # `src/quasi/`; the shipped screens are the ones under `frontend/js/` unchanged.
168 - # Two so far, projects and contacts. Turning this on by default is what starts
169 - # retiring escape.js, and it is UX-visible, so it is a deliberate step rather
170 - # than a consequence of adding a screen.
168 + # Three so far, projects, contacts and tasks. Turning this on by default is
169 + # what starts retiring escape.js, and it is UX-visible, so it is a deliberate
170 + # step rather than a consequence of adding a screen.
171 171 quasi = ["dep:quasi-router", "dep:quasi-http", "dep:quasi-webview", "dep:quasi-tauri"]
172 172
173 173 [lints]