From dc99dce4857ea4a91bca18832e797ad6013a98a9 Mon Sep 17 00:00:00 2001 From: Grzegorz Kucmierz Date: Fri, 27 Feb 2026 04:16:01 +0000 Subject: [PATCH] fix: restore dark mode styles and scope privacy policy styles --- src/components/tools/ClipboardSniffer.vue | 1 - src/views/PrivacyPolicy.vue | 25 +++++++++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/tools/ClipboardSniffer.vue b/src/components/tools/ClipboardSniffer.vue index 20eee50..932e2ac 100644 --- a/src/components/tools/ClipboardSniffer.vue +++ b/src/components/tools/ClipboardSniffer.vue @@ -224,7 +224,6 @@ onUnmounted(() => { v-model="clipboardContent" class="tool-textarea" placeholder="Clipboard content will appear here line by line..." - readonly > diff --git a/src/views/PrivacyPolicy.vue b/src/views/PrivacyPolicy.vue index 816bba5..e9a8cd4 100644 --- a/src/views/PrivacyPolicy.vue +++ b/src/views/PrivacyPolicy.vue @@ -25,13 +25,13 @@ import { ArrowLeft } from 'lucide-vue-next'

2. Data Collection and Usage

- The Tools App Extension is designed with privacy as a priority. + The Tools App Extension is designed with privacy as a priority. We do not collect, store, or transmit any of your personal data to external servers.

- +

Clipboard Data

- The extension requires the clipboardRead permission to function. + The extension requires the clipboardRead permission to function. It reads text from your clipboard only when you explicitly enable the "Clipboard Sniffer" tool in the Tools App web interface.