feat(dev tools): move "Suggest a resource" CTA into catalog sidebar#18810
Open
phipsae wants to merge 2 commits into
Open
feat(dev tools): move "Suggest a resource" CTA into catalog sidebar#18810phipsae wants to merge 2 commits into
phipsae wants to merge 2 commits into
Conversation
The CTA lived at the very bottom of the page, below the full catalog, so it was effectively invisible. Move it into the category sidebar as a compact, full-width button that stays pinned while scrolling (desktop) and sits under the filters on mobile. The desktop column becomes a flex layout so the button is always visible while the category list scrolls in the remaining space. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
The suggest-resource block that was the second child is gone, so the vertical-spacing utility no longer applies to anything. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

Description
On
/developers/tools, the "Suggest a resource" CTA sat at the very bottom of the page, below the entire catalog, so with ~285 resources it was effectively never seen.This moves it into the category sidebar as a compact, full-width button:
The old bottom block also used a non-existent
bg-radial-aclass (rendered with no background); that block is removed. No new copy or translation keys, the existingpage-developers-tools-suggest-resource-buttonstring is reused. Both/developers/toolsand the category pages shareToolsPageBody, so both get the change.Screenshots
Desktop (button stays pinned while scrolling)
Mobile (under the filters)