Merge branch 'master' into remove-image-cache

This commit is contained in:
Matthew Raymer
2025-08-14 05:25:12 +00:00
16 changed files with 122 additions and 77 deletions

View File

@@ -167,7 +167,7 @@ export default class ContactInputForm extends Vue {
*/
@Emit("qr-scan")
private handleQRScan(): void {
console.log("[ContactInputForm] QR scan button clicked");
// QR scan button clicked - event emitted for parent handling
}
}
</script>