uhh, lots of things in frontend
This commit is contained in:
parent
76e8b183ca
commit
2d58312aa0
17 changed files with 30294 additions and 27939 deletions
14
frontend-reactive/app/components/note.hbs
Normal file
14
frontend-reactive/app/components/note.hbs
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue