Merge fmt, clippy, audit, and tests into one CI job to eliminate redundant cargo registry downloads and dependency compilation (was 4 separate jobs each pulling deps independently)
Update Rust version badge from 1.89 to 1.94 in README
Redesign sidebar footer: circular avatar with gradient border, stacked user info with sign-out link, Privacy/Impressum footer links
## Summary
- Merge fmt, clippy, audit, and tests into one CI job to eliminate redundant cargo registry downloads and dependency compilation (was 4 separate jobs each pulling deps independently)
- Update Rust version badge from 1.89 to 1.94 in README
- Redesign sidebar footer: circular avatar with gradient border, stacked user info with sign-out link, Privacy/Impressum footer links
## Test plan
- [x] `cargo clippy` passes for all crates with CI flags
- [x] `cargo fmt --all --check` passes
- [ ] CI pipeline runs successfully as single job
- [x] Sidebar footer renders correctly in browser
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Merge fmt, clippy, audit, and tests into one job to eliminate
redundant cargo downloads and dependency compilation
- Update Rust version badge from 1.89 to 1.94 in README
- Redesign sidebar footer: circular avatar, stacked user info
with sign-out link, privacy/impressum footer links
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Only trigger on push to main and on pull_request events.
Previously push to any branch + pull_request both fired,
causing every PR push to run CI twice.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sharang
merged commit a529e9af0c into main2026-03-13 09:44:32 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan
cargo clippypasses for all crates with CI flagscargo fmt --all --checkpasses🤖 Generated with Claude Code