50fff6332b
Comment out group column in SettingsTable: Temporarily disabled the group column display in the settings table to streamline the interface while maintaining localization support for active status.
Ümit Tunç
2025-10-29 17:28:39 -03:00
307a94d6fd
Add max content width for ListSettings page: Implemented getMaxContentWidth method to set the maximum content width to full, enhancing the layout and responsiveness of the settings page.
Ümit Tunç
2025-10-29 17:12:06 -03:00
50b998b9d3
Implement dynamic tab content for ListSettings page: Added getTabsContentComponent method to manage tab content dynamically, enhancing the tab functionality and improving user experience in settings navigation.
Ümit Tunç
2025-10-29 17:10:05 -03:00
e704146df9
Update cursor rules for Filament 4.x: Refined tab usage guidelines, clarified namespace imports, and emphasized the distinction between resource list page tabs and form/schema tabs. Added critical notes on incorrect usage of Tab components and provided examples for proper implementation.
Ümit Tunç
2025-10-29 17:06:12 -03:00
edf8949a6a
Refactor ListSettings page to implement tabbed navigation: Removed custom Blade view and integrated tab functionality for settings groups. Enhanced group filtering and localization support for settings display.
Ümit Tunç
2025-10-29 17:02:43 -03:00
eae9523cde
Add DatabaseSeeder and enhance settings management: Created DatabaseSeeder to seed initial data, including a test user. Updated ListSettings page to support group filtering and added new settings groups in localization files. Enhanced SettingForm and SettingsTable to accommodate new group options and improved UI for settings management.
Ümit Tunç
2025-10-29 16:58:05 -03:00
ef743e0d03
Enhance settings management: Added support for new form types including color picker, code editor, rich editor, markdown editor, tags input, checkbox list, radio buttons, toggle buttons, and slider in the SettingForm. Updated the Setting model to handle these new types and modified the migration to include them in the type enum. Enhanced localization files to support new type labels in both English and Turkish.
Ümit Tunç
2025-10-29 15:47:48 -03:00
1da81a1874
Add dashboard and widgets: Implemented a new Dashboard page with various widgets including Content Overview, Recent Activities, System Stats, Translation Progress, and User Activity. Added localization support for dashboard elements in English and Turkish.
Ümit Tunç
2025-10-24 16:16:27 -03:00
f38a9ccd9e
Enhance settings form and model: Added support for array type in SettingForm with a new repeater field for managing key-value pairs. Updated Setting model to handle array values and modified localization files to include new keys for array-specific fields in both English and Turkish.
Ümit Tunç
2025-10-23 15:31:26 -03:00
7e269e6543
Enhance settings form and model: Added support for date and datetime types in SettingForm with corresponding fields and visibility logic. Updated Setting model to handle new value types and modified migration to include date and datetime in the type enum. Enhanced localization files to support new type labels in both English and Turkish.
Ümit Tunç
2025-10-23 15:27:58 -03:00
5157fe46ba
Add file type support in settings: Updated SettingForm to include a file upload field for settings, modified the Setting model to handle file values, and added a migration to accommodate the new file type. Enhanced localization files to support the new file type label in both English and Turkish.
Ümit Tunç
2025-10-23 15:21:19 -03:00
1bb06c7bd4
Update navigation group label in SettingResource from 'Sistem' to 'System' for consistency in English localization.
Ümit Tunç
2025-10-20 15:26:04 -03:00
a01c24616c
Enhance SettingsTable: Added state formatting for boolean types to display emojis in the settings table. This improves user experience by providing a visual representation of boolean values, making the table more intuitive.
Ümit Tunç
2025-10-20 15:24:30 -03:00
1450e8baf2
Refactor settings form handling: Removed redundant data mutation methods in CreateSetting and EditSetting pages. Updated SettingForm to use distinct fields for text and boolean values, enhancing clarity and functionality. Added new attributes in the Setting model to manage value assignments from different fields.
Ümit Tunç
2025-10-20 15:19:34 -03:00
1adc90ed59
Add settings module: Implemented SettingResource with CRUD pages, schemas, and models for managing application settings. Added localization support for settings, including navigation labels, form fields, and table columns. Integrated soft delete functionality and optimized query handling for settings retrieval.
Ümit Tunç
2025-10-20 15:04:30 -03:00
b8c0d6a5c4
Add localization files for settings module: Created English and Turkish language files for settings, including keys for actions, form fields, messages, table columns, types, groups, and validation. This enhances the localization support for the settings module, ensuring a consistent user experience across languages.
Ümit Tunç
2025-10-20 14:59:15 -03:00
9094e9c729
Add migration for settings table: Created a new migration file to establish the settings table with necessary fields, including key, value, type, group, label, description, and soft delete functionality. Implemented indexes for key, group, and is_active columns to optimize queries.
Ümit Tunç
2025-10-20 14:59:00 -03:00
a7ab40cde9
Implement Translation Tabs Component: Added TranslationTabs component for managing translations in Blog and Page resources. Integrated translation fields into forms, ensuring localization support for titles, content, and metadata. Updated existing pages to save and load translations, enhancing the universal translation system. Added relevant localization keys for English and Turkish.
Ümit Tunç
2025-10-01 04:43:27 -03:00
0ece20fa47
Enhance documentation for Filament 4.x import rules and universal translation system. Added guidelines for table actions, form components, and translation methods, ensuring clarity on correct usage and implementation. Updated translation workflow and helper functions for better integration in models.
Ümit Tunç
2025-10-01 04:14:32 -03:00
fa136f4948
Remove unnecessary blank lines in PageController, footer, and navigation Blade templates for cleaner code structure.
Ümit Tunç
2025-10-03 13:01:37 -03:00
9cc36297ea
Implement Translation Tabs Component: Added TranslationTabs component for managing translations in Blog and Page resources. Integrated translation fields into forms, ensuring localization support for titles, content, and metadata. Updated existing pages to save and load translations, enhancing the universal translation system. Added relevant localization keys for English and Turkish.
Ümit Tunç
2025-10-01 04:43:27 -03:00
105e14b48d
Add Language Management Module: Created Language resource with CRUD pages, schemas, and models to support the universal translation system. Implemented localization for English and Turkish, ensuring consistent user experience. Added necessary policies and seeder for initial language data, enhancing the overall language management functionality.
Ümit Tunç
2025-10-01 04:15:21 -03:00
b5a4c7669d
Add migration files for language and translation management: Created migrations for languages, translations, and user_languages tables to support the universal translation system. Each migration includes necessary fields, constraints, and indexes to ensure efficient data handling and relationships.
Ümit Tunç
2025-10-01 04:15:03 -03:00
bd5177e70c
Add translation helper functions: Introduced a new file for translation-related helper functions to enhance localization capabilities. Updated composer.json to autoload the new helper file, ensuring easy access to functions for managing languages, translations, and their statuses.
Ümit Tunç
2025-10-01 04:14:46 -03:00
38ae33d164
Enhance documentation for Filament 4.x import rules and universal translation system. Added guidelines for table actions, form components, and translation methods, ensuring clarity on correct usage and implementation. Updated translation workflow and helper functions for better integration in models.
Ümit Tunç
2025-10-01 04:14:32 -03:00
97a6ad2372
Implement Translation Tabs Component: Added TranslationTabs component for managing translations in Blog and Page resources. Integrated translation fields into forms, ensuring localization support for titles, content, and metadata. Updated existing pages to save and load translations, enhancing the universal translation system. Added relevant localization keys for English and Turkish.
Ümit Tunç
2025-10-01 04:43:27 -03:00
a4aea280f2
Add Language Management Module: Created Language resource with CRUD pages, schemas, and models to support the universal translation system. Implemented localization for English and Turkish, ensuring consistent user experience. Added necessary policies and seeder for initial language data, enhancing the overall language management functionality.
Ümit Tunç
2025-10-01 04:15:21 -03:00
7cbbf521e1
Add migration files for language and translation management: Created migrations for languages, translations, and user_languages tables to support the universal translation system. Each migration includes necessary fields, constraints, and indexes to ensure efficient data handling and relationships.
Ümit Tunç
2025-10-01 04:15:03 -03:00
e9944f2460
Add translation helper functions: Introduced a new file for translation-related helper functions to enhance localization capabilities. Updated composer.json to autoload the new helper file, ensuring easy access to functions for managing languages, translations, and their statuses.
Ümit Tunç
2025-10-01 04:14:46 -03:00
39e446ca8c
Enhance documentation for Filament 4.x import rules and universal translation system. Added guidelines for table actions, form components, and translation methods, ensuring clarity on correct usage and implementation. Updated translation workflow and helper functions for better integration in models.
Ümit Tunç
2025-10-01 04:14:32 -03:00
736f9c536d
Add initial website setup: Created essential files including package-lock.json, setup documentation, and foundational Blade templates. Implemented PageController for homepage and page display, integrated navigation and footer components, and established dark mode functionality. Enhanced CSS for custom scrollbar and smooth scrolling. Added SVG logos for branding. Updated routes for page handling.
Ümit Tunç
2025-10-01 02:21:31 -03:00
dc0abb83da
Update UserActions to enhance localization and tooltips for user management actions. Added labels and tooltips for change password and delete actions, ensuring consistent user experience in both English and Turkish. Updated localization files to include new keys for user actions.
Ümit Tunç
2025-09-30 01:02:14 -03:00
eac0a3eda3
Add user management functionality: Implemented UserActions for editing and changing passwords, created UserPolicy for authorization checks, and integrated AuthServiceProvider for policy registration. Updated Filament configuration to utilize new user actions and adjusted localization for user-related actions. Enhanced .gitignore and CSS files for better organization.
Ümit Tunç
2025-09-30 00:50:43 -03:00
13dfa1ebda
Refactor Filament configuration and localization: Updated AdminPanelProvider to streamline plugin integration, added user resource configuration in filament-shield, and adjusted navigation sorting for Filament Users. Modified localization keys for user group settings to improve clarity. Cleaned up CSS for logo display on login page.
Ümit Tunç
2025-09-29 13:08:16 -03:00
481c535f8e
Add user management features to Citrus Platform: Integrated Filament Shield and Filament Users for role and permission management. Updated User model to include role functionality, added policies for Blog, Customer, Page, and Role management, and created necessary localization files for user management in multiple languages. Enhanced composer dependencies for improved functionality.
Ümit Tunç
2025-09-29 10:41:23 -03:00
79a1f5b746
Add Blog module to Citrus Platform: Created Blog resource with CRUD pages, schemas, and models. Implemented localization for English and Turkish, ensuring consistent user experience. Added migrations for blog categories, posts, and comments, including soft delete functionality. Enhanced table and form structures for better organization and usability.
Ümit Tunç
2025-09-29 10:20:40 -03:00
a2087e7178
Update configuration and resource files: Added new lines to .gitignore, vite.config.js, cache.php, app.css, app.js, and bootstrap.js for improved organization and clarity.
Ümit Tunç
2025-09-29 08:42:14 -03:00
a493364e2d
Update README.md for Citrus Platform: Expanded documentation to include an overview of the platform, technology stack, installation steps, module development guidelines, localization system, testing procedures, deployment instructions, contribution process, coding standards, and licensing information. Enhanced clarity and organization for better developer onboarding.
Ümit Tunç
2025-09-27 15:02:00 -03:00
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.
Ümit Tunç
2025-09-27 15:01:09 -03:00
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.
Ümit Tunç
2025-09-27 15:00:50 -03:00
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.
Ümit Tunç
2025-09-27 15:00:20 -03:00
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.
Ümit Tunç
2025-09-27 15:00:09 -03:00
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.
Ümit Tunç
2025-09-27 14:52:55 -03:00
3520861dab
Update navigation icon in PageResource for improved clarity: Changed icon from 'OutlinedRectangleStack' to 'OutlinedDocumentText' to better represent page content.
Ümit Tunç
2025-09-27 14:50:03 -03:00
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.
Ümit Tunç
2025-09-27 14:29:58 -03:00
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.
Ümit Tunç
2025-09-27 14:19:48 -03:00
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.
Ümit Tunç
2025-09-27 14:03:03 -03:00
c36d3a4738
Add favicon.ico file: Introduced a new favicon for the application to enhance branding and user experience.
Ümit Tunç
2025-09-27 14:02:56 -03:00
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.
Ümit Tunç
2025-09-27 13:24:45 -03:00
394fae1e79
Update CSS for Citrus branding: Adjust logo height in topbar for improved visibility on smaller screens.
Ümit Tunç
2025-09-27 13:18:49 -03:00
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.
Ümit Tunç
2025-09-27 13:14:49 -03:00
91598f0847
Add new logo assets in PNG and SVG formats for Citrus and Yatay
Ümit Tunç
2025-09-27 12:54:49 -03:00
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.
Ümit Tunç
2025-09-27 12:49:10 -03:00