Add a searchable category dropdown filter on the new resource page to help users filter services by category. Features: - Category dropdown positioned next to search input - Auto-focus on search field when dropdown opens - Case-insensitive category filtering - Proper acronym formatting (AI, API, CI, etc. displayed in uppercase) - Loading/disabled state while categories are being fetched - Category search/filter within dropdown - Alphabetical sorting (case-insensitive) Backend changes: - Extract unique categories from service templates - Handle comma-separated categories - Format common acronyms to uppercase - Case-insensitive natural sorting Frontend changes: - Searchable dropdown component with Alpine.js - Category filter integration with existing search - Disabled state placeholder during loading - Auto-focus behavior for better UX 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| application | ||
| database | ||
| new | ||
| resource | ||
| service | ||
| shared | ||
| add-empty.blade.php | ||
| clone-me.blade.php | ||
| delete-environment.blade.php | ||
| delete-project.blade.php | ||
| edit.blade.php | ||
| environment-edit.blade.php | ||
| index.blade.php | ||
| show.blade.php | ||