feat: App lock with biometric/PIN

- LockScreen component with PIN pad
- SecuritySettings for setup
- Biometric (WebAuthn) support
- PIN fallback (6 digits)
- Auto-lock after 30s in background
- Lock on app start if enabled
- Settings page integration
This commit is contained in:
2026-03-12 20:54:53 +00:00
parent 21c88be74f
commit e5d09e9c80
26 changed files with 720 additions and 53 deletions

4
dist/index.html vendored
View File

@@ -18,8 +18,8 @@
<!-- Android -->
<meta name="mobile-web-app-capable" content="yes" />
<script type="module" crossorigin src="/app/assets/index-DFiGttzi.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-CA5dNQfW.css">
<script type="module" crossorigin src="/app/assets/index-OvQoqblD.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/index-38_8_Zmu.css">
</head>
<body class="bg-gray-50 dark:bg-gray-900">
<div id="app"></div>