design(web): share page in the home page look - #144
Merged
Merged
Conversation
The share page is where a visitor lands after the build and where a website preview is bought, but it was a small heading, grey text and buttons of three different heights. - Tinted head band like /prototype, the content card overlaps it. - Waiting, building, revising, failed and expired are one status card with an icon; a build shows a gradient bar and steps with done, now and to-come dots. A failed or expired preview offers "build another" as a button instead of a bare link. - A ready preview: a toolbar card with the hint and equal buttons (buy as the primary one), the preview in a framed card with a shadow. - Campaign parts are pill tabs; the free change is a card with the same inputs and button as the prototype form. Only markup and CSS changed; polling, tracking and the sandboxed iframe are as before. 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.
The prototype share page (
/p/[id]) now follows the home page and /prototype design.Markup and CSS only; polling, tracking and the sandboxed iframe are unchanged.
Checked locally against the production API (GET only): ready, failed, building (mocked) at 1440 and 375, no sideways overflow. tsc and eslint pass.