From ccef87f0a391d3d4920700fcd506f88be61fcc71 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Tue, 31 Mar 2026 23:31:11 -0400 Subject: [PATCH] zenno: resolve lint errors --- zenno/src/lib/CharaPick.svelte | 2 +- zenno/src/routes/+layout.svelte | 13 +++++++------ zenno/src/routes/+page.svelte | 20 ++++++++++++-------- zenno/src/routes/convo/+page.svelte | 4 ++-- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/zenno/src/lib/CharaPick.svelte b/zenno/src/lib/CharaPick.svelte index 27ca238..a502923 100644 --- a/zenno/src/lib/CharaPick.svelte +++ b/zenno/src/lib/CharaPick.svelte @@ -32,7 +32,7 @@ {#if !required} {/if} - {#each character[region] as c} + {#each character[region] as c (c.chara_id)} {/each} diff --git a/zenno/src/routes/+layout.svelte b/zenno/src/routes/+layout.svelte index 40aca59..a93c82e 100644 --- a/zenno/src/routes/+layout.svelte +++ b/zenno/src/routes/+layout.svelte @@ -1,6 +1,7 @@ @@ -13,14 +14,14 @@
diff --git a/zenno/src/routes/+page.svelte b/zenno/src/routes/+page.svelte index 73f299a..65b71f8 100644 --- a/zenno/src/routes/+page.svelte +++ b/zenno/src/routes/+page.svelte @@ -1,27 +1,31 @@ + +

Zenno Rob Roy

She's read all about Umamusume, and she's always happy to share her knowledge and give recommendations!

Tools

  • - Inheritance ChanceNot yet implemented — Given a legacy, calculate the probability distribution + Inheritance ChanceNot yet implemented — Given a legacy, calculate the probability distribution of activation counts for each spark.
  • - Spark ChanceNot yet implemented — Given a legacy, calculate the chance of generating each spark if - you fulfill the conditions to do so, and the distribution of total spark counts. + Spark ChanceNot yet implemented — Given a legacy, calculate the chance of generating each + spark if you fulfill the conditions to do so, and the distribution of total spark counts.
  • - My VeteransNot yet implemented — Set up and track your veterans for Zenno Rob Roy's inspiration and - spark calculators. + My VeteransNot yet implemented — Set up and track your veterans for Zenno Rob Roy's inspiration + and spark calculators.
  • - Lobby Conversations — Check participants in lobby conversations and get recommendations on unlocking them quickly. + Lobby Conversations — Check participants in lobby conversations and get recommendations on unlocking + them quickly.
  • Discord Bot - — Skill search by name or unique owner within Discord. Install to a server or user. + > — Skill search by name or unique owner within Discord. Install to a server or user.

About

diff --git a/zenno/src/routes/convo/+page.svelte b/zenno/src/routes/convo/+page.svelte index b0aae69..30ac393 100644 --- a/zenno/src/routes/convo/+page.svelte +++ b/zenno/src/routes/convo/+page.svelte @@ -30,7 +30,7 @@
@@ -57,7 +57,7 @@ Other characters who appear here most often:
- {#each suggested as s} + {#each suggested as s (s.chara_id)} {charaNames.get(s.chara_id)?.en}: {s.count}× {/each}