whisper-money/resources/js/components/landing
Víctor Falcón c53c40cf0b
feat(landing): add go now button to redirect modal (#506)
## Summary

On the landing page, logged-in users see a modal with a three-second
progress bar that redirects them to the dashboard. This adds a primary
**Go now** button so users can skip the wait.

- Move **Cancel** button to the left, add primary **Go now** button on
the right (`sm:justify-between`)
- `Go now` calls `router.visit(dashboard())` immediately
- Added `Go now` Spanish translation (CI enforces `es.json`)

## Testing

- Added test: redirects immediately when clicking go now
- All 4 dialog tests pass
2026-06-08 09:51:35 +02:00
..
authenticated-redirect-dialog.test.tsx feat(landing): add go now button to redirect modal (#506) 2026-06-08 09:51:35 +02:00
authenticated-redirect-dialog.tsx feat(landing): add go now button to redirect modal (#506) 2026-06-08 09:51:35 +02:00
install-app-button.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00