From de193a6e4705ec16cd7f52b9b5290fa4b45422b8 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 28 Jul 2025 11:40:35 -0600 Subject: [PATCH] Add number hints to edges --- thecockpit/src/app/password_locker.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thecockpit/src/app/password_locker.rs b/thecockpit/src/app/password_locker.rs index 98b8dae..73e5d71 100644 --- a/thecockpit/src/app/password_locker.rs +++ b/thecockpit/src/app/password_locker.rs @@ -7,6 +7,8 @@ use ratatui::{ style::{Color, Style, Stylize}, widgets::{Block, Borders, Paragraph, Widget}, }; +#[cfg(target_arch = "wasm32")] +use ratzilla::ratatui; use tachyonfx::{fx, Effect, Interpolation, Shader}; use web_time::Instant;