Commit Graph

7 Commits

Author SHA1 Message Date
Ümit Tunç e232d25fc8 refactor: remove redundant inline styles and simplify Tailwind utility classes in language selector component 2026-05-20 08:40:23 +03:00
Ümit Tunç bc65bb10ef style: add mobile-specific styling to language selector dropdown for improved visibility 2026-05-20 06:28:02 +03:00
Ümit Tunç 3c5c4c5e2a style: update navbar responsive layout, language selector alignment, and body overflow handling 2026-05-20 06:25:01 +03:00
Ümit Tunç 0ca75829bb frontend style fix 2026-01-01 16:25:27 +03:00
Ümit Tunç f1b1f6e266 Add locale management middleware: Introduced SetLocale middleware to handle language settings based on user session and available languages. Updated app bootstrap to include the middleware, ensuring proper localization support throughout the application. Enhanced language selector component for improved user experience. 2025-11-04 15:40:53 -03:00
Ümit Tunç 8a99a36ee9 Enhance placeholder parsing functionality: Updated the TemplateService to support both dot and kebab-case formats for placeholders in HTML content. Improved regex patterns for parsing placeholders and custom blade components, ensuring better flexibility in template customization. 2025-11-04 15:38:15 -03:00
Ümit Tunç 45534be05e Add language switch functionality: Implemented a new route for switching languages, allowing users to change the application language dynamically. Introduced a language selector component in the navbar for improved user experience, ensuring proper localization support. Updated the switch_language helper function to streamline locale management. 2025-11-04 15:28:24 -03:00