Start work on account display
Also no idea wtf is going on with the models
This commit is contained in:
parent
9acecfd7f6
commit
5fb5dae31e
14 changed files with 225 additions and 152 deletions
18
frontend-reactive/app/components/account/header.hbs
Normal file
18
frontend-reactive/app/components/account/header.hbs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="account-header">
|
||||
<Account::Header::Profilepicture @meta={{@data.icon}} />
|
||||
<div class="account-header-">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="account-header">
|
||||
<Account::Header::Profilepicture @meta={{@data.icon}} />
|
||||
<div class="account-header-text">
|
||||
<Note::Formatter
|
||||
@classes="note-user-displayname"
|
||||
@content={{@data.displayname}}
|
||||
@server={{@data.originServer}}
|
||||
/>
|
||||
<p class="note-user-displayname"></p>
|
||||
<p class="note-user-handle">{{@data.originServer.id}}</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue