toes/src/client/styles/index.ts
Claude a91f400100
Add dashboard landing page with clickable logo navigation
The Toes logo now links to a system-wide dashboard view that shows
app and tool counts. This is the default view when first opening
the web app.

https://claude.ai/code/session_013L9HKHxMEoub76B1zuKive
2026-02-13 16:41:20 +00:00

47 lines
875 B
TypeScript

export { ActionBar, Button, NewAppButton } from './buttons'
export { Form, FormActions, FormCheckbox, FormCheckboxField, FormCheckboxLabel, FormError, FormField, FormInput, FormLabel, FormSelect } from './forms'
export {
AppItem,
AppList,
AppSelectorChevron,
ClickableAppName,
DashboardContainer,
DashboardHeader,
DashboardSubtitle,
DashboardTitle,
HamburgerButton,
HamburgerLine,
HeaderActions,
Layout,
Logo,
LogoLink,
Main,
MainContent,
MainHeader,
MainTitle,
SectionLabel,
SectionSwitcher,
SectionTab,
Sidebar,
SidebarFooter,
StatCard,
StatLabel,
StatsGrid,
StatValue,
} from './layout'
export { LogLine, LogsContainer, LogTime } from './logs.tsx'
export {
EmptyState,
InfoLabel,
InfoRow,
InfoValue,
Link,
Section,
SectionTitle,
stateLabels,
StatusDot,
Tab,
TabBar,
TabContent,
} from './misc'