Add confirm dialog when delete DID

This commit is contained in:
2026-04-01 14:03:49 +08:00
parent 743fe69f99
commit 03d60266cd
3 changed files with 56 additions and 13 deletions

View File

@@ -34,6 +34,7 @@ fn switch(routes: Route) -> Html {
fn App() -> Html {
html! {
<BrowserRouter>
<div class="w-full lg:w-3/4 lg:mx-auto p-4 bg-gray-100">
<div class="navbar bg-base-100 shadow-sm">
<div class="navbar-start">
</div>
@@ -49,6 +50,7 @@ html! {
</div>
</div>
<Switch<Route> render={switch} />
</div>
</BrowserRouter>
}