Summary
- The dashboard is now customizable per user, so each user can choose which widgets to show and hide.
- Statistic cards and dashboard sections can now be dragged into a custom order from the dashboard's Customize mode.
- Users can reset the dashboard back to its default layout at any time.
Upgrade Notes
- This release includes a database migration. Run your normal migration step, such as
php artisan migrate --force, during deployment. - No new environment variables or manual configuration changes are required for this feature.
Verification
- Local verification before release included
docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan changelog:validate v1.10.0 --release --no-interaction. - Local verification before release included
docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan test --compact. - Local verification before release included
docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php ./vendor/bin/pint --dirty --format agent. - Local verification before release included
npm run build.