trypost/app/Http/Requests/App/Ai
Paulo Castellano 2c2ab69e68 Merge main + finalize AI brand-colors toggle
Resolves the AiPostWizard conflict and completes the feature:
- i18n parity: brand_colors_label + brand_colors_description in all 15 locales
  (was en/es/pt-BR only, which broke LocalizationParityTest).
- Reworked the two-button toggle into a Switch with an explanatory description
  (matches the settings Switch/card pattern).
- Only shown for templates that honor the flag: added appliesBrandVisuals() to
  the AiContentTemplate contract (ImageCard=true, tweet cards=false), exposed as
  applies_brand_visuals in the create-page DTO, and gated the toggle on it — so
  it no longer appears (as a no-op) for tweet-card styles.
- Tests: TemplateContractTest covers appliesBrandVisuals for all templates.
2026-07-18 15:12:26 -03:00
..
GeneratePostContentRequest.php fix(ai-create): sync the prompt limit across front and back 2026-07-17 11:03:41 -03:00
RegeneratePostMediaImageRequest.php feat: regenerate AI post images with brand palette in editor 2026-05-21 16:27:55 -03:00
ReviewPostContentRequest.php feat: replace legacy AI assistant with modular post content generation, review, and template management system 2026-05-03 09:36:50 -03:00
StartPostCreationRequest.php Merge main + finalize AI brand-colors toggle 2026-07-18 15:12:26 -03:00