| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ParticleBackground for external mouse handling
|
| |
|
|
| |
BottomBar and ModLoaderSelector, enhancing user interaction and UI consistency
|
| |
|
|
| |
export/upload functionalities for improved user experience
|
| |
|
|
|
|
| |
- Fix missing h- prefix in VersionsView height class (-40 → h-40)
- Correct typo in SaturnEffect comment (Warn → Warm White)
- Remove double space in App.svelte class attribute
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
| | |
|
| |
|
| |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| |
|
| |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| |
|
|
|
| |
smoother progress indicator
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
| | |
|
| |
|
|
| |
display launcher logs
|
| | |
|
| | |
|
| |
|
|
| |
management
|
|
|
- Added main application structure in App.svelte with a sidebar and main content area.
- Implemented game launch functionality using Tauri's invoke API.
- Included SVG icons for Vite and Svelte in the assets.
- Set up Tailwind CSS for styling in app.css.
- Created a Counter component for demonstration purposes.
- Configured TypeScript support with appropriate tsconfig files.
- Established Vite configuration for building the application.
|