idp landing: link to solidproject.org/apps next to pilot (#364)#367
Merged
Conversation
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.
There was a problem hiding this comment.
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/idplanding 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.
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.
Closes #364.
Summary
src/idp/views.js. No layout regression — same<div class="signin-note">, sametarget="_blank" rel="noopener"pattern.${singleUser ? ... : ...}switch).Test plan
npm testpasses/idpon a multi-user dev server: link renders, opens https://solidproject.org/apps in a new tab/idpon a single-user server: same result, no layout shift