You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMS: reserved slug validation returns a form error instead of throwing an exception, with Rule::notIn() on the slug field
Settings: increase PHP memory limit to 512M to prevent out-of-memory errors in Livewire tests rendering the full settings page
Settings: add lazy loading to 7 tabs (SEO, Appearance, Content, Navigation, Analytics, Backup, AI Translation) to improve initial page load performance
Blocks: remove test files accidentally included in wrong PR
Blocks: override light mode background with theme dark color when background_type_dark is "none" — fixes white background appearing in dark mode
Theme: add background-color on <main> so transparent blocks properly inherit the theme's default background
✨ Added
Contact form: form card background and submit button colors are now configurable via the admin UI (Form Styling section) — leave empty for transparent/inherit
Contact form: Alpine.js component migrated from Alpine.data() registration to inline x-data — fixes console errors in Filament CMS preview
Tests: feature tests for TagResource CRUD (create, read, update, delete)
Tests: feature test for auto-save indicator on blog post create/edit pages
🔥 Removed
Tests: remove 2 obsolete browser test files (replaced by feature tests)
Tests: remove 3 tests that already exist in tests/Localized/FrontendTranslationsTest