Started implementation of all posts

This commit is contained in:
2026-05-14 11:19:48 +01:00
parent e483bc4e57
commit 6a1ed5abeb
9 changed files with 87 additions and 76 deletions
@@ -0,0 +1,3 @@
@for (post of posts(); track post.id) {
<img [src]="'data:image/jpeg;base64,' + post.proof" alt=""/>
}