Commit Graph
109 Commits
Author SHA1 Message Date
Suyog Tandel 9c37eb2da9 chore: bump app version to 0.5.0 2026-03-06 20:56:05 +05:30
Suyog Tandel 30c926e049 fix(ui): migrate views to read device state from ApplicationRoot 2026-03-06 00:38:45 +05:30
Suyog Tandel e7a1cab8ac refactor: ApplicationRoot restructure 2026-03-05 23:19:07 +05:30
Suyog Tandel ad4c577418 refactor: rename GlobalDeviceState to DeviceConnectionState 2026-03-04 22:36:20 +05:30
Suyog Tandel 44851e25c4 fix: clippy errors and remove logs view
This commit basically removes the logs view from the
application(redundant). And also fixes all the clippy errors in the UI.
2026-03-04 18:11:19 +05:30
Suyog Tandel 895f4a7ce1 feat(ui): Add LibreKeys One Vendor Config to PicoForge 2026-03-03 19:55:17 +05:30
Suyog Tandel 093a72f46b fix(ui): bottom drawer issue when deleting a passkey 2026-03-03 19:46:32 +05:30
Suyog Tandel 2047952b94 fix(ui): Fido version displayed in fido information 2026-03-03 19:25:09 +05:30
Suyog Tandel 4be736c9c2 fix:(ui): set min pin length dialog : the enter key is triggering cancel instead of update 2026-03-03 18:22:31 +05:30
Suyog Tandel 15c2a9acb4 fix(ui): error message colors in dialogs 2026-03-03 17:36:32 +05:30
Suyog Tandel 85cac6ffc5 fix(ui): logs terminal overflowing to the right of the window 2026-03-03 15:40:37 +05:30
Fabrice Bellamy c18d496b90 fix clippy warings in fido code 2026-03-02 15:17:33 +01:00
Fabrice Bellamy 790966d4cb remove dependency on ctap-hid-fido2 and use our own implementation of fido commands to avoid picoforge freeze with som bad firmwares 2026-03-02 12:31:13 +01:00
Suyog Tandel 92783dcdfd refactor: replace to_u64 match blocks with explicit enum discriminants 2026-03-01 22:24:24 +05:30
Fabrice Bellamy 081c45b3ee support pico-fido version 7.4 2026-03-01 14:15:11 +01:00
Suyog Tandel f6b9887f7f fix(ui): window handling broken on windows due to interactive config on first(root) element 2026-03-01 00:29:27 +05:30
Fabrice Bellamy 57c4b5d18a fix #72 : sidebar toggle button redesign 2026-02-24 15:01:51 +01:00
Suyog Tandel aefd02c5e3 chore: bump app version to 0.4.1 2026-02-22 22:30:36 +05:30
Suyog Tandel 5c33648af8 fix(ui): Setup pin for a newly flashed pico-key(#68) 2026-02-22 22:16:09 +05:30
Suyog Tandel ab1eeeeb04 fix(ui): application view overflowing out of the window 2026-02-22 16:29:00 +05:30
Suyog Tandel 2e81d51cdc fix: merge conflicts with main branch 2026-02-22 15:51:55 +05:30
Fabrice Bellamy a034d0d22e change topbar/sidebar layout 2026-02-22 10:38:22 +01:00
Suyog Tandel 7b7f733d2f feat(ui): Add passkey info bottom sheet to the passkeyview 2026-02-22 11:49:02 +05:30
Suyog Tandel e88ab55089 chore(ui): Minor UI improvements in about view and config view
- Add success dialog after config is applied in config.rs
- Fix icon padding in about.rs aboutview
- Add Jetcookies in developer credits in aboutview
2026-02-22 11:02:32 +05:30
Fabrice Bellamy 5f161c8be4 quit the application when main window is closed on macOS 2026-02-21 22:58:51 +01:00