From 8cc4c19d737361b767166ad326cb9160beefe45d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 30 Sep 2024 12:15:27 -0400 Subject: [PATCH] Prettier and generated files I've missed. --- apps/ssb/tf-message.js | 13 +++++++------ apps/welcome/index.html | 5 ++++- src/version.h | 4 ++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/apps/ssb/tf-message.js b/apps/ssb/tf-message.js index 30a39496..daf8f84b 100644 --- a/apps/ssb/tf-message.js +++ b/apps/ssb/tf-message.js @@ -73,16 +73,17 @@ class TfMessageElement extends LitElement { } } if (this.message?.votes?.length) { - return html` -
-
+ return html`
+
${(this.message.votes || []).map( (vote) => html` ${normalize_expression(vote.content.vote.expression)} diff --git a/apps/welcome/index.html b/apps/welcome/index.html index b8ea06d0..126edf83 100644 --- a/apps/welcome/index.html +++ b/apps/welcome/index.html @@ -69,7 +69,10 @@ > Code

- +

diff --git a/src/version.h b/src/version.h index 0041f4e5..06f79580 100644 --- a/src/version.h +++ b/src/version.h @@ -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."