This website requires JavaScript.
Explore
Help
Register
Sign In
truncgit
/
citrus
Watch
1
Star
0
Fork
0
You've already forked citrus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5b46b4ac9e6801122d4d456b0cc87cbbd1e2ecea
citrus
/
app
/
Filament
/
Admin
/
Resources
/
Products
T
History
Ümit Tunç
5848cd5189
refactor: update product feature icon to text input and remove required validation from core product fields
2026-05-26 23:49:22 +03:00
..
Pages
Implement Product and ProductCategory Resources: Created new Filament resources for managing products and product categories, including pages for listing, creating, and editing. Added schemas for forms and tables, integrated translation support, and established relationships between products and categories. Enhanced the navigation structure to include product and service links in the frontend menu, improving overall site organization and user experience.
2025-12-30 22:16:45 +03:00
Schemas
refactor: update product feature icon to text input and remove required validation from core product fields
2026-05-26 23:49:22 +03:00
Tables
Refactor Product and Category Tables for Enhanced Localization: Updated the ProductCategoriesTable and ProductsTable to utilize the getStateUsing method for retrieving translated titles, improving localization support. Enhanced the search functionality to filter by translations, ensuring consistent display of titles across different languages. Additionally, modified the menu-item Blade component to include featured products, improving the layout and user experience.
2026-01-01 11:13:45 +03:00
ProductResource.php
Implement Localization for Product and ProductCategory Resources: Refactored resource classes and forms to utilize Laravel's localization features, enhancing user experience by providing translated labels and sections. Added English and Turkish language support for product and category management, ensuring consistency across the admin panel.
2025-12-30 22:49:55 +03:00