From b36cdbb0dc9233ff5f32bc6191f8c1b588cb04df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 21 Aug 2026 21:11:32 +0200 Subject: [PATCH] feat(web): add rank indicator --- web/src/components/SolverOutput.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/SolverOutput.svelte b/web/src/components/SolverOutput.svelte index 9425621..d05d6b3 100644 --- a/web/src/components/SolverOutput.svelte +++ b/web/src/components/SolverOutput.svelte @@ -41,6 +41,7 @@ + - {#each d.stats as s} + {#each d.stats as s, i} { @@ -70,6 +71,7 @@ } }} > +
Word
#{i + 1} {s.word} {s.solution_probability.toFixed(3)}