Prettier and generated files I've missed.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 16m45s

This commit is contained in:
Cory McWilliams 2024-09-30 12:15:27 -04:00
parent bb9c18faf1
commit 8cc4c19d73
3 changed files with 13 additions and 9 deletions

View File

@ -73,16 +73,17 @@ class TfMessageElement extends LitElement {
}
}
if (this.message?.votes?.length) {
return html`
<div class="w3-container">
<div class="w3-button w3-bar w3-padding-small" @click=${this.show_reactions}>
return html` <div class="w3-container">
<div
class="w3-button w3-bar w3-padding-small"
@click=${this.show_reactions}
>
${(this.message.votes || []).map(
(vote) => html`
<span
class="w3-bar-item w3-padding-small"
title="${this.users[vote.author]?.name ?? vote.author} ${new Date(
vote.timestamp
)}"
title="${this.users[vote.author]?.name ??
vote.author} ${new Date(vote.timestamp)}"
>
${normalize_expression(vote.content.vote.expression)}
</span>

View File

@ -69,7 +69,10 @@
><i class="fa fa-mug-hot"></i> Code</a
>
<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>
</div>
<div class="w3-col l4 m6">

View File

@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.0.23"
#define VERSION_NAME "Me upon my pony on my boat."
#define VERSION_NUMBER "0.0.24-wip"
#define VERSION_NAME "Honey bunches of boats."