Ümit Tunç
|
188066c885
|
Add module template documentation for Citrus Platform: Introduced a comprehensive template structure for creating new modules, including file organization, model, migration, resource, and page templates. Provided detailed examples and best practices to ensure consistency and scalability in module development across the platform.
|
2025-09-27 15:01:09 -03:00 |
|
Ümit Tunç
|
7def9fd426
|
Add localization pattern documentation for Citrus Platform: Created a comprehensive guide detailing the localization structure, translation key organization, and best practices for implementing localization in modules. Included examples for the Pages module to standardize localization efforts across the platform.
|
2025-09-27 15:00:50 -03:00 |
|
Ümit Tunç
|
c5b8d3341c
|
Add developer handbook for Citrus Platform: Created a comprehensive guide covering project overview, module development, localization system, coding standards, testing strategy, and deployment checklist. Included detailed examples and best practices to standardize module development across the platform.
|
2025-09-27 15:00:20 -03:00 |
|
Ümit Tunç
|
e4f218d67c
|
Add cursor rules for Citrus Platform: Established comprehensive guidelines for localization, module structure, resource classes, page classes, form and table rules, model and migration standards, testing protocols, coding style, security measures, and performance optimizations. Included example structure for the Pages module to serve as a reference for future development.
|
2025-09-27 15:00:09 -03:00 |
|
Ümit Tunç
|
26401cdb91
|
Add localization support for Pages in Filament admin panel: Introduced language files for English and Turkish, added translation methods for page titles and notifications in Create, Edit, and List pages, enhancing user experience and accessibility.
|
2025-09-27 14:52:55 -03:00 |
|
Ümit Tunç
|
3520861dab
|
Update navigation icon in PageResource for improved clarity: Changed icon from 'OutlinedRectangleStack' to 'OutlinedDocumentText' to better represent page content.
|
2025-09-27 14:50:03 -03:00 |
|
Ümit Tunç
|
c91976b4e9
|
Refactor PageForm schema in Filament admin panel: Restructured form layout into sections for better organization, including 'İçerik', 'Sayfa Ayarları', and 'SEO Ayarları'. Updated components to enhance user experience and maintainability.
|
2025-09-27 14:29:58 -03:00 |
|
Ümit Tunç
|
ee68472eab
|
Refactor featured image handling in Page model and update PagesTable: Renamed 'featured_image' to 'featured_image_url' in PagesTable for clarity. Added a new accessor method in the Page model to generate the URL for the featured image.
|
2025-09-27 14:19:48 -03:00 |
|
Ümit Tunç
|
d54601cb6b
|
Add Page resource to Filament admin panel: Implemented Page model, resource, and associated pages (create, edit, list). Defined page form schema and table configuration. Added migration for pages table.
|
2025-09-27 14:03:03 -03:00 |
|
Ümit Tunç
|
c36d3a4738
|
Add favicon.ico file: Introduced a new favicon for the application to enhance branding and user experience.
|
2025-09-27 14:02:56 -03:00 |
|
Ümit Tunç
|
9dbc99200b
|
Add Customer resource to Filament admin panel: Implemented Customer model, resource, and associated pages (create, edit, list). Defined customer form schema and table configuration. Added migration for customers table.
|
2025-09-27 13:24:45 -03:00 |
|
Ümit Tunç
|
394fae1e79
|
Update CSS for Citrus branding: Adjust logo height in topbar for improved visibility on smaller screens.
|
2025-09-27 13:18:49 -03:00 |
|
Ümit Tunç
|
5ae571f10b
|
Enhance Filament admin panel with new branding and CSS assets. Added brand logos for light and dark modes, integrated custom CSS for login page styling, and removed the obsolete TruncgilPanelProvider. Updated asset loading in the admin panel configuration.
|
2025-09-27 13:14:49 -03:00 |
|
Ümit Tunç
|
91598f0847
|
Add new logo assets in PNG and SVG formats for Citrus and Yatay
|
2025-09-27 12:54:49 -03:00 |
|
Ümit Tunç
|
ac4038db82
|
Initialize Laravel project with essential configuration files and structure. Added .editorconfig, .env.example, .gitattributes, .gitignore, .htaccess, and various Laravel framework files including routes, controllers, models, and views. Set up basic testing structure with example tests. Included necessary assets for frontend development with Tailwind CSS and Vite integration.
|
2025-09-27 12:49:10 -03:00 |
|