2025.3.1
- ✅ Added Japanese language support (thank you @voidz777)
- ✨ Added ability to switch accounts using buttons in the UI, allowing users to dynamically change the displayed entity.
- ✨ Added page navigation to the editor, allowing users to switch between "Configuration" and "Customization" settings, enhancing the user experience and organization of settings.
- 🚀 Refactored
renderIcon
andrenderIconbody
into a single methodrenderIcon(data, type)
, reducing code duplication and improving maintainability. - 🔥 Removed the need for a service, simplifying the implementation and improving responsiveness.
- 🔥 Removed support for the
up
direction across the application, simplifying the layout and logic to support only theright
direction. - 🔧 Fixed icon alignment within toolbar buttons by setting
font-size: 0px
to prevent inherited font sizes from affecting layout.