feat(web): lock the nav launcher to a clean 3×3; Mail → sidebar card#253
Merged
Conversation
The launcher grid held 10 tiles (3×3 + 1), leaving Settings orphaned on a
fourth row. Remove the Mail tile so the grid is exactly nine —
Chat/Dashboard/Control/Rêve/Room/Sense/Memory/Knowledge/Settings — a
locked 3×3.
Mail isn't lost: it already has a sidebar card (#sbMailCard, digest +
connect). Its header is now the entry into the full Mail view
(window.lisaShowView('mail')), so the card is both the glanceable digest
and the way in. The nav "needs-you" badge update was already null-guarded,
so dropping the tile is clean; the card keeps its own unread count.
Snapshot recomputed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
oratis
added a commit
that referenced
this pull request
Jul 15, 2026
The v0.18.1 README sync listed the nav grid as 10 tiles including Mail / Soul / Skills / Tools / Agents — inferred, not read from the nav source. Per src/web/lisa-html.ts (and #253, which locked it to a clean 3×3), the tiles are exactly: Chat · Dashboard · Control · Rêve · Room · Sense · Memory · Knowledge · Settings. Mail is a sidebar digest card whose header opens the full Mail view — not a grid tile. Fixes both nav enumerations and the Mail surface wording in EN + zh-CN. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
oratis
added a commit
that referenced
this pull request
Jul 15, 2026
Headline: a clickable gramophone opens an in-client music player (playlist, seek, shuffle/repeat, ~19MB of CC0/PD/CC-BY tracks + ~/.lisa/music drop-ins) — docs/PLAN_GRAMOPHONE_v1.0.md (#256). Plus the 3×3 nav lock (#253). Release notes: docs/RELEASE_v0.19.0.md · full suite green (1018 pass). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The launcher grid held 10 tiles (3×3 + 1), orphaning Settings on a fourth row. Remove the Mail tile so the grid is exactly nine — Chat / Dashboard / Control / Rêve / Room / Sense / Memory / Knowledge / Settings — a locked 3×3.
Mail isn't lost: it already has a sidebar card (
#sbMailCard— digest + connect). Its header now opens the full Mail view (window.lisaShowView('mail')), so the card is both the glanceable digest and the way in. The nav 'needs-you' badge update was already null-guarded, so dropping the tile is clean; the card keeps its own unread count.Snapshot recomputed (9 tiles verified, mail removed). Tests + build green.
🤖 Generated with Claude Code