Summary
- Kept the items-per-page dropdown on a dark theme palette when its menu opens, improving contrast in paginated list views.
- Unified primary action buttons across list filter toolbars on the shared outlined sky style in both light and dark mode.
Upgrade Notes
- This release does not include database migrations or deployment configuration changes.
- No post-upgrade action is required beyond deploying the updated application files.
Verification
- Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php artisan changelog:validate v1.7.1 --release. - Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php artisan test --compact. - Local verification before release included
docker run --rm -v "$PWD:/app" -w /app volumevault:local php ./vendor/bin/pint --dirty --format agent. - Local verification before release included
npm run build.