trypost/resources/js
Paulo Castellano de4d5f3c68 Share a ContentLanguageOption type and close the review's test gaps
- Extract ContentLanguageOption into @/types and use it for availableContentLanguages
  across BrandForm, BrandTab, Brand, Create, and the LanguagePicker options, so the
  englishName field that drives search is visible to TypeScript instead of being
  dropped silently by the pass-through prop types.
- Add BrandAnalyzerTest: assert the language schema enum equals the full 15-language
  set (guards against it shrinking back to a hardcoded subset behind ::fake()) and
  that instructions() lists every code.
- Isolate the "LLM language wins" autofill test by declaring the page as `en` while
  the LLM returns `de`, so it actually proves mergeLlm precedence instead of both
  paths agreeing.
- Cover SetLocale's cookie side effect: the default locale cookie is set on an
  invalid/absent cookie and left untouched for a valid locale.
2026-07-03 19:28:28 -03:00
..
components Share a ContentLanguageOption type and close the review's test gaps 2026-07-03 19:28:28 -03:00
composables fix(pinterest,youtube): default video cover and gate empty YouTube posts 2026-06-25 19:59:51 -03:00
data feat: media gallery picker, custom emoji picker, preview tabs, real platform logos 2026-05-01 14:53:49 -03:00
layouts feat: per-workspace pricing, onboarding, and billing overhaul 2026-06-21 20:40:03 -03:00
lib refactor(media): centralize frontend media-type detection in lib/mediaType 2026-06-25 18:19:58 -03:00
pages Share a ContentLanguageOption type and close the review's test gaps 2026-07-03 19:28:28 -03:00
types Share a ContentLanguageOption type and close the review's test gaps 2026-07-03 19:28:28 -03:00
utils fix(assets): always chunk uploads in GalleryBrowser 2026-05-18 20:03:52 -03:00
app.ts Make the content-language field a searchable combobox and reload on UI-language switch 2026-07-03 18:17:38 -03:00
datalayer.ts feat: GTM dataLayer context + checkout/purchase events 2026-05-06 10:14:17 -03:00
date.ts fix(accounts,media): address PR review findings 2026-06-25 19:06:43 -03:00
dayjs.ts Add UI localization infrastructure and RTL support for 12 new locales 2026-07-03 15:38:40 -03:00
debounce.ts fix: resolve all TypeScript errors 2026-03-31 09:34:39 -03:00
echo.ts refactor(docker): align echo.ts with the shared sendkit config 2026-05-27 15:17:47 -03:00
posthog.ts fix: PostHog property keys, deletion idempotency and full enabled gate 2026-05-07 13:15:36 -03:00
ssr.ts chore: first commit 2026-01-14 22:13:44 -03:00