Update sources page like reference site #150
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Model the Slugkit public sources page after the sources page in
~/Private/code/github/evcraddock/erikcraddock.me/.Requirements
erikcraddock.mesources route as the reference, especiallysrc/routes/pages.tsx./sourcesroute to follow the referenced sources page structure and visual treatment./sources/:idand adapt it only if needed for consistency.Acceptance criteria
GET /sourcesrenders a public sources page modeled after the reference site.GET /sources/:idstill works for source details./,/posts/:slug,/feed,/articles, and/tagsstill work.Dependencies
Synced from todu comment by @todu on 2026-06-20T02:40:00.221Z
Update
feat/task-a17eea31-sources-reference-page./sourcesafter the reference Recommended Sites page, preserve/sources/:id, update tests, and keep existing public routes working.Synced from todu comment by @todu on 2026-06-20T02:49:00.021Z
Closing summary
All acceptance criteria are met.
GET /sourcesnow renders a reference-style Recommended Sites page with search, live result updates, result counts, no-result states, and responsive source cards.GET /sources/:idstill works and now uses a consistent reference-style detail layout.npm run build,./scripts/pre-pr.sh, browser smoke testing for/sourcesand/sources/:id, and Forgejo Actions run #217.PR #158 was merged into
mainafter explicit human approval.Synced from todu comment by @todu on 2026-06-20T02:45:20.023Z
Review update
npm run build,./scripts/pre-pr.sh, Forgejo Actions run #217, and browser smoke testing for/sourcesand/sources/:id.