fix(identity-wallet): fix clippy, fmt, and unused const in review cycle 2
- Fix explicit_auto_deref clippy warnings: &*kp.private_key_bytes -> &kp.private_key_bytes
- Run cargo fmt to fix extra blank lines in test functions
- Remove unused {@const remaining} in AlertDetailScreen after formatCountdown migration