Skip to content

idp landing: link to solidproject.org/apps next to pilot (#364)#367

Merged
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-364-solid-apps-link
May 7, 2026
Merged

idp landing: link to solidproject.org/apps next to pilot (#364)#367
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-364-solid-apps-link

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

Closes #364.

Summary

  • Adds "Or browse other Solid apps." next to the existing pilot recommendation in the IDP landing page.
  • One-line change in src/idp/views.js. No layout regression — same <div class="signin-note">, same target="_blank" rel="noopener" pattern.
  • Single-user and multi-user variants both pick up the change (the link sits after the shared ${singleUser ? ... : ...} switch).

Test plan

  • npm test passes
  • Visit /idp on a multi-user dev server: link renders, opens https://solidproject.org/apps in a new tab
  • Visit /idp on a single-user server: same result, no layout shift

The "Sign in from a Solid app" hint already calls out pilot as a quick
starter; add a parallel link to the directory at solidproject.org/apps so
users have somewhere to go after they've outgrown the example. One sentence
appended, same target/rel pattern, no layout change.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the IdP landing page copy to provide an additional discovery path for Solid clients by linking to the SolidProject apps directory alongside the existing Pilot recommendation.

Changes:

  • Adds an external link to https://solidproject.org/apps (“browse other Solid apps”) in the /idp landing page sign-in note.
  • Keeps the existing external-link pattern (target="_blank" rel="noopener") and applies the change to both single-user and multi-user variants via the shared template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@melvincarvalho
melvincarvalho merged commit c7f75f2 into gh-pages May 7, 2026
4 checks passed
@melvincarvalho
melvincarvalho deleted the issue-364-solid-apps-link branch May 7, 2026 21:37
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.

IDP landing: link to solidproject.org/apps alongside Pilot recommendation

2 participants