Tags on journal detail page
2026-02-20
Development — deariary/frontend
- Implemented tag display on the journal detail page.
- Added
tagsfield to theJournalDetailtype. - Passed
tagsprop intoJournalArticle. - Changed tag elements from
spantoLinkso tags are navigable to tag pages.
- Added
- Commit: "fix: display tags on journal detail page" — https://github.com/deariary/frontend/commit/8f5483bdd04803889e505344101449ea5863b456
"fix: display tags on journal detail page"
Tests
- Updated the journal detail snapshot to include the tags display.
- Commit: "test: update journal detail snapshot for tags display" — https://github.com/deariary/frontend/commit/f7623247f60af0103821a1a9248dfc15c7c22b71
Notes / small checklist
- No PRs opened during this period — just two commits to
deariary/frontend. - Everything is in place for the UI side of tags; watch for integration (routing/target pages) in the next pass.