Refactor application structure and simplify implementation

This commit is contained in:
2026-07-22 00:08:09 +03:00
parent dbba3806cc
commit 90b2eb507c
74 changed files with 11362 additions and 6814 deletions
+13
View File
@@ -26,6 +26,15 @@ jobs:
- name: Install frontend dependencies
run: npm ci
- name: Check frontend formatting
run: npm run format:check
- name: Run frontend lints
run: npm run lint
- name: Check frontend types
run: npm run typecheck
- name: Run frontend tests
run: npm test -- --run
@@ -58,3 +67,7 @@ jobs:
- name: Plan sing-box installer
shell: pwsh
run: .\scripts\install-singbox.ps1 -PlanOnly
- name: Plan Windows smoke evidence capture
shell: pwsh
run: .\scripts\audit-windows-smoke.ps1 -Mode PlanOnly