Skip to content

feat(heroes): credential cards, wallet phone, certified Proof-of-Trust, theme fix - #47

Merged
mjfelis merged 11 commits into
mainfrom
feat/hero-visuals
Sep 12, 2026
Merged

mjfelis merged 11 commits into
mainfrom
feat/hero-visuals

Conversation

@mjfelis

@mjfelis mjfelis commented Sep 12, 2026

Copy link
Copy Markdown
Member

Why this PR exists

PRs #42, #43 and #44 were chained on feat/spanish and merged into their base branches, not into main (GitHub only retargets a PR when its base branch is deleted, and feat/spanish was kept). The theme fix pushed to feat/spanish after #41 merged was left behind the same way. This branch starts from main (after the 1.7.0 release and the honeypot fix #45) and merges that chain in, so nothing is rewritten and the nine commits keep their history:

  • fix(nav): keep the chosen theme when switching language
  • feat(home): show three example credentials as wallet cards in the hero (+ wording fix)
  • feat(trust): wallet phone in the Verifiable Credentials hero, design A at rest (+ sizing, ring removed, 10 percent larger)
  • feat(certification): Proof-of-Trust of a certified integrator in the hero

Verified on the merged result

No conflicts. Type-check, unit tests, en/es key parity, full build. Standalone server: /, /trust, /certification, their /es versions and /contact answer 200; the three hero components render and the honeypot fix from #45 (hp_check, elapsed_ms) is intact.

After merging, the branches feat/spanish, feat/hero-credential-cards, feat/trust-phone and feat/certification-proof can be deleted.

The server no longer renders data-theme="dark" on <html>: a client-side
navigation between locales re-rendered the attribute without re-running the
pre-paint theme script, so a light theme flipped to dark. The language switch
is now a full navigation, so the proxy records the NEXT_LOCALE cookie and
redirects to the canonical path instead of leaving /en/... in the address bar.
Replaces the Proof-of-Trust panel with a fan of three fictional verifiable
credentials drawn like the Verana Playground event tickets: a citizen
identity, a business registration and the Verana Certified Integrator
credential Mobiera issues. Line-art scenes in currentColor, brand gradients,
translated labels, a caption that says every name is fictional.
Design C: a phone running a fictional wallet at the moment of trust. A demo
bank asks to connect, the wallet shows its Proof-of-Trust checked against
the Verana registry and the credential it asks for, with Share and Decline;
a credential-received notification overlaps the top. Thin bezel, scaled to
85 percent, pure markup and CSS in the site's tokens, translated. The hero
becomes two columns like the home page.
Home screen with the three example credentials stacked as cards, recent
activity and a tab bar, replacing the connection-request screen.
…hero

Design C: what a customer's wallet shows when it meets a certified
integrator. The company's DID resolving, its organization and service
credentials, and the Verana Certified Integrator line highlighted, issued by
Mobiera and valid, with a chip for the directory generated from the Trust
Graph. Example data, labelled as such, translated. Reuses the Proof-of-Trust
panel styles; the hero becomes two columns like the other pages.
feat(certification): Proof-of-Trust of a certified integrator in the hero
PRs #42, #43 and #44 merged into their base branches instead of main.
@mjfelis
mjfelis merged commit b457c5e into main Sep 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant