Verification to dashboard - #6516
Open
RobertJoonas wants to merge 38 commits into
Open
Conversation
apata
reviewed
Jul 22, 2026
RobertJoonas
marked this pull request as draft
July 23, 2026 11:32
RobertJoonas
force-pushed
the
verification-to-dashboard
branch
from
July 27, 2026 06:52
01949f3 to
511af2c
Compare
* Refine verification banner UI and copy - Simplify failure CTAs: keep "Check again" as primary, add ghost "Review installation" (or "Try another URL" when a custom URL retry is offered); remove installation-guide, change-method, and view-snippet expandable logic - Render inline "verify your installation manually" / "review your installation" links inside recommendation text (offer_custom_url_input scenarios) via safe HTML helpers, avoiding HEEx whitespace pitfalls - Tighten diagnostics title and body copy - Move the "Setup pending" pill in the sites list to replace the percentage indicator; use the generic pill component - Extend the notice component with title_class override and a spinner slot; swap success icon to solid check-circle * improve templating logic --------- Co-authored-by: Robert Joonas <robertjoonas16@gmail.com>
...and return the whole site struct. StatsController.stats action needs the whole site returned to known the "just updated" onboarding status when rendering the dashboard stats.html.
RobertJoonas
force-pushed
the
verification-to-dashboard
branch
from
July 29, 2026 11:03
45547c4 to
3fd5593
Compare
RobertJoonas
marked this pull request as ready for review
July 29, 2026 12:32
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.
Changes
Move verification (all flows:
provisioning,review, anddomain_change) to the dashboard (between the top bar and sources/pages reports). It will remain a LiveView, but will be teleported into the stats-react-container with the help of<.portal>. Various UI changes in this PR to make the UI feel more "banner-like".In addition to verification, we'll also move the email reports CTA from
stats.html.heexto React. The reason for that is positioning -- otherwise impossible to render it between top bar and stats reports.New db field and onboarding logic
This PR also includes a migration, adding a new
site.onboarding_statusfield which makes all of this possible. There are currently four different statuses possible::new_sitesite-switcher.js) should append?verify_installation=true&flow=provisioningto the URL to initiate a verification banner upon entering the dashboard.:verification_completedprovisioning/review/domain_change):first_pageviewsite.stats_start_dateis set for the very first time):verification_completed, we won't automatically trigger verification anymore:completedonboarding_statusfield -- running the migration will set the new field value to:completedfor every existing site./:domain/settings/email-reportslink) the email reports CTA banner.Migration
Tests
Changelog
Documentation
Dark mode