Skip to content

Vault browser replaces git review in the session side panel (stacked on #67) - #68

Merged
kateebonner merged 3 commits into
local/amicodefrom
kate/vault-side-panel
Jul 27, 2026
Merged

Vault browser replaces git review in the session side panel (stacked on #67)#68
kateebonner merged 3 commits into
local/amicodefrom
kate/vault-side-panel

Conversation

@kateebonner

Copy link
Copy Markdown
Contributor

Stacked on #67 — diff unique here is the last commit.

Per Kate's direction: the session side panel's git review goes away entirely (Review tab, Git-changes list, Unified/Split, the changes file-tree pill), and the Vault browser moves in as a first-class tab.

  • One VaultBrowser body, two hosts: the session side panel's Vault tab, and the standalone drawer which now serves only non-session routes (Landing/home). Both ride the same vaultPanel store, so the titlebar button, palette command, and context-tree vault-node clicks land in whichever host the current view owns — deep-links still open straight onto the file.
  • Closing the Vault tab closes the store (and vice versa); file tabs opened from the context tree are unaffected.
  • The file-tree column always shows the full tree (no changes/all split).
  • Mobile sessions don't render the side panel (pre-existing) — vault there is a known gap, noted rather than hacked.

Verification: typecheck clean, 442 app tests green, lint 0 errors.

🤖 Generated with Claude Code

kateebonner and others added 3 commits July 27, 2026 17:49
Multi-agent audit (48 findings, adversarially triaged) against the
amicode design system and ui-ux-pro-max critical checklists. Fixes:

Tokens: update pill off the grey-on-light icon-accent color-mix fills
onto --accent-fill-soft/--accent-edge; connections project rows off
banned v1 vars (--border-weak-base/--surface-base); ask-card selected
edge onto --accent-edge; new --accent-fill-hover token replaces two
hand-rolled accent mixes; titlebar tabs onto the radius scale; channel
badge raw hex dropped; run-gallery scrim into the 40-60% band.

Type scale: off-scale weights (450/530/550/640/750/800) and sizes
(9/11.5/12.5/15px) across solver-toggle, defaults-capsule, amicode.css,
home-cards onto the sanctioned scales; off-grid paddings/gaps onto the
4px grid.

Interaction: bounds-moving press/hover transforms (translateY) replaced
with elevation/fill feedback; hover+focus-visible states added to yellow
CTA, action cards, rail inspect/retry, starter chips, suggestion rows;
busy save button gets wait cursor + reduced emphasis; sub-150ms
transitions raised; MeetAmico shine + lift gated on reduced motion.

A11y: onboarding-wizard inputs no longer strip the focus outline;
action cards and MeetAmico are keyboard-operable (role, tabIndex,
Enter/Space); profile inputs get real labels; edit-profile toggle gets
aria-label/expanded; vault-panel text-glyph arrows replaced with the
icon family; context-tree legend unhidden from AT; vault mount chips
join the accent selected pattern.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…av, disclosures, one input recipe

- Institution autocomplete is a real combobox: role/aria-expanded/
  aria-activedescendant, arrow-key navigation, Enter picks, Escape
  closes; options are listbox options with an active highlight.
- Context tree is keyboard-operable: the canvas takes focus, arrows walk
  the tree's flat order, Home/End jump, Enter/Space opens the focused
  node; the engine gained focus(id) and an aria-live region announces
  each node. role=img corrected to role=application.
- 'Amico remembers' details unfold inline as disclosures instead of
  hiding in a hover-only title tooltip.
- ONE text-input recipe: .amc-input (+ --compact) in amicode.css
  replaces the three divergent inline recipes across the onboarding
  wizard, profile editor, and connections forms — focus ring included so
  no caller ever strips an outline again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The side panel's Review tab, Git-changes list, and Unified/Split
controls are removed (researchers don't review diffs there — Kate
2026-07-27); the Vault browser takes that spot as a first-class tab.
One VaultBrowser body now serves two hosts: the session side panel
(vault tab, synced to the global vaultPanel store so the titlebar
button, palette command, and context-tree deep-links all land there)
and the standalone drawer, which now serves only non-session routes
(Landing/home). The file-tree column drops its changes/all pills and
always shows the full tree.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@kateebonner
kateebonner force-pushed the kate/vault-side-panel branch from d548f35 to faa56f7 Compare July 27, 2026 21:49
@kateebonner
kateebonner marked this pull request as ready for review July 27, 2026 22:20
@kateebonner
kateebonner merged commit 1182f93 into local/amicode Jul 27, 2026
0 of 4 checks passed
kateebonner added a commit that referenced this pull request Jul 27, 2026
Context tree: organic Obsidian-like graph layout (stacked on #68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant