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,3 +1,5 @@
|
|||
{{#each this.model.notes as |note|}}
|
||||
<Note @isInTimeline="true" @content="{{note.content}}" @username="{{note.username}}" @serverdomain="{{note.server}}"/>
|
||||
{{/each}}
|
||||
<div class="timeline">
|
||||
{{#each @notes as |note|}}
|
||||
<Note @isInTimeline="true" @note={{note}}/>
|
||||
{{/each}}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue