quackscape/assets/js
Kumi 85c44f985d
refactor(scene): modularize sidebar and navbar loading
Refactored the scene script to extract the logic for loading sidebars
and navbars into separate, modular files. This change enhances code
maintainability and readability by compartmentalizing responsibilities
and clarifying function boundaries. Now, `navbar.js` and `sidebar.js`
handle the UI component rendering, allowing for easier updates and
potential reuse. Adjusted conditional rendering logic to ensure
exclusive navbar or sidebar presence, aligning UI behavior with design
expectations.

This commit signifies a step towards modular architecture in the
frontend codebase, facilitating future expansion and modification.
2024-03-16 11:16:26 +01:00
..
editor Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
scene refactor(scene): modularize sidebar and navbar loading 2024-03-16 11:16:26 +01:00
api.js Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
editor.js feat: add dynamic navbar to scenes 2024-03-15 16:41:37 +01:00
scene.js refactor(scene): modularize sidebar and navbar loading 2024-03-16 11:16:26 +01:00
userarea.js feat: add user permissions management 2024-03-16 11:07:58 +01:00