This patch brings various fixes and improvements.
It addresses minor issues with the user interface, improving usability on mobile (small screens).
It improves Windows scripts by ➤ providing more reliable methods for disabling features and reverting services, ➤ extending documentation for clearer guidance, and ➤ fixing some reported problems.
Consider donating ❤️.
Changes
UI
- Fix bottom gap in card expansion panel | 79183d6
- Fix overflow in tree node content on small screens | 557cea3
- Fix horizontal layout shift after script selection | bc7e1fa
- Fix card header expansion glitch on card collapse | 5d940b5
- Fix card arrow not being animated in sync | 7b546c5
- Fix top script menu overflow on small screens | b7a20d9
- Centralize and use global spacing variables | ae17200
- Fix inability to tap outside modal on mobile | cb144ae
Windows scripts
- Improve and document removing Phone apps #279 | 8924337
- Improve and document secret key scripts | 49f22f0
- Improve Windows feature disablement scripts | b68711e
- Fix Visual Studio remote analysis script #327 (thanks @Cajunvoodoo) | 4142d08
- Improve firewall docs /w
winget
impact #142 (thanks @Remyie) | ffd647d - Improve service revert and docs | b87b7aa
Other improvements
- Update documentation for
logo-update.js
script | 4a9b430 - ci/cd: Fix macOS Docker build reliability issues | 8a5592f
- ci/cd: fix IPv6 timeouts with
force-ipv4
action | 52fadcd - ci/cd: bump Node.js environment to 20.x | 59decd1
- ci/cd: trigger URL checks more, and limit amount | 4fb6302
- Ignore
ResizeObserver
errors in Cypress tests | 4472c28 - Bump dependencies to latest, hold ESLint | f3571ab