Skip to content

v0.2.0-beta - Modernized UI Architecture & Sidebar Layouts

Latest

Choose a tag to compare

@milanz247 milanz247 released this 15 Jun 16:11
· 9 commits to main since this release

We are pleased to present Vuelang v0.2.0-beta, focusing on a complete overhaul of the user interface architecture. This release transitions the application to a cohesive, minimalist design language inspired by flat Breeze layouts, driven entirely by Shadcn Vue components.

Key Features & Enhancements Included in v0.2.0-beta

  • Responsive Collapsible Sidebar: Developed a multi-level collapsible sidebar that seamlessly scales from a desktop icon-only strip to an full-width drawer on mobile viewports.
  • Integrated Nested Dropdowns: Implemented a robust accordion dropdown menu for sub-navigation within the sidebar, operating dynamically via floating popovers when collapsed.
  • Flat Breeze Authentication: Completely transformed Login, Register, and ForgotPassword panels into highly polished flat layouts with secure relative eye visibility toggles.
  • Path Alias Asset Resolution: Refactored asset compiler nodes so static branding resources resolve dynamically via Vite and Go-embed aliases.
  • Diagnostic Skeleton Placeholders: Integrated linear-gradient CSS diagonal stripe wireframe card skeletons inside the dashboard core.
  • Technical Documentation: Upgraded the project guide (README.md) with deep-dive MVC framework documentation and explicit architecture maps.