feat(web): solver output enhancing

- math render header
- tooltips
- copy word to input
- cancel solver
This commit is contained in:
2026-08-21 20:35:22 +02:00
parent 539534ad90
commit 2d147fd97a
6 changed files with 97 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-ND+4leEGamH86IsM9JVtIqlwyrwVRQII75+rrawbiMI=";
hash = "sha256-ApqiC2ZS4GzKRXwPCb7KiMO1IemnNU7ykUYlgMp2XjE=";
};
yarnBuildScript = "build-no-wasm";