Add per-row connectivity diagnostic refresh controls
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-19 12:59:21 +03:00
parent 7cb25d0633
commit df865fbe3d
9 changed files with 131 additions and 23 deletions
@@ -18,6 +18,15 @@ Preserve the repo's focused one-screen VPN client language: a centered primary a
7. Implement `prefers-reduced-motion` alongside every new animation.
8. Run `npm test`, `npm run build`, and `git diff --check`. Perform manual visual inspection only when explicitly requested.
## Communicating a proposed change
For implementation proposals and progress summaries, combine structure instead of maximizing it:
- start with one compact table grouped by affected modules such as frontend, UI, backend/API, styles, tests, and versions;
- use short lists only for cross-cutting details such as states, accessibility, motion, or changed files;
- keep unaffected modules visible in the table when that clarifies scope;
- avoid both an unstructured paragraph and a separate table for every subsection.
## Non-negotiable decisions
- Keep the power action on the screen's central vertical axis. Place subscription content to its right without shifting that axis.