chore: improve nip-4e (#194)

* update texts

* update ui

* .

* .
This commit is contained in:
reya
2025-10-27 17:10:38 +07:00
committed by GitHub
parent 6017eebaed
commit b5ed079a0e
8 changed files with 182 additions and 155 deletions

View File

@@ -27,6 +27,7 @@ pub enum IconName {
Copy,
Edit,
Ellipsis,
Encryption,
Eye,
EyeOff,
EmojiFill,
@@ -90,6 +91,7 @@ impl IconName {
Self::Edit => "icons/edit.svg",
Self::Ellipsis => "icons/ellipsis.svg",
Self::Eye => "icons/eye.svg",
Self::Encryption => "icons/encryption.svg",
Self::EmojiFill => "icons/emoji-fill.svg",
Self::EyeOff => "icons/eye-off.svg",
Self::Info => "icons/info.svg",