Upgrade dependencies and improve UI handling.

Updated "applesauce-core" and "applesauce-signers" to newer versions in lockfile and package.json. Enhanced UI with better button styling and added logic to hide the "policy" tab if not enabled. Included "bun update" in approved commands.
This commit is contained in:
2025-12-05 19:48:34 +00:00
parent 8ef3114f5c
commit 930e3eb1b1
5 changed files with 37 additions and 8 deletions

View File

@@ -14,7 +14,8 @@
"Bash(go test:*)",
"Bash(./scripts/test.sh:*)",
"Bash(./scripts/update-embedded-web.sh:*)",
"Bash(bun run build:*)"
"Bash(bun run build:*)",
"Bash(bun update:*)"
],
"deny": [],
"ask": []