trypost/app/Http
Paulo Castellano d97822c7e8 refactor: drop RenderedSlide DTO and content_language null fallbacks
- TemplateImageGenerator->render() now returns a typed array shape
  {path: string, source_meta: array} instead of a one-off RenderedSlide
  DTO. Single internal callsite, no need for a dedicated class.
- Drop the `?? 'en'` fallback on $workspace->content_language in 6
  callsites: the column has a NOT NULL default of 'en' at the DB level,
  so the null coalesce was dead code.
- WorkspaceFactory now seeds content_language, brand_tone, brand_font
  and image_style explicitly so make() (no DB persist) produces a
  complete model — DB defaults aren't applied until create().
2026-05-08 19:32:51 -03:00
..
Controllers refactor: drop RenderedSlide DTO and content_language null fallbacks 2026-05-08 19:32:51 -03:00
Middleware fix: yearly billing interval display in UpgradeDialog and Billing page 2026-05-07 11:35:28 -03:00
Requests feat: AI image generation pipeline and post creation overhaul 2026-05-08 13:38:30 -03:00
Resources feat: GTM dataLayer context + checkout/purchase events 2026-05-06 10:14:17 -03:00