- Fix: Product filters now properly send only non-empty values to backend
- Fix: Brand/gender/model filters now work correctly
- Add: FORCE_ADMIN_PASSWORD_RESET flag for resetting admin password on deployment
- Add: ADMIN_PASSWORD_RESET.md guide with instructions
- Update: Admin password reset logic with clear console messages
- Use VITE_API_URL environment variable instead of hardcoded localhost:8000
- Fixes broken image previews for both category and product uploads
- Properly constructs backend URL from API URL
- Changed admin email to admin@brandmaster.com (no dash)
- Changed admin password to Admin123!
- Fixed frontend Home.jsx to handle API errors gracefully
- Added fallback to empty arrays when API calls fail
- This prevents 'Cannot read properties of undefined' crash
- Added comment to main.jsx to trigger CI rebuild with correct API URL
- Added ingress annotations to prevent redirect loops (ssl-redirect: false)
- This fixes ERR_TOO_MANY_REDIRECTS and blank page issues
- Auto-create admin user on startup with configurable credentials
- Force password change on first admin login
- PIN-based password reset via email (6-digit code)
- Remove demo account notice from login page
- Add complete profile edit with email, phone, address fields
- Add password change functionality in profile
- Add database migration for new user fields
- Update Helm values with admin and email config