- Added dynamic transition delay for product cards based on visible items to improve animation effects.
- Reset animation state and transition delay for hidden cards to ensure smooth filtering experience.
- Improved overall user interaction with category-based product visibility.
- Expanded the icon selection in CategoryForm by adding various food, drink, and shopping-related icons.
- Improved localization for icon labels to enhance user experience.
- Replaced TextInput for 'icon' with a searchable Select input featuring various icon options.
- Commented out the call to DemoSeeder in DatabaseSeeder to prevent execution during seeding.
- Updated DatabaseSeeder to check for existing admin user before creation.
- Modified Home view to include max-height for collection items and added filter functionality for product categories.
- Introduced JavaScript for dynamic filtering of product cards based on selected categories.
- Updated GeneralSettings page to include localized labels and structured sections for better organization.
- Enhanced CarouselSlide, Category, Collection, and Product resources with localized model labels and improved form/table configurations.
- Modified HomeController to utilize query builder for better performance and added collection items retrieval.
- Updated views to reflect localized settings and improved layout for collections and footer.
- Adjusted timezone and locale settings in app configuration for better regional support.
- Added Filament and Tailwind CSS dependencies in composer.json.
- Updated AGENTS.md to include new package versions.
- Modified boost.json to include tailwindcss-development skill.
- Updated DatabaseSeeder to create an admin user with a password.
- Changed the root route to use HomeController instead of a closure.
- Adjusted permissions for .gitignore in storage directory.