Update actor sidebar metadata #193
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!193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-5bc8415a-actor-sidebar-metadata"
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
Update public sidebar actor cards and navigation sections so actor metadata and sidebar links are consistent across feed-style public pages.
Task
Task: #task-5bc8415a
Changes
Testing
Verification:
npm exec --workspace @slugkit/template-site -- vitest run --config ../../vitest.config.ts src/routes/__tests__/public.test.ts./scripts/pre-pr.shnpm run build && npm run lint && npm testChecklist
./scripts/pre-pr.shpassesPR Review
Summary: Approved. The diff updates the shared public sidebar/profile card path, adds follower/following counts only when a configured actor exists, removes duplicated profile-card browse metadata/RSS cards, and adds dedicated Tags navigation. PR body includes local verification evidence (
vitestpublic route tests,./scripts/pre-pr.sh, andnpm run build && npm run lint && npm test). Forgejo Actions #266 is successful forbuild-lint-test.Acceptance criteria:
Blocking issues: none.
Warnings: none.
Final verdict: approved; do not merge until human approval.
b957b35d3bcc1c0f37b5PR Review Update
Re-reviewed PR #193 after requested sidebar consistency changes. The PR now keeps the updated actor sidebar behavior on feed-style pages that retain sidebars, while
/articlesand/sourcesremain full-width pages without sidebars.Acceptance criteria:
Verification:
./scripts/pre-pr.shpassed.npm run build && npm run lint && npm testpassed.cc1c0f3.Blocking issues: none.
Warnings: none.
Final verdict: approved; merge approved by human.