add link to feed
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m49s

This commit is contained in:
2026-02-23 15:51:56 +00:00
parent dbb4914745
commit 49499052b0

View File

@@ -43,7 +43,9 @@ onMounted(() => {
alt="User avatar" alt="User avatar"
class="avatar" class="avatar"
/> />
<a :href="feed.repo.html_url">
<h3>repo: {{ feed.repo.full_name }}</h3> <h3>repo: {{ feed.repo.full_name }}</h3>
</a>
<p>Action: {{ feed.op_type }}</p> <p>Action: {{ feed.op_type }}</p>
<p>Message: {{ JSON.parse(feed.content).Commits[0].Message }}</p> <p>Message: {{ JSON.parse(feed.content).Commits[0].Message }}</p>
<small> {{ new Date(feed.created).toLocaleString() }}</small> <small> {{ new Date(feed.created).toLocaleString() }}</small>