Files
towercontrol/src/components/ui-showcase/sections/index.ts
Julien Froidefond 52d8332f0c refactor(TaskSelector): enhance task selection logic and integrate shared component
- Replaced TaskSelector with TaskSelectorWithData to streamline task selection.
- Updated TaskSelector to accept tasks as a prop, improving data handling.
- Removed unnecessary API calls and loading states, simplifying the component's logic.
- Added new sections to UIShowcaseClient for better component visibility.
2025-10-10 08:22:44 +02:00

13 lines
622 B
TypeScript

export { AvatarSection } from './AvatarSection';
export { ButtonsSection } from './ButtonsSection';
export { BadgesSection } from './BadgesSection';
export { CardsSection } from './CardsSection';
export { FormsSection } from './FormsSection';
export { NavigationSection } from './NavigationSection';
export { FeedbackSection } from './FeedbackSection';
export { DataDisplaySection } from './DataDisplaySection';
export { DropdownsSection } from './DropdownsSection';
export { IconsSection } from './IconsSection';
export { TaskSelectorSection } from './TaskSelectorSection';
export { ToastSection } from './ToastSection';