- Fix global scrollbar overflow by removing h-svh from html element - Add h-full overflow-hidden to html/body for proper app-like layout - Fix default button variant: add shadow-sm and hover:bg-primary/90 - Update sidebar create-issue button to bg-background with shadow - Add WorkspaceAvatar component and search/new-issue actions to sidebar header - Improve theme provider with TooltipProvider wrapper - Polish various page layouts, pickers, modals, and code block styling - Clean up custom.css unused styles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
150 B
TypeScript
3 lines
150 B
TypeScript
export { useWorkspaceStore } from "./store";
|
|
export { useActorName } from "./hooks";
|
|
export { WorkspaceAvatar } from "./components/workspace-avatar";
|