forked from cory/tildefriends
Prettier and generated files I've missed.
This commit is contained in:
parent
bb9c18faf1
commit
8cc4c19d73
@ -73,16 +73,17 @@ class TfMessageElement extends LitElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.message?.votes?.length) {
|
if (this.message?.votes?.length) {
|
||||||
return html`
|
return html` <div class="w3-container">
|
||||||
<div class="w3-container">
|
<div
|
||||||
<div class="w3-button w3-bar w3-padding-small" @click=${this.show_reactions}>
|
class="w3-button w3-bar w3-padding-small"
|
||||||
|
@click=${this.show_reactions}
|
||||||
|
>
|
||||||
${(this.message.votes || []).map(
|
${(this.message.votes || []).map(
|
||||||
(vote) => html`
|
(vote) => html`
|
||||||
<span
|
<span
|
||||||
class="w3-bar-item w3-padding-small"
|
class="w3-bar-item w3-padding-small"
|
||||||
title="${this.users[vote.author]?.name ?? vote.author} ${new Date(
|
title="${this.users[vote.author]?.name ??
|
||||||
vote.timestamp
|
vote.author} ${new Date(vote.timestamp)}"
|
||||||
)}"
|
|
||||||
>
|
>
|
||||||
${normalize_expression(vote.content.vote.expression)}
|
${normalize_expression(vote.content.vote.expression)}
|
||||||
</span>
|
</span>
|
||||||
|
@ -69,7 +69,10 @@
|
|||||||
><i class="fa fa-mug-hot"></i> Code</a
|
><i class="fa fa-mug-hot"></i> Code</a
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://f-droid.org/en/packages/com.unprompted.tildefriends.fdroid/"><img src="f-droid.svg" style="height: 3em"></a>
|
<a
|
||||||
|
href="https://f-droid.org/en/packages/com.unprompted.tildefriends.fdroid/"
|
||||||
|
><img src="f-droid.svg" style="height: 3em"
|
||||||
|
/></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w3-col l4 m6">
|
<div class="w3-col l4 m6">
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#define VERSION_NUMBER "0.0.23"
|
#define VERSION_NUMBER "0.0.24-wip"
|
||||||
#define VERSION_NAME "Me upon my pony on my boat."
|
#define VERSION_NAME "Honey bunches of boats."
|
||||||
|
Loading…
Reference in New Issue
Block a user