Buy CVM link, Hello World walkthrough, theme-aware Paisley logo#9
Open
zkr99 wants to merge 3 commits into
Open
Buy CVM link, Hello World walkthrough, theme-aware Paisley logo#9zkr99 wants to merge 3 commits into
zkr99 wants to merge 3 commits into
Conversation
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.
Summary
Three changes from user feedback on the live site.
Buy CVM buttons now link to paisley.io
The two "Buy CVM" buttons on
/coinwere disabled<span>elements with a "coming soon" tooltip. Both now link tohttps://www.paisley.io/buy-convex.Hello World walkthrough on the developers page
The Getting Started section on
/developersnow opens with a four-step Hello World sequence: open the sandbox, run a query, write to global state, read it back. Each step uses the samedev-resource-cardcomponent as the resource links below it. The steps sit in a 2x2 grid with numbered labels. A "HELLO WORLD" / "RESOURCES" subsection heading separates the two groups.Theme-aware Paisley logo on the ecosystem page
The Paisley card on
/ecosystemshowed a coloured logo that was hard to read on the dark background. A white variant (PAISLEY_logo_white.png) now displays in dark mode. The original coloured logo remains for light mode. This is driven by an optionalimageDarkfield onEcosystemItem, so other projects are unaffected.Changed files
src/app/coin/page.tsx— Buy CVM linkssrc/app/(developers)/developers/page.tsx— Hello World stepssrc/app/globals.css— step number style, hello steps grid, subsection title, theme-aware image togglesrc/app/(community)/ecosystem/page.tsx— dual image renderingsrc/data/ecosystem-items.ts—imageDarkfield and Paisley entrypublic/images/PAISLEY_logo_white.png— white Paisley logo assetVerification