v1.0.6-beta.020 - feat: add system update banner and auto-grant admin permissions
- Home Page: Added a new alert banner to notify Admins when a system update is available (fetching from /api/admin/update-check).
- Setup/Auth: Ensured the initial master Admin account is automatically granted canDownload permissions during setup.
- User Management API: Updated the user creation (POST) and update (PATCH) endpoints so that assigning the 'ADMIN' role automatically grants isApproved, autoApproveRequests, and canDownload permissions.
- User Management UI: Modified the frontend to use the updated user object from the API response, ensuring permission toggles visually update instantly when promoting a user to Admin.