diff --git a/src/lib/solver.rs b/src/lib/solver.rs
index c69c5c8..1da1117 100644
--- a/src/lib/solver.rs
+++ b/src/lib/solver.rs
@@ -75,7 +75,7 @@ impl Solver {
- new_possible_solutions.equal_likelieness_entropy();
if new_possible_solutions.len() == 0 {
- return Err("Solution space is empty".to_string());
+ return Err("Applying this guess would empty the solution space!".to_string());
}
self.possible_solutions = new_possible_solutions;
diff --git a/web/src/App.svelte b/web/src/App.svelte
index a907521..b792ade 100644
--- a/web/src/App.svelte
+++ b/web/src/App.svelte
@@ -1,64 +1,80 @@
- Solution-space: {solution_space} · {solution_space_uncertainty.toFixed(2)}bits -
+SolutionSpace
-+ Type letters · ← → navigate · Space cycle color · Backspace delete · + Enter apply +
- Type letters · ← → navigate · Space cycle color · Backspace delete · Enter apply -
-