rename tape to options and replace web rail with overlay drawer #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sidebar-redesign"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
summary
this updates the web and desktop route contract from tape to options and replaces the persistent web left rail with a shared header + overlay drawer shell.
what changed
/optionsas the canonical web route and moved the primary page surface toapps/web/app/options/page.tsx/tapeworking via redirect inapps/web/app/tape/page.tsxapps/web/app/terminal.tsxso options is canonical while tape remains accepted/optionsplus/tapecompatibility coverage/optionsdocs/turns/2026-05-23-rename-tape-options-drawer.htmlvalidation
bun test apps/web/app/routes.test.ts apps/web/app/terminal.test.ts apps/desktop/src/security.test.tsbun --cwd=apps/web run buildissues and follow-up
islandflow-3byfor browser/dom interaction coverage of drawer open/close + escape + route-change dismissalintended effect for end users
users now land on a clearly named options route, old tape links keep resolving, and all web routes get more horizontal workspace because navigation no longer permanently consumes a left column. the options surface is simpler and more focused, with options data first and packets directly below.