aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/components/SettingsView.svelte
Commit message (Collapse)AuthorAgeFilesLines
* feat(migration): implement shared cache migration with SHA1 dedupHsiangNianian2026-01-181-3/+28
| | | | | | | | - Add migrate_to_shared_caches() with hard link preference - SHA1-based deduplication across all instances - Copy fallback for cross-filesystem scenarios - Auto-enable use_shared_caches after successful migration - UI shows statistics: moved files, hardlinks/copies, MB saved
* fix(ci): improve pre-commit fmt hook configurationHsiangNianian2026-01-181-0/+121
| | | | | | - Add pass_filenames: false to fmt hook - Add -- separator for cargo fmt args - Manually format code with cargo fmt
* feat: enhance settings view with AI assistant configuration optionsHsiangNianian2026-01-161-0/+386
| | | | Expanded the SettingsView component to include new features for managing the AI assistant, such as selecting language models, configuring response settings, and applying preset personas. Added a button to open the configuration editor for JSON settings. This update improves user interaction with the assistant and provides more control over its behavior and settings.
* feat: Implement custom dropdown components for version selection in ↵HsiangNianian2026-01-151-14/+19
| | | | BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency
* feat: Add debug and log upload settings to SettingsView for enhanced user ↵HsiangNianian2026-01-151-2/+45
| | | | control and customization
* style: Update UI components for improved appearance and consistencyHsiangNianian2026-01-151-5/+5
|
* feat(java): Implement Java catalog management and download featuresBegonia, HE2026-01-151-57/+318
| | | | | | | | - Added commands to fetch and refresh the Java catalog, cancel downloads, and manage pending downloads. - Enhanced the Java download modal in the UI to support version selection, download progress, and pending downloads. - Introduced new types for Java catalog, download progress, and pending downloads. - Updated settings store to handle Java catalog state, download progress, and pending downloads. - Improved user experience with loading states, error handling, and status notifications for Java installations.
* feat: re-integrate Java download UI into new component architectureBegonia, HE2026-01-141-0/+77
| | | | | | | | - Add Java download functionality to settings store - Add JavaDownloadInfo type definition - Add Download Java button and modal to SettingsView - Support JRE/JDK selection with version picker - Maintain integration with Adoptium API backend
* feat: enhance dark mode support across UI componentsHsiangNianian2026-01-141-19/+41
| | | | | | | | - Updated BottomBar, HomeView, LoginModal, ModLoaderSelector, SettingsView, Sidebar, StatusToast, and VersionsView components for improved dark mode styling. - Adjusted color schemes for various elements to ensure better visibility and aesthetics in dark mode. - Added a theme property to settings to enforce dark mode as the default. - Refactored version badges in VersionsView for better color differentiation. - Enhanced button and input styles for consistency in both light and dark themes.
* feat: Enhance UI components and add visual effectsHsiangNianian2026-01-141-79/+203
| | | | | | | | | - Updated Sidebar component styles for improved aesthetics and usability. - Refactored VersionsView component with a new layout and enhanced version filtering. - Improved DownloadMonitor and GameConsole components for better performance and visual consistency. - Added new settings for GPU acceleration and visual effects in settings store. - Introduced ParticleBackground component with customizable effects (Constellation and Saturn). - Implemented ConstellationEffect and SaturnEffect classes for dynamic background animations.
* Update ui/src/components/SettingsView.svelte简律纯2026-01-141-1/+1
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update download threads help text to clarify max value reasoningcopilot-swe-agent[bot]2026-01-141-1/+1
| | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
* Update ui/src/components/SettingsView.svelte简律纯2026-01-141-0/+1
| | | Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: add download settings for concurrent download threadsHsiangNianian2026-01-141-0/+23
|
* chore: add for attributes to labels in BottomBar and SettingsView componentsNatsuu2026-01-141-10/+14
|
* refactor: split App.svelte into componentsNatsuu2026-01-141-0/+125