feat: peek-to-reveal on click/ctrl, pre-commit hooks, devShell, fmt fixes
Nightly Release / nightly-build (push) Has been cancelled
Code Quality / quality-checks (push) Has been cancelled
Security Scan / security-audit (push) Has been cancelled

- Click indicator ring to toggle password peek (persistent click-to-toggle)
- Ctrl-hold transient peek refactored to share peek path
- Cursor always visible (previously hidden at position 0, now shows at top of ring)
- .pre-commit-config.yaml: standard hooks + cargo fmt/clippy
- flake.nix: devShell with cargo, rustc, rustfmt, clippy, cargo-audit, prek
- cargo fmt pass across all source files (trailing whitespace, line wrapping)
- MPRIS error logging (silent failures now logged)
- Dependabot versioning-strategy: "increase" → "auto"
This commit is contained in:
2026-06-21 20:44:59 +02:00
parent c2c093595a
commit 833706f5a5
18 changed files with 297 additions and 129 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ Please describe the tests that you ran to verify your changes.
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] New and existing unit tests pass locally with my changes
+1 -1
View File
@@ -16,7 +16,7 @@ updates:
prefix: "deps"
reviewers:
- "JorySeverijnse"
versioning-strategy: "increase"
versioning-strategy: "auto"
groups:
rust-dependencies:
patterns:
-1
View File
@@ -39,4 +39,3 @@ jobs:
- name: Check for outdated dependencies
run: cargo outdated --exit-code 1 || echo "Some dependencies are outdated"