Skip to content

Add QR Code generation and decode page#5

Merged
slhmy merged 1 commit intomainfrom
copilot/add-qrcode-generation-text-conversion
Apr 16, 2026
Merged

Add QR Code generation and decode page#5
slhmy merged 1 commit intomainfrom
copilot/add-qrcode-generation-text-conversion

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 16, 2026

Adds a new QR Code tool with two capabilities: generate a QR code SVG from arbitrary text/URL input, and decode a QR code image back to text.

New dependencies

Changes

src/pages/qrcode.tsx (new)

  • Text → QR Code: live SVG preview via <QRCodeSVG> as user types; Download SVG button
  • QR Code → Text: file input triggers image decode via jsQR using an off-screen Canvas; result shown in a readonly textarea with clipboard copy (with toast feedback)

Routing & navigation

  • /qrcode route registered in App.tsx
  • "Image > QR Code" group added to app-sidebar.tsx

@slhmy slhmy marked this pull request as ready for review April 16, 2026 10:19
@slhmy slhmy merged commit fd36cc5 into main Apr 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants