This commit is contained in:
Ren Amamiya
2026-04-04 09:15:31 +07:00
parent ecd25d04da
commit cc4174a695
12 changed files with 26 additions and 39 deletions

View File

@@ -15,9 +15,9 @@ use settings::{AppSettings, AuthMode};
use smallvec::{SmallVec, smallvec};
use state::NostrRegistry;
use theme::ActiveTheme;
use ui::button::{Button, ButtonVariants};
use ui::button::Button;
use ui::notification::{Notification, NotificationKind};
use ui::{Disableable, IconName, Sizable, WindowExtension, v_flex};
use ui::{Disableable, WindowExtension, v_flex};
const AUTH_MESSAGE: &str =
"Approve the authentication request to allow Coop to continue sending or receiving events.";