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
0fa8e4e435cb41b7c637cd973485929ab263e357
citrus
/
app
T
History
Muhammet Güler
0fa8e4e435
Fix payment form validation, styling and blog header visibility
2026-02-13 12:45:17 +03:00
..
Console
/Commands
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
Filament
Fix payment form validation, styling and blog header visibility
2026-02-13 12:45:17 +03:00
Helpers
Add Site Translation Management: Created SiteTranslation resource with pages for listing, creating, and editing translations. Implemented localization support for translation keys and values, enhancing the admin panel's usability for managing site translations. Introduced a new migration for the site_translations table and updated helper functions for translation retrieval.
2025-12-30 23:41:32 +03:00
Http
Fix payment form validation, styling and blog header visibility
2026-02-13 12:45:17 +03:00
Models
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
Observers
Implement dynamic template rendering and page observer: Enhanced PageController to support dynamic header and footer templates, utilizing TemplateService for placeholder replacement. Introduced PageObserver to manage homepage status across pages. Updated routes for improved debugging and dynamic homepage display. Refactored views to accommodate new templating system.
2025-10-31 15:49:29 -03:00
Policies
Fix payment form validation, styling and blog header visibility
2026-02-13 12:45:17 +03:00
Providers
Refactor SettingForm Schema: Removed the image validation from the file input field in the SettingForm schema, ensuring that only specified file types are accepted for upload. This change enhances the flexibility of file handling in the settings management.
2025-12-31 00:01:39 +03:00
Services
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
Traits
Enhance Translation Handling in HasTranslations Trait: Improved the translate method to ensure non-empty values are returned from the translations table and original field values. Added JSON handling for original values to support array-based translations. This update enhances localization support and ensures more reliable translation retrieval across different languages.
2026-01-06 21:42:33 +03:00
View
/Components
Enhance template placeholder functionality: Updated the TemplateService to support new placeholders for page content, title, and excerpt. Modified related components and views to utilize these placeholders, improving dynamic content rendering. Added special placeholder buttons in the placeholder picker for easier insertion.
2025-11-05 10:24:43 -03:00