Skip to content

feat(viewer): profile hero, orgs, mock shell auth, Assets callout#64

Merged
Undline merged 2 commits into
mainfrom
dev
Apr 20, 2026
Merged

feat(viewer): profile hero, orgs, mock shell auth, Assets callout#64
Undline merged 2 commits into
mainfrom
dev

Conversation

@Undline
Copy link
Copy Markdown
Contributor

@Undline Undline commented Apr 20, 2026

  • Public profile: hero layout (name above, photo beside bio), wider column, dev sample bio on Add bio

  • Mock identity: localStorage handle/avatar/bio, shell signed-in gate, wallet vs SSO kind

  • Organizations route; registration mock replaced; sign-in required screens

  • Wallet sessions: Modulr.Assets asset protection CTA (assets.modulr.cloud)

  • Theme/settings tweaks for shell panels

- Public profile: hero layout (name above, photo beside bio), wider column, dev sample bio on Add bio

- Mock identity: localStorage handle/avatar/bio, shell signed-in gate, wallet vs SSO kind

- Organizations route; registration mock replaced; sign-in required screens

- Wallet sessions: Modulr.Assets asset protection CTA (assets.modulr.cloud)

- Theme/settings tweaks for shell panels

Made-with: Cursor
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.

Once credits are available, push a new commit or reopen this pull request to trigger a review.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ab04ce4999

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<p className="modulr-text-muted mt-4 text-sm leading-relaxed">{description}</p>
<div className="mt-8 flex flex-col gap-3 sm:flex-row sm:flex-wrap">
<Link
to="/#shell-sign-in"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use real hash scrolling for sign-in deep links

Link to="/#shell-sign-in" relies on native anchor behavior, but these links are handled by React Router navigation and this repo has no location.hash scroll handler, so users coming from locked screens can be routed to / without being moved to the sign-in panel. In practice, the “Go to sign-in” CTA may land at the top of the home page instead of the #shell-sign-in section, adding friction to the primary recovery path.

Useful? React with 👍 / 👎.

- WelcomeHome: scroll #shell-sign-in into view after React Router navigation (rAF + smooth scroll)

- Shared routeToShellSignInSection for Link targets (header, sign-in gate, home CTA)

- CI: retry npm ci up to 3 times with backoff to mitigate ECONNRESET from registry

Made-with: Cursor
@Undline Undline merged commit 51ab21a into main Apr 20, 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