Fix note rendering, new function header
Fixed note rendering due to bad user header TODO: It's a stupid bandaid, replace with proper formatter once it works Remove test stuff Some spacing in the colours for readability CreateNoteRemote header added
This commit is contained in:
parent
c919cc8c67
commit
599874c486
13 changed files with 78 additions and 71 deletions
|
@ -3,7 +3,8 @@
|
|||
<p>Pfp</p>
|
||||
</div>
|
||||
<div class="note-user-name-and-handle">
|
||||
<Note::Formatter @classes="note-user-displayname" @content={{@displayname}} @server={{@server}}/>
|
||||
<p class="note-user-displayname">{{@displayname}}:{{@server}}</p>
|
||||
<!--<Util::Formatter @classes="note-user-displayname" @content={{@displayname}} @server={{@server}}/>-->
|
||||
<p class="note-user-displayname"></p>
|
||||
<p class="note-user-handle">{{@handle}}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue