feat: blog page og image#625
Closed
kane50613 wants to merge 1469 commits into
Closed
Conversation
TanStack#495) Co-authored-by: Sean Cassiere <33615041+SeanCassiere@users.noreply.github.com>
Add JSDoc comments to utility functions Co-authored-by: Cursor Agent <cursoragent@cursor.com>
* upgrade to @convex-dev/auth@0.8 * upgrade to @convex-dev/auth@0.9 * inline reactStartHandler
* community resource page * fix some things
* Add section on directives' limitations and API alternatives Co-authored-by: tannerlinsley <tannerlinsley@gmail.com> * Refactor blog post to remove unnecessary sections Co-authored-by: tannerlinsley <tannerlinsley@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
fix for community resource page
Removed 'use streaming' and 'use edge' directives from the document.
…status bar w/ theme (TanStack#527) feat: prevent overscroll bounce on all browsers and sync mobile status bar with theme - Add overscroll-behavior: none to prevent bounce effect across all browsers - Implement dynamic theme-color meta tag that syncs with site theme toggle - Add THEME_COLORS constant to utils for consistent color references - Update ThemeProvider to set status bar color on theme change Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
…ention of page (TanStack#528) Previous changes to prevent overscroll bounce behavior accidentally removed pull-to-refresh functionality on mobile browsers. This fixes both issues by making the navbar properly fixed and ensuring the background color is correctly applied to the page.
…ack#516) * fix: showing NaN for Npm Downloads in the tanstack/config page Handle non-finite values for npm download count. * style: run prettier --------- Co-authored-by: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com>
* fix: handle empty frameworks in getStats function Updated the getStats function to return a default package format when no frameworks are provided in the library argument. This ensures compatibility for libraries like @tanstack/config. * chore: remove comment
…TanStack#515) fix: updated copy markdown component to toast notification
refactor: update layout and responsiveness of DBVersionIndex component Modified the DBVersionIndex component to enhance layout responsiveness by adjusting max-width properties and grid structure for better display on various screen sizes.
Simplify the navigation by showing just the library name (Query, Router, Form, etc.) instead of the full "TanStack Query" format. The TanStack brand is already prominent in the logo, so the prefix is redundant. Co-authored-by: Claude <noreply@anthropic.com>
* fix: clean up codeblock styles and improve tab layout * fix: enhance tab styles for improved visibility and layout * fix: improve heading collection logic within tab components * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1a95fdb to
c995518
Compare
4 tasks
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.

Since Tanner expressed interest in Takumi, I've taken some free time to work on a proposal for generating blog og images with Takumi.
If this PR is acceptable, docs site og can be implemented incrementally.