Commit Graph

7 Commits

Author SHA1 Message Date
Mekan1206
dd26844889 Enhance icon selection in CategoryForm with additional options
- Expanded the icon selection in CategoryForm by adding various food, drink, and shopping-related icons.
- Improved localization for icon labels to enhance user experience.
2026-06-04 22:48:13 +05:00
Mekan1206
21dadc7eac Update CategoryForm to use Select for icon selection and modify DatabaseSeeder to comment out DemoSeeder call
- 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.
2026-06-04 22:46:45 +05:00
Mekan1206
06d2999c74 Enhance DatabaseSeeder and Home view functionality
- 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.
2026-06-04 22:43:51 +05:00
Mekan1206
57002c184c remove doly meny gorun 2026-06-04 22:16:34 +05:00
Mekan1206
6ea6701963 Refactor and localize settings and resources
- 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.
2026-06-04 22:15:18 +05:00
Mekan1206
b13d61b342 Update project dependencies and configuration
- 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.
2026-06-04 21:30:06 +05:00
Mekan1206
608876864b start 2026-06-04 20:40:39 +05:00