design(web): checkout and thank-you page in the home page look - #148
Merged
Merged
Conversation
Checkout was four plain boxes with a hand-styled e-mail field, and the empty state and the thank-you page were a heading and one line. - Checkout gets the head band; the four steps are cards (the first one lifted), the choices are the wizard's accent tiles, the e-mail field is the prototype form's input, and the order summary shows the total large. Consent and terms checkboxes sit beside their text again: a global `.field > label` rule had turned them into blocks. - No quote found is a status card with a button to the wizard. - The thank-you page is a green status card with the next step. Styles come from create.css and share.css; the payment logic, the never-pre-ticked waiver and the terms check are unchanged. Project: Appwerk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/checkout: head band, step cards, accent choice tiles, styled e-mail input, large total; checkbox labels fixed (a global.field > labelrule made them blocks)./success: green status card with the next step.Reuses create.css and share.css. Payment logic, waiver and terms unchanged.
Checked at 1440 and 375 with a mocked quote in the browser (no quote created), plus the empty state and /success. tsc and eslint pass.