Found font! Also tests and styling

This commit is contained in:
Melody Becker 2024-09-23 17:09:19 +02:00
parent 23aefa268a
commit 83b45a5e46
36 changed files with 616 additions and 415 deletions

View file

@ -1,11 +1,4 @@
{{page-title "FrontendReactive"}}
{{outlet}}
{{#each @model.notes as |note|}}
<Note
@note={{note}}
@isInTimeline="false"
/>
{{/each}}
{{!--<Timeline />--}}
<Timeline @notes={{@model.notes}} />