aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/components/CustomSelect.svelte
Commit message (Collapse)AuthorAgeFilesLines
* feat: add assistant view and configuration editor componentsHsiangNianian2026-01-161-3/+40
| | | | Introduced a new AssistantView component for enhanced interaction with the AI assistant, allowing users to send messages and receive responses. Implemented a ConfigEditorModal for editing configuration files with JSON validation and history management. Updated the App component to integrate these new features, improving user experience and functionality in managing AI settings.
* feat: Implement custom dropdown components for version selection in ↵HsiangNianian2026-01-151-0/+136
BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency