Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web/src/pages/Workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export function Workspace() {

{/* Right Section: Status and Actions — hidden on mobile (the hamburger
handles nav there); these chips otherwise eat the small-screen width. */}
<div className="flex flex-col lg:flex-row lg:items-center gap-3 md:order-3 md:shrink-0">
<div className="flex flex-col items-end gap-1.5 md:order-3 md:shrink-0">
{/* Data-store status (provider-agnostic — keyed off the GraphQL API, which is
the actual data layer; the backing store may be D1, Neo4j, etc.) */}
<div className={`flex items-center gap-2 px-3 py-2 rounded-lg text-xs transition-all cursor-help ${
Expand Down
Loading