You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polish Studio and Builder navbar, layout, and file tracking
- Navbar: use pathname-based detection for tool pages, reduce padding
to px-3 for edge-to-edge alignment, show "Relaycode Studio" and
"Relaycode Builder" branding with grey sub-label
- Navbar center: show active file name on Studio, "Extrinsic Builder"
title on Builder (replaces redundant page headings)
- Remove Builder page header and card header (moved to navbar center)
- Output panel: add bg-muted/50 and border-t for light mode contrast
- File explorer: add "+" button in FILES header
- Editor tabs: per-file dirty dot via compiledSources snapshot instead
of workspace-level isDirtySinceCompile on all tabs
- Add page titles and meta descriptions for Studio and Builder
- Move providers from Studio page to layout for navbar context access
<title>Relaycode Studio — Polkadot Smart Contract IDE</title>
21
+
<metaname="description"content="Browser-based smart contract IDE for Polkadot Hub. Write Solidity, compile to EVM or PVM, and deploy with native Polkadot wallets."/>
0 commit comments