Commit Graph
3 Commits
Author SHA1 Message Date
Suyog Tandel 20c56d947d docs: add module/item docs across all 43 source files and enable #![deny(missing_docs)]
- Add //! module-level headers and /// item-level docs to every source file
- Fix unresolved doc links in hal/mod.rs, ui/mod.rs, transport/pcsc.rs, transport/fido.rs
- Add #![deny(missing_docs)] at crate root to enforce doc completeness in CI
2026-07-08 22:57: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
c0412aff74 fix(ui): Application icon on macos and windows (#74)
* change cargo-packager config to fix application icon on macos

* fix: add windows icon fixes

* chore(pkg): add cargo-packager removed stuff and clean build.rs

* fix: compile issue on unix

---------

Co-authored-by: Suyog Tandel <git@suyogtandel.in>
2026-02-28 22:45:17 +01:00