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,8 +1,5 @@
|
|||
{{!-- TODO: Add translations --}}
|
||||
<div class="resource-preload">
|
||||
<link rel="preload" type="image" href="assets/svgs/reload-black.svg">
|
||||
<link rel="preload" type="image" href="assets/svgs/reload-coloured.svg">
|
||||
<link rel="preload" type="image" href="assets/svgs/heart-rainbow.svg">
|
||||
<link rel="preload" type="image" href="assets/svgs/heart-black-outline.svg">
|
||||
</div>
|
||||
<div class="note-interactions-wrapper">
|
||||
<div type="button" class="note-interactions-interaction-button" {{on "click" this.toggleBoost}}>
|
||||
|
@ -18,9 +15,7 @@
|
|||
<div
|
||||
type="button"
|
||||
class="note-interactions-interactions-button-like"
|
||||
aria-label="Like or unlike"
|
||||
aria-description="Send a like reaction or retract the current reaction"
|
||||
{{on "click" this.toggleDefaultLike}}
|
||||
aria-label="Like or unlike" {{on "click" this.toggleDefaultLike}}
|
||||
>
|
||||
{{#if this.hasReacted}}
|
||||
<Svgs::HeartOutline @class="note-interactions-interaction-icon"/>
|
||||
|
@ -32,9 +27,7 @@
|
|||
</div>
|
||||
<div
|
||||
class="note-interactions-interactions-button-custom"
|
||||
aria-label="Send a custom reaction"
|
||||
aria-description="Choose an emote and send that as custom reaction"
|
||||
type="button"
|
||||
aria-label="Send a custom reaction" type="button"
|
||||
{{on "click" this.openCustomReactionSelector}}
|
||||
>
|
||||
<Svgs::PlusBlack @class="note-interactions-interaction-icon"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue