ADD - camera and gallery apps

This commit is contained in:
Eichenholz
2026-08-06 12:07:35 +02:00
parent becd3f3cf7
commit ab09f61b1c
28 changed files with 2830 additions and 18 deletions
@@ -13,6 +13,7 @@ import { computed, onBeforeUnmount, onMounted, ref } from 'vue'
import { usePhoneStore } from '@/stores/phone'
const emit = defineEmits<{
camera: []
unlock: []
}>()
@@ -167,6 +168,7 @@ onBeforeUnmount(() => {
class="lock-screen__shortcut"
:colors="shortcutColors"
:aria-label="phone.t('LockScreen.camera')"
@click="emit('camera')"
>
<template #icon>
<Camera :stroke-width="1.4" aria-hidden="true" />