Commit Graph

2 Commits

Author SHA1 Message Date
Senk Ju
19d1428242 chore: Upgrade to Svelte 5 (#4922)
* upgrade dependencies

* disable dev mode

* remove route desync check

* fix depricated @import warnings

* use modern sass preprocessor api

* fix sass color adjustment function deprecation warnings

* fix unused style warning

* fix aria-label warning

* fix self-closing div warning

* fix color of main menu icons not resetting when clicked
2024-12-16 19:10:46 +01:00
1zuna
c4c7a903fa feat(nextgen): Theme Rewrite and Improvement (#2263)
The theme is now considered stable enough to be merged into nightly.

Rewritten theme that includes
- ClickGUI
- MainMenu
- Singleplayer
- Multiplayer (with ViaFabricPlus support)
- Alt Manager
- Proxy Manager
- New Font
- HUD TabGUI
- HUD ArrayList
- HUD Hotbar
- HUD Scoreboard
- HUD Minimap via component
- HUD Notifications
- HUD Target HUD
- HUD Taco (what we have all been waiting for!!!)

Other changes that come with the theme:
- Proxy Manager now checks proxy before adding
- Mark accounts or proxy as favourite
- Filters for account name, server name, world name, options and types
- New MCEF that fixes all cursor related issues and improved error handling
- Many new event types (scaleFactor, etc...) useful for ScriptAPI and Theme!
- Image Atlas RestAPI (access to pre-rendered 3D models of items and blocks)

and many other changes!

---------

Co-authored-by: Senk Ju <18741573+SenkJu@users.noreply.github.com>
Co-authored-by: superblaubeere27 <arschwixxa123@gmail.com>
2024-03-08 15:32:32 +01:00