All notable changes to this project will be documented in this file.
/login
page with a more professional and engaging two-column layout. It now features a benefits list on one side and a clean sign-in form on the other, improving the user onboarding experience.changelog.html
page.public/changelog.html
page to improve navigation and brand consistency.useSearchParams
hook running on the client before the server-side render was complete. The fix involved wrapping the client-dependent component (LoginContent
) in a React <Suspense>
boundary, which is the standard Next.js best practice for this scenario.next/font
and Tailwind CSS, the problem was definitively solved by switching to a direct CDN link for the font in app/layout.tsx
and applying a forceful CSS override in app/globals.css
. This ensures the font is loaded reliably and bypasses any configuration conflicts.