Settings page overhaul, auth resilience, and automated testing #38

Merged
uz1mani merged 21 commits from staging into main 2026-03-01 13:05:56 +00:00
24 changed files with 3988 additions and 24 deletions
Showing only changes of commit 9a39745323 - Show all commits

View File

@@ -22,6 +22,8 @@ jobs:
- name: Install dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: npm test