mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
- Replaced the completion step component with a more streamlined onboarding page that includes action cards for managing teams, adding sources, and starting chats. - Updated the search space form to make the description field optional and improved validation messages. - Adjusted the onboarding logic to support auto-configuration of LLM roles and improved loading states. - Removed unused imports and components to clean up the codebase.
8 lines
439 B
TypeScript
8 lines
439 B
TypeScript
export { OnboardActionCard } from "./onboard-action-card";
|
|
export { OnboardAdvancedSettings } from "./onboard-advanced-settings";
|
|
export { OnboardHeader } from "./onboard-header";
|
|
export { OnboardLLMSetup } from "./onboard-llm-setup";
|
|
export { OnboardLoading } from "./onboard-loading";
|
|
export { OnboardStats } from "./onboard-stats";
|
|
export { SetupLLMStep } from "./setup-llm-step";
|
|
export { SetupPromptStep } from "./setup-prompt-step";
|