uhh, lots of things in frontend
This commit is contained in:
parent
76e8b183ca
commit
2d58312aa0
17 changed files with 30294 additions and 27939 deletions
9
frontend-reactive/app/components/note/user-header.hbs
Normal file
9
frontend-reactive/app/components/note/user-header.hbs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="note-user-header">
|
||||
<div class="note-user-pfp">
|
||||
<p>Pfp</p>
|
||||
</div>
|
||||
<div class="note-user-name-and-handle">
|
||||
<p class="note-user-displayname">{{@displayname}}</p>
|
||||
<p class="note-user-handle">{{@handle}}</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue