# Frontend Issues Found During Production-Readiness Review ## Fixed During This Pass - Landing pricing showed outdated EUR tiers and a 14-day trial. The product copy now uses CZK-first pricing with USD equivalents and a 30-day trial. - SMS reminder copy appeared in features, testimonials, and pricing. The main customer-facing copy now says email reminders instead. - Czech `home.step2.desc` was missing and leaked the translation key on the landing page. - Footer year was stale. ## Fixed This Session - The dashboard unauthenticated state replaced with a dedicated conversion screen (headline, benefit cards, Sign In / Demo CTAs, register link). - The pricing highlight label now uses the `home.pricing.popular` i18n key in both `home-route.tsx` and `pricing-route.tsx`. - The mobile booking page now smooth-scrolls to the contact form and highlights it when a user taps a slot without filling required details, breaking the validation loop. - The IntegrationModal widget snippets now derive the base URL from `publicBookingUrl` instead of hardcoding `bookra.eu`, fixing local dev and custom domain scenarios. - Email settings section now has a working **Save Email Settings** button with loading state, wired to `PUT /v1/tenants/email-settings`. ## Fixed This Session (continued) - **Accessibility**: Added `aria-label` attributes to all icon-only buttons in the dashboard (calendar nav, notifications, modal close buttons, mobile menu). - **Widget-builder UX**: Replaced `console.error` on copy failure with a user-visible error banner. - **Booking-manage route**: Contact email now uses `businessEmail` from booking data instead of hardcoded `support@bookra.eu`. - **Loading states**: Added spinners and disabled states to booking create/update buttons and brand save button. - **i18n cleanup**: Added 30+ new `dashboard.*` keys to the i18n dictionary and replaced ~20 inline ternary expressions with `i18n.t()` calls across nav items, page titles, status labels, and action buttons. ## Still Needs Frontend Polish - Many dashboard inline i18n ternaries remain (~280). Systematic extraction to `i18n.t()` keys is an ongoing task. - Registration cannot be fully customer-tested locally until Neon Auth environment variables are configured.