Found font! Also tests and styling
This commit is contained in:
parent
23aefa268a
commit
83b45a5e46
36 changed files with 616 additions and 415 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="note">
|
||||
<!-- TODO: figure out how to make the entire note clickable for opening with something like {{on "click" (fn this.openFullView)}} -->
|
||||
{{!-- TODO: figure out how to make the entire note clickable for opening with something like {{on "click" (fn this.openFullView)}} --}}
|
||||
<Note::UserHeader
|
||||
@displayname="{{@note.displayname}}"
|
||||
@handle="@{{@note.username}}@{{@note.server}}"
|
||||
|
@ -11,7 +11,7 @@
|
|||
{{/if}}
|
||||
<p class="note-timestamp" id="note-created-timestamp">Posted: {{moment-format @note.createdAt "MMM DD, YYYY H:mm"}}</p>
|
||||
</div>
|
||||
<div class="separator-horizontal" />
|
||||
<!-- TODO: Hardcoded values here, make them dynamic -->
|
||||
{{!--<div class="separator-horizontal" />--}}
|
||||
{{!-- TODO: Hardcoded values here, make them dynamic --}}
|
||||
<Note::Interactions @boostCount="25" @totalLikeCount="300" @hasBoosted="true" @hasReacted="false" />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue