mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(qr-generate): register preview panel, update descriptions, update e2e test
This commit is contained in:
@@ -230,7 +230,7 @@ export const TOOLS: Tool[] = [
|
||||
{
|
||||
id: "qr-generate",
|
||||
name: "QR Code Generator",
|
||||
description: "Generate QR codes from text or URLs",
|
||||
description: "Generate styled QR codes with custom colors, patterns, and logos",
|
||||
category: "utilities",
|
||||
icon: "QrCode",
|
||||
route: "/qr-generate",
|
||||
|
||||
@@ -88,7 +88,7 @@ export const en = {
|
||||
"color-palette": { name: "Color Palette", description: "Extract dominant colors from image" },
|
||||
"qr-generate": {
|
||||
name: "QR Code Generator",
|
||||
description: "Generate QR codes from text or URLs",
|
||||
description: "Generate styled QR codes with custom colors, patterns, and logos",
|
||||
},
|
||||
"barcode-read": {
|
||||
name: "Barcode Reader",
|
||||
|
||||
Reference in New Issue
Block a user