File tree, line stats, and the change set all sit one click from the line you're inspecting. Stage, comment, or jump to source without breaking flow.
Changes
feat/auth-refresh
// Refresh the auth tokenimport { refresh } from "@beste/auth";// Validate against the JWKS endpoint.const session = await refresh.from(req.cookies);// Rotate on every use.session.rotate();session.extend({ days: 14 });// Persist as httpOnly cookie.session.save({ cookie: "secure" });export default session;
Browser-chrome card pairing a changed-files list on the left with a syntax-highlighted code editor on the right — status icons, +/- stats, and an active row highlight. Every label is editable; no media props required.
showcase14
Browser-chrome card pairing a syntax-highlighted code editor with a side upload drawer — folder asset, progress bar, and cancel/continue actions. Every label is editable; no media props required.
showcase17
Browser-chrome card pairing a syntax-highlighted code editor with a live test-results panel — pass/fail rows, expandable failures, and a coverage footer. Every label is editable; no media props required.
showcase23
Browser-chrome card pairing a live button-variant preview on the left with a syntax-highlighted code editor on the right — dotted canvas background, size pill toggle. Every label is editable; no media props required.
showcase15
Browser-chrome card pairing a syntax-highlighted code editor with a live activity feed — pulsing status dot, color-coded events, and an open-log footer. Every label is editable; no media props required.