Webview: add solid-toast feeback system

This commit is contained in:
Johannes Kirschbauer
2024-06-08 18:14:07 +02:00
parent 62735ebfe2
commit c647197b8c
5 changed files with 30 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
npmDeps = pkgs.fetchNpmDeps {
src = ./app;
hash = "sha256-AwBrTnS/GAND/eogBic96kIQAJ4gdHorB8hEdpnGe5s=";
hash = "sha256-NauXhPRKC80yiAeyt5mEBLcPZw3aheZDYXx4vLvpRvI=";
};
# The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = [ "--ignore-scripts" ];