// split.jsx — Split-view browsing const SplitScreen = () => { const Pane = ({ title, host, children, accent }) => (
{host} {title}
{children}
); return ( , active:true, closable:true }, { id:'lin', label:'Roadmap 2024 — Linear', icon:, active:true }, { id:'gh', label:'elybrowser/core', icon: }, ] }}>
figma.com /file/12345/Style-Guide
linear.app /elybrowser/roadmap
{/* Left: Figma */}
Style Guide / Typography Share
The aesthetics of calm tech.
A type system tuned for long-form reading and slow, deliberate interfaces. Designed for ambient use.
{['#1d1c1a','#c96442','#ec6a8e','#7c6cf7','#4fb59a'].map(c=>(
))}
{/* Right: Linear */}
ELY
{['Inbox','My Issues','Triage'].map(l=>(
{l}
))}
Cycles
{['24 · Now','24 · Next','25 · Q1','25 · Q2'].map((l,i)=>(
{l}
))}
Roadmap 2024 · 18 issues + New
{[ ['ELY-101','In Progress', 'Universal command bar', '#f5a623'], ['ELY-102','In Progress', 'Vertical tabs · sticky pinning', '#f5a623'], ['ELY-103','Todo', 'Cloudflare sync · device pairing', '#5e6ad2'], ['ELY-104','Todo', 'Plugin SDK · v0', '#5e6ad2'], ['ELY-105','Backlog', 'Reader mode · ambient theme', '#6b6660'], ['ELY-106','Done', 'Workspace switching', '#4fb59a'], ].map(([id,st,t,c],i)=>(
{id} {t} {st}
))}
);}; window.SplitScreen = SplitScreen;