feat: add confirmation dialog for uninstallation

This commit is contained in:
KOWX712
2025-03-19 19:36:19 +08:00
parent d5c2fe2cbd
commit ad4cc31c29
16 changed files with 166 additions and 19 deletions

View File

@@ -137,18 +137,8 @@
}
.help-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2000;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.2s ease;
}
.help-menu {