d56b2eded5
* Initial commit and WIP new login page * added wrapper to fix layout * Improved the layout and style of the page * Added a new extra-large button style (and added it to storybook) * Moved the cusom onboarding style tooltip to the Tooltip component * Populated the bento grid with items * Imrpoved the quote styling * Tooltip doesn’t stay if you mouse over it * Added more content including a list of quote that cycle on page load * New quote mark positioning * Added the rest of the content to the tooltips * Made the bento grid responsive * Moved the login page layout to a seaparte component * Login pages now use the new layout component * Extra large button style tweak * Match the large input style with the large button style * Cleaned up imports and made the Ts & Cs text the same for magic links * Layout fix * Quotes don’t push content off the screen as much * Added openai integration to the grid * Make the quote fit if the screen height is narrower * Style update to the magic link sent state * Icon colour updates * fixed text centering on mobile * Icons are more responsive * removed unnecessary w-fulls * Added 2 onboarding questions * Revalidate form on submit, not input * Typo fixes * Name field focuses by default * Added conform to the employees question * Update pnpm lock file * Implement referral source and company size on managed cloud * Fixed some type errors --------- Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
Trigger webapp - powered by Remix
To start, run with pnpm run dev --filter webapp
Build the docker image locally:
pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh