alpha
Login
or
Join now
russ.fugl.dev
/
atproto-presskit
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
React blog kit backed by AT Protocol. Provides filtering UI, pagination, Bluesky comments/embeds, subscribe widget, and markdown rendering.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
atproto-presskit
/
src
/
context
/
at
main
2 files
Russ T. Fugal
fix(blog): preserve scroll position on category and sort toggles
2mo ago
c7a77bff
blog-context.tsx
fix(blog): preserve scroll position on category and sort toggles Widen `navigate` to accept `{ scroll?: boolean }` and pass `scroll: false` from `setCategories`/`toggleCategory`/`toggleSort`, so URL updates from filter chips no longer yank the viewport to the top. Pagination keeps the default scroll-to-top — readers want each new page from the top. NextBlogProvider forwards the option through to `router.push`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 months ago
image-context.tsx
Add image platform adapter context Introduces BlogImageProvider and useBlogImage hook to allow adapters (Next.js Image, custom CDN, etc.) to be plugged in at the provider level. Includes normalizeImageSrc utility.
2 months ago