Commit Graph
22 Commits
Author SHA1 Message Date
kor-elf b8efe490a7 Add breadcrumbs to admin projects views
- Implement breadcrumbs for index, create, edit, and show views.
2026-07-25 01:20:54 +05:00
kor-elf e11815b795 Add breadcrumbs to admin users views
- Implement breadcrumbs for index, create, and edit views.
2026-07-25 01:20:08 +05:00
kor-elf 4a4d6d3bdf Add breadcrumbs for admin roles views
- Implement breadcrumbs in roles index, create, and edit views.
- Update admin breadcrumbs configuration with roles-specific paths.
2026-07-24 00:02:19 +05:00
kor-elf ba9be40c78 Add profile and settings links to mobile navigation menu 2026-07-23 23:36:14 +05:00
kor-elf 820450c48c Add optional category selection when creating documentation
- Update `DocumentationService::create` to support an optional `categoryId` parameter.
- Introduce `CreateRequest` for input validation.
- Adjust controller logic to handle `categoryId`.
- Restructure create/edit views under the `documentation-versions` directory.
2026-07-22 01:05:15 +05:00
kor-elf 3a7c747ac4 Add support for parent categories in documentation management
- Update `DocumentationCategoryService::create` to accept an optional `parentId` parameter.
- Introduce `CreateRequest` for validating parent category input.
- Adjust controller actions to handle parent category information.
- Restructure templates under `documentation-versions` for better organization.
2026-07-22 01:04:41 +05:00
kor-elf 02bcac7889 Move documentation templates under version-specific directories
- Relocate `documentations` views to the `documentation-versions` directory.
- Update includes and routes across affected templates to align with the new directory structure.
- Apply minor styling tweaks for improved spacing consistency.
2026-07-22 01:04:01 +05:00
kor-elf 6831592661 Move documentation category templates under version-specific directories
- Update paths to reflect the inclusion of documentation versions: `documentation-categories` views were moved into the `documentation-versions` directory.
- Adjusted includes and routes in affected templates to align with new structure.
- Minor styling updates (e.g., margins) for better spacing consistency.
2026-07-22 01:03:25 +05:00
kor-elf d3a84bad04 Add category-specific documentation view and management
- Introduce routes and controller actions for displaying and managing documentation by category.
- Adjust views to incorporate category-specific information and actions.
- Update services to handle category retrieval and validation.
- Add localized strings for new functionality in English and Russian.
2026-07-22 01:01:53 +05:00
kor-elf 41a7343338 Added the ability to automatically translate simple text. 2025-02-13 22:43:39 +05:00
kor-elf 844264fb62 Added automatic translation about the project. 2025-02-09 21:39:18 +05:00
kor-elf 4dc6060fb3 Added support for automatic translation of documentation categories. 2025-02-09 20:00:34 +05:00
kor-elf 58a256e1e4 Added the ability to automatically translate documentation content. 2025-02-09 18:58:51 +05:00
kor-elf 25faa3d62b Added settings for translation into other languages ​​in the project. 2025-02-09 18:53:08 +05:00
kor-elf b33362a235 Added the ability to upload pictures in the editor. 2024-07-26 22:04:39 +05:00
kor-elf 45504791c0 A documentation section has been added to the admin panel. 2024-05-17 21:05:13 +05:00
kor-elf 35c2368ae2 In the admin panel in the feedback section I added a date. 2024-05-03 00:01:39 +05:00
kor-elf 8c353a49b7 Added Feedback section. 2024-04-23 19:30:56 +05:00
kor-elf 491249c8d8 Added the ability to dynamically translate on the project website. 2024-04-22 23:52:04 +05:00
kor-elf 63ea5dac92 Added the ability to add links to the project. 2024-04-15 22:53:34 +05:00
kor-elf 2769585de0 Added the ability to add project information. 2024-04-14 15:27:51 +05:00
kor-elf b7d0a2453e Moved from "app/src" to "app/application".
Otherwise phpstorm doesn't understand the paths correctly. He thinks that this is not a complete application, but a package. And when creating a class, the namespace indicates “app” with a small letter, but should be “App”.
2024-04-11 19:52:37 +05:00