added login with pages and database, also correct errors in score submit

This commit is contained in:
2026-06-22 13:36:34 +01:00
parent 192564fb79
commit fbc181c890
42 changed files with 31351 additions and 1599 deletions

View File

@@ -23,7 +23,7 @@ autoload -Uz add-zsh-hook
__devenv_reload_apply() {
# Source new environment if a reload is pending
if [ -f "/tmp/devenv-reload-6816.sh" ]; then
if [ -f "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh" ]; then
# Shell out to bash to handle the env diff (bash syntax)
local reload_output
reload_output=$(bash -c '
@@ -158,8 +158,8 @@ _before=$(mktemp)
__devenv_capture_env > "$_before"
# Source new devenv environment
source "/tmp/devenv-reload-6816.sh"
rm -f "/tmp/devenv-reload-6816.sh"
source "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh"
rm -f "/tmp/nix-shell-28554-2490132097/devenv-reload-30583.sh"
# Compute new diff
__devenv_compute_diff "$_before"