🐛 Bug Fixes
- Theme presets: Auto-fill ColorPickers via client-side JS instead of Livewire hooks — eliminates server round-trip overwrite. Decoupled presets from published config via
THEME_PRESETSPHP constant.
✨ Features
- Settings tab URL persistence: Settings tabs are now shareable/bookmarkable via
?tab=appearance::tabusing Filament's native->persistTabInQueryString('tab').