- Introduced `compactJsonLd` utility to filter out falsy values from JSON-LD arrays.
- Updated various pages to utilize `compactJsonLd` for cleaner JSON-LD handling.
- Refactored music playlist configuration in Header component.
- Enhanced BaseLayout with inline script for JSON-LD and removed unnecessary media attributes from stylesheets.
- Improved error handling in category and tag pages by simplifying response logic.
- Added new styles for home hero section and sidebar components to enhance UI.
- Adjusted layout components for better responsiveness and visual consistency.
style: enhance global CSS for better responsiveness of terminal chips and navigation pills
test: remove inline subscription test and add maintenance mode access code test
feat: implement media library picker dialog for selecting images from the media library
feat: add media URL controls for uploading and managing media assets
feat: add migration for music_enabled and maintenance_mode settings in site settings
feat: implement maintenance mode functionality with access control
feat: create maintenance page with access code input and error handling
chore: add TypeScript declaration for QR code module
- Added package.json to manage development scripts.
- Updated restart-services.ps1 to call the new dev script for starting services.
- Refactored start-admin.ps1, start-backend.ps1, start-frontend.ps1, and start-mcp.ps1 to utilize the dev script for starting respective services.
- Enhanced stop-services.ps1 to improve process termination logic by matching command patterns.