Add clickable icons to timeline

This commit is contained in:
Tim
2025-07-09 18:03:50 +08:00
parent 5554594123
commit 8feb488c0e
4 changed files with 23 additions and 5 deletions

View File

@@ -153,6 +153,7 @@ export default {
reply: (c.replies || []).map(mapComment),
openReplies: false,
src: c.author.avatar,
iconClick: () => router.push(`/users/${c.author.id}`)
})
const getTopRelativeTo = (el, container) => {