Add feed page like reference site #159
No reviewers
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!159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-baf7f357-feed-page"
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?
Summary
/feedpage modeled on theerikcraddock.mefeed page./feed.xmlunchanged./feed.Verification
npm run build --workspace @slugkit/template-sitenpm test --workspace @slugkit/template-site./scripts/pre-pr.sh/feedPR Review: Approved
Summary
The PR adds a public
/feedpage modeled on theerikcraddock.mefeed page: two-column layout, profile/sidebar cards, main feed panel, empty state, mixed post rendering, and pagination. The existing RSS endpoint remains at/feed.xml.Acceptance criteria
GET /feedrenders a public web feed page — implemented and browser-smoke tested.data-feed-post-typeand type badges; covered by tests.GET /feed.xmlstill returns the RSS feed — existing RSS test remains passing and route is unchanged.Blocking issues
None.
Warnings
None.
Verification
npm run build --workspace @slugkit/template-sitenpm test --workspace @slugkit/template-site./scripts/pre-pr.sh/feedVerdict
Approved. Stop at the human merge gate.
PR Review Worker Result
PR Review Update: Approved
Follow-up visual changes were applied after review:
/contacts/:id.imageUrl.Verification
npm run build --workspace @slugkit/template-sitenpm test --workspace @slugkit/template-site -- src/routes/__tests__/public.test.ts./scripts/pre-pr.sh/feedVerdict
Approved. Stop at the human merge gate.