trypost/tests/Feature
Paulo Castellano 2239d2480c feat: translate billing page and fix flash messages
- Move billing routes from /billing to /settings/billing
- Add billing translations (en/pt-br)
- Update billing/Index.vue to use $t() for all strings
- Fix all controllers using route('dashboard') to use route('calendar') or route('accounts')
- Replace ->with('error', ...) pattern with session()->flash('flash.banner', ...)
- Add self-hosted mode support for hasActiveSubscription() and workspace methods
- Add flash translations for account connection errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 12:01:53 -03:00
..
Auth feat: improvements on ui 2026-01-21 18:55:33 -03:00
Commands feat: adding tests.. 2026-01-18 21:49:13 -03:00
Controllers fix: tests and improvements on ui 2026-01-21 22:14:35 -03:00
Jobs refactor: use i18n for disconnected account error message 2026-01-26 10:54:29 -03:00
Listeners feat: adding tests.. 2026-01-18 21:49:13 -03:00
Middleware feat: adding tests.. 2026-01-18 21:49:13 -03:00
Services/Social fix: refresh tokens before verifying social connections and fix dark mode 2026-01-26 10:06:54 -03:00
Settings feat: improvements on deleting account. 2026-01-21 19:22:45 -03:00
Social feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
AcceptInviteControllerTest.php feat: improvements on ui and i18n 2026-01-21 21:33:31 -03:00
BillingControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
ExampleTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
MediaControllerTest.php fix: tests and improvements on ui 2026-01-21 22:14:35 -03:00
OnboardingControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
PostControllerTest.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
SocialControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
VerifyWorkspaceConnectionsTest.php feat: Implement social connection verification with a new command, job, and service, while removing unused language files and updating Cashier configuration. 2026-01-25 17:28:01 -03:00
WorkspaceControllerTest.php feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
WorkspaceHashtagControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00
WorkspaceInviteControllerTest.php feat: improvements on invites 2026-01-20 16:53:54 -03:00
WorkspaceLabelControllerTest.php feat: adding tests.. 2026-01-18 20:33:45 -03:00