<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/ui/src/components/HomeView.svelte, branch @dropout/ui-v0.1.0-alpha.4</title>
<subtitle>This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.</subtitle>
<id>https://git.hydroroll.team/DropOut/atom?h=%40dropout%2Fui-v0.1.0-alpha.4</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=%40dropout%2Fui-v0.1.0-alpha.4'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-19T06:17:32Z</updated>
<entry>
<title>chore(ui): refactor workspace to monorepo</title>
<updated>2026-01-19T06:17:32Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-01-19T06:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=da0d79f0db873c08fab3bc85023167e174d18b0e'/>
<id>urn:sha1:da0d79f0db873c08fab3bc85023167e174d18b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): bump versions</title>
<updated>2026-01-19T02:50:40Z</updated>
<author>
<name>github-actions[bot]</name>
<email>github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2026-01-18T16:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=549b4b443f12c5dd22c020dcec1e0e88c2202d13'/>
<id>urn:sha1:549b4b443f12c5dd22c020dcec1e0e88c2202d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add interactive Saturn effect controls in HomeView and enhance ParticleBackground for external mouse handling</title>
<updated>2026-01-15T12:02:23Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T12:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=655d47745ce136603ff8222868b440e641fb9407'/>
<id>urn:sha1:655d47745ce136603ff8222868b440e641fb9407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance text formatting in HomeView by adding support for italicized text using single asterisks</title>
<updated>2026-01-15T10:22:43Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T10:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=ff358c3456435998e14f7337f4542deeaeb59bad'/>
<id>urn:sha1:ff358c3456435998e14f7337f4542deeaeb59bad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Clean up main.rs by removing unused imports and updating variable names for clarity; enhance HomeView.svelte by correcting emoji processing logic</title>
<updated>2026-01-15T07:26:30Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T07:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=28cc7c6e1e943734d94c6b3c487f5b6430c2b997'/>
<id>urn:sha1:28cc7c6e1e943734d94c6b3c487f5b6430c2b997</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update README.md with enhanced feature descriptions, improved UI terminology, and added installation instructions; update image alt text for accessibility</title>
<updated>2026-01-15T07:03:51Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T07:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=10e6048cfbbc5c2b69c9c7bdbd0ab062724fd34d'/>
<id>urn:sha1:10e6048cfbbc5c2b69c9c7bdbd0ab062724fd34d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Enhance HomeView component with release loading, markdown parsing, and improved UI elements</title>
<updated>2026-01-15T06:57:12Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-15T06:57:12Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e272afb589a3f6be590a32acccf168291ac6a7ad'/>
<id>urn:sha1:e272afb589a3f6be590a32acccf168291ac6a7ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: enhance dark mode support across UI components</title>
<updated>2026-01-14T10:40:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T10:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=74849ad2d18586736d9677dfd10af4875f4ef2ca'/>
<id>urn:sha1:74849ad2d18586736d9677dfd10af4875f4ef2ca</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>feat: Enhance UI components and add visual effects</title>
<updated>2026-01-14T10:15:31Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-14T10:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=eed52135e7d6ffbbbd64070cf567bcf08653c7d5'/>
<id>urn:sha1:eed52135e7d6ffbbbd64070cf567bcf08653c7d5</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>refactor: split App.svelte into components</title>
<updated>2026-01-14T03:41:18Z</updated>
<author>
<name>Natsuu</name>
<email>natsukawa247@outlook.com</email>
</author>
<published>2026-01-14T03:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=64b939e6ac0b196d18ee183a37a40b0bf7927a80'/>
<id>urn:sha1:64b939e6ac0b196d18ee183a37a40b0bf7927a80</id>
<content type='text'>
</content>
</entry>
</feed>
