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
/
lib
/
at
main
1 file
Russ T. Fugal
Add FeaturedSidebar and FeaturedPostCard components
2mo ago
112ffb7b
utils.ts
Add FeaturedSidebar and FeaturedPostCard components Introduces composable primitives for related-post sidebars (item 1 of PLAN-COMPOSABLE-LAYOUT.md). FeaturedPostCard is a sync card primitive; FeaturedSidebar is an async server component that calls getFeaturedPosts and renders cards through it. Adds a submodule-local cn helper at src/lib/utils.ts and promotes clsx and tailwind-merge to root dependencies — previously the submodule was silently leeching them via the example workspace. Existing @/lib/utils consumers (post-list, category-filter) are left untouched. Tests await the async component and walk the returned React element tree (vitest env stays node, no RTL added).
2 months ago