feat(ui): add linear Alice shell pass#302
Open
2233admin wants to merge 1 commit into
Open
Conversation
|
@2233admin is attempting to deploy a commit to the luokerenx4's Team Team on Vercel. A member of the Team first needs to authorize it. |
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.
What
The "linear Alice shell" pass — reshapes the app shell toward a quiet, high-density agent workspace with Linear-grade navigation discipline:
/— a calm empty canvas centered on Ask Alice: mostly dark, low-contrast borders, large empty working area, one obvious object in the center. No marketing hero, no card pile, no loud gradients.useSearchParams+ the shell'suseLayoutEffect).Design target: a serious agent workspace at 2 a.m. Linear is the calibration ruler, not the skin — density, surface hierarchy, and restrained motion are borrowed; brand color / icons / issue-project IA are not.
Screenshots
Home — Ask Alice centered, empty canvas
Shell — tab density + chrome
Why
Foundation for the keyboard-first navigation spine — the
Cmd/Ctrl+Kcommand palette andg <letter>direct-jump nav land on top of this. Establishes the visual grammar (density, surface hierarchy, quiet interaction states) that later view work builds on.Scope
UI-only, additive. 14 files, +231 / −85.
ActivityBar,Sidebar,TabHost,TabStrip,EmptyEditor,Apptabs/UrlAdopter.tsxi18n/locales/{en,ja,zh,zh-Hant}.tsindex.css,vite-env.d.ts,package.jsonVerification
master(0.41.0-beta.1). One trivial import-line merge inUrlAdopter.tsx(union ofuseSearchParams+useLayoutEffect); all other files auto-merged clean.tsc -bgreen.gitleaksclean (no secrets).master(jsdomlocalStorageunder vitest 4.x) — this PR touches none of the affected specs (tabs/store,watchlist-store) and introduces no new failures.