mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
feat: RS-Key curve selection card, transport priority fix, RescueCurves re-export
- Reversed transport priority: PCSC/Rescue preferred over FIDO - Added `RescueCurves` bitflags re-export to `hal/types.rs` - Replaced single secp256k1 toggle with full "Supported Curves" card (11 curves) gated on RS-Key, with mask-building in apply_changes - Updated FIDO/Rescue write status messages to match transport behavior - Cleaned up device status display (green "Online" for RS-Key) Changes: src/ui/screens/config/view.rs, view_model.rs, hal/io.rs, hal/transport/mod.rs, hal/types.rs.
This commit is contained in:
@@ -37,6 +37,12 @@ jobs:
|
||||
- name: Run clippy
|
||||
run: nix develop --command cargo clippy --all-targets -- -D warnings
|
||||
|
||||
- name: Check for missing documentation
|
||||
run: nix develop --command bash -c 'RUSTFLAGS="-D missing_docs" cargo check --all-targets'
|
||||
|
||||
- name: Check documentation builds cleanly
|
||||
run: nix develop --command bash -c 'RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items'
|
||||
|
||||
- name: Build project
|
||||
run: nix develop --command cargo build --verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user