trypost/resources/js
Paulo Castellano bb6d0a2678 fix: Stripe webhook setup completion, notifications routing, billing UI
- Fix StripeEventListener: mark setup as Completed when subscription.created webhook fires
- Fix notifications routes: move outside subscribed middleware (non-critical feature)
- Fix NotificationBell: guard response.ok before parsing JSON
- Fix StripeEventListener: use data_get() for payload access
- Rewrite billing page to use SettingsLayout with download buttons on invoices
- Remove duplicate Unit/Listeners/StripeEventListenerTest (consolidated into Feature)
- Add comprehensive Stripe webhook tests (14 scenarios: happy path, setup transitions, edge cases, error handling)
- Update billing i18n: remove "no credit card" text, add status key
- Move auth layout logo to top-left corner
- Redesign onboarding Role page with compact list layout
- Add persona i18n translations (EN, PT-BR, ES)
- Update README with API, MCP, tech stack, quick start
2026-03-31 13:52:36 -03:00
..
components fix: Stripe webhook setup completion, notifications routing, billing UI 2026-03-31 13:52:36 -03:00
composables fix: resolve ESLint errors and cleanup unused code 2026-03-31 10:26:44 -03:00
layouts fix: Stripe webhook setup completion, notifications routing, billing UI 2026-03-31 13:52:36 -03:00
lib refactor: auth split layout, subscribe redesign, onboarding, i18n, cookie locale 2026-03-30 11:53:42 -03:00
pages fix: Stripe webhook setup completion, notifications routing, billing UI 2026-03-31 13:52:36 -03:00
types fix: resolve ESLint errors and cleanup unused code 2026-03-31 10:26:44 -03:00
utils chore: Update and add various project dependencies. 2026-01-18 16:46:27 -03:00
app.ts fix: resolve all TypeScript errors 2026-03-31 09:34:39 -03:00
date.ts feat: improvements on invites 2026-01-20 16:53:54 -03:00
dayjs.ts refactor: auth split layout, subscribe redesign, onboarding, i18n, cookie locale 2026-03-30 11:53:42 -03:00
debounce.ts fix: resolve all TypeScript errors 2026-03-31 09:34:39 -03:00
posthog.ts chore: posthog, ui, features and more 2026-03-30 21:18:07 -03:00
ssr.ts chore: first commit 2026-01-14 22:13:44 -03:00