Ümit Tunç
|
1791108b1e
|
Add Blocks Usage Documentation: Created a comprehensive guide for the block-based page creation system, detailing the available blocks, their usage, and customization options. Included example data and instructions for integrating blocks into the admin panel.
|
2025-10-30 15:28:57 -03:00 |
|
Truncgil Technology
|
714c7c871d
|
Merge pull request #11 from truncgil/app-setting-seeders
App setting seeders
|
2025-10-30 21:28:11 +03:00 |
|
Ümit Tunç
|
3b238d23cc
|
Add Team Block Component: Created a new Blade component for displaying team members, including support for section titles, subtitles, member details, and social links. Implemented responsive design using Tailwind CSS.
|
2025-10-30 15:26:23 -03:00 |
|
Ümit Tunç
|
08e07a9e63
|
Add Blog functionality: Created BlogController with index and show methods, added blog views, and integrated localization for meta tags. Updated routes to include blog paths.
|
2025-10-30 15:26:11 -03:00 |
|
Truncgil Technology
|
61dfb4125c
|
Merge pull request #10 from truncgil/template
Template
|
2025-10-30 21:25:18 +03:00 |
|
Ümit Tunç
|
1cd55f4a1d
|
Add new HTML templates and CSS styles: Introduced multiple HTML pages including demo templates, a README file, and a comprehensive Tailwind CSS stylesheet. Enhanced the overall design and structure of the web application.
|
2025-10-30 14:39:47 -03:00 |
|
Ümit Tunç
|
e3ed4438e0
|
Add new HTML pages and CSS styles: Introduced multiple HTML templates including 404, about, blog, and career pages, along with a new Tailwind CSS stylesheet for styling. Enhanced the overall structure and design of the web application.
|
2025-10-30 14:39:14 -03:00 |
|
Ümit Tunç
|
139afa8105
|
add html pages
|
2025-10-30 14:39:12 -03:00 |
|
Ümit Tunç
|
f8e63a7720
|
add assets
|
2025-10-30 14:39:00 -03:00 |
|
Ümit Tunç
|
22a955a79e
|
Update SettingsTable to conditionally display group column: Re-enabled the group column with visibility control based on the active tab, while maintaining localization support for the column labels.
|
2025-10-29 17:51:14 -03:00 |
|
Ümit Tunç
|
a30f3ce86a
|
Remove unused getTabsContentComponent method from ListSettings page: Streamlined the code by eliminating the method that managed tab content dynamically, as it was no longer necessary for the current implementation.
|
2025-10-29 17:34:02 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 17:28:39 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 17:12:06 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 17:10:05 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 17:06:12 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 17:02:43 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 16:58:05 -03:00 |
|
Truncgil Technology
|
c642dd7285
|
Merge pull request #9 from truncgil/settings-added
Enhance settings management: Added support for new form types includi…
|
2025-10-29 21:50:21 +03:00 |
|
Ümit Tunç
|
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.
|
2025-10-29 15:47:48 -03:00 |
|
Truncgil Technology
|
36e54107e4
|
Merge pull request #8 from truncgil/dashboard
Add dashboard and widgets: Implemented a new Dashboard page with vari…
|
2025-10-24 22:16:54 +03:00 |
|
Ümit Tunç
|
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.
|
2025-10-24 16:16:27 -03:00 |
|
Truncgil Technology
|
64a662d22a
|
Merge pull request #7 from truncgil/settings
Settings
|
2025-10-24 22:04:09 +03:00 |
|
Ümit Tunç
|
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.
|
2025-10-23 15:31:26 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-23 15:27:58 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-23 15:21:19 -03:00 |
|
Truncgil Technology
|
8b3f7b7ad8
|
Merge pull request #6 from truncgil/settings
Settings
|
2025-10-20 21:27:50 +03:00 |
|
Ümit Tunç
|
1bb06c7bd4
|
Update navigation group label in SettingResource from 'Sistem' to 'System' for consistency in English localization.
|
2025-10-20 15:26:04 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-20 15:24:30 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-20 15:19:34 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-20 15:04:30 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-20 14:59:15 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-20 14:59:00 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-03 13:45:33 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-03 13:45:33 -03:00 |
|
Ümit Tunç
|
fa136f4948
|
Remove unnecessary blank lines in PageController, footer, and navigation Blade templates for cleaner code structure.
|
2025-10-03 13:01:37 -03:00 |
|
Truncgil Technology
|
e90912f0aa
|
Merge pull request #3 from truncgil/translatable
Translatable
|
2025-10-01 11:08:11 +03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 05:07:18 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 05:07:18 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 05:07:18 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 05:07:18 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 05:07:18 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 04:43:27 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 04:15:21 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 04:15:03 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 04:14:46 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 04:14:32 -03:00 |
|
Ümit Tunç
|
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.
|
2025-10-01 02:21:31 -03:00 |
|
Ümit Tunç
|
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.
|
2025-09-30 01:02:14 -03:00 |
|
Truncgil Technology
|
f6b355bb9e
|
Merge pull request #2 from truncgil/user-management-system
Add user management functionality: Implemented UserActions for editin…
|
2025-09-30 06:51:18 +03:00 |
|
Ümit Tunç
|
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.
|
2025-09-30 00:50:43 -03:00 |
|