Add a TanStack DB trophy to the landingpage - #9040
Merged
Merged
Conversation
Adds a partner trophy for the official @tanstack/rxdb-db-collection integration, in the same style as the Supabase and MongoDB trophies. It fills the previously empty trophy slot between the core concept section and the last block. PartnerTrophy now takes an optional `slug` (used for the css class and the tracking event, so multi word titles like "TanStack DB" do not produce two css classes) and an optional `subTitle`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R72yVfibWQ3Hm6mcnD5rA9
The trophy now reads "Officially integrates with / TanStack DB". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R72yVfibWQ3Hm6mcnD5rA9
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R72yVfibWQ3Hm6mcnD5rA9
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R72yVfibWQ3Hm6mcnD5rA9
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.
This PR contains:
Describe the problem you have without this PR
The landingpage shows trophies for GitHub, MongoDB, Discord, Twitter and Supabase, but nothing for the official TanStack DB integration, even though the
@tanstack/rxdb-db-collectionpackage and the whole TanStack DB article cluster already exist.This PR adds a TanStack DB trophy in the same style as the Supabase one:
docs-src/static/files/icons/tanstack.svg(TanStack brand mark).PartnerTrophyon the landingpage, linking torxdb-collection-for-tanstack-db.html. It reads "Integrates with / TanStack DB".PartnerTrophynow takes an optionalslugand an optionalsubTitle. Theslugis used for the css class and the tracking event, so a multi word title like "TanStack DB" does not produce two css classes..trophy.tanstackstyling incustom.css, using#eeebd4for the text and the hover glow.The trophy fills the previously empty trophy slot between the core concept section and the last block. That block already had
trophy-beforepadding reserved, so no layout spacing had to change.Todos
Neither a testcase nor a fix, so no changelog entry per the repo rules.
🤖 Generated with Claude Code
https://claude.ai/code/session_01R72yVfibWQ3Hm6mcnD5rA9