Commit Graph

6 Commits

Author SHA1 Message Date
Ü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ç 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ç 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
Ü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