alpha
Login
or
Join now
russ.fugl.dev
/
sks-website
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.
build smart knowledge-sharing systems that combine the best of human expertise with smart technology
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
sks-website
/
src
/
app
/
blog
/
at
main
1 folder
2 files
Russ T. Fugal
fix(blog): wrap BlogList in Suspense for useSearchParams
2mo ago
76a9975d
[slug]
style: format blog migration code for readability Break long lines in component props and function signatures to improve readability and consistency with project formatting standards. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2 months ago
blog-list.tsx
feat: add client-side blog list provider wrapper Create client component that wraps submodule's NextBlogProvider and exposes filtering/pagination via useBlog hook. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2 months ago
page.tsx
fix(blog): wrap BlogList in Suspense for useSearchParams NextBlogProvider reads URL search params for filter/sort/page state, which requires a Suspense boundary during static generation in Next 15+. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2 months ago