uhh, lots of things in frontend

This commit is contained in:
Melody Becker 2024-09-19 13:50:04 +02:00
parent 76e8b183ca
commit 2d58312aa0
17 changed files with 30294 additions and 27939 deletions

View file

@ -0,0 +1,14 @@
<div class="note">
{{!-- TODO: figure out how to make the entire note clickable for opening with something like {{on "click" (fn this.openFullView)}} --}}
<Note::UserHeader
@displayname="{{@displayname}}"
@handle="@{{@username}}@{{@serverdomain}}"
/>
<Note::Content @content="{{@content}}" />
<div class="note-timestamps-container">
<p class="note-timestamp" id="note-edited-timestamp">Edited: At some time in
the future</p>
<p class="note-timestamp" id="note-created-timestamp">Posted: Before the Big
Bang</p>
</div>
</div>