Introduces methods to manage styles and scripts in dashboard
sections, promoting modularity and reusability.
Updates templates to dynamically render styles and scripts
directly from context, ensuring better integration with
existing features system.
Migrates related static assets to 'mood' section to streamline
the module structure.
These changes enable smoother customization and extendability
of the dashboard's look and feel.
Relates to improved frontend architecture.
Introduces NavCollapse to manage grouped navigation items.
Simplifies 'features.py' by organizing items under collapsible sections.
Updates HTML generation for both NavItem and NavCollapse classes.
Improves user experience by improving sidebar organization.
Introduces DashboardSection class to encapsulate dashboard logic,
enabling easier extension and customization. Adds separate mood
and dreams dashboard templates to streamline content rendering.
Refactors main dashboard template to dynamically render content
from enabled modules using a new template tag system, improving
flexibility and maintainability.