Skip to content

Implement QR code generator with tests and dependency updates#34

Merged
Barata-Ribeiro merged 5 commits into
mainfrom
implement-qrcode-generator
Jul 19, 2026
Merged

Implement QR code generator with tests and dependency updates#34
Barata-Ribeiro merged 5 commits into
mainfrom
implement-qrcode-generator

Conversation

@Barata-Ribeiro

Copy link
Copy Markdown
Owner

This pull request introduces a new QR Code Generator utility to the application, allowing users to generate and download QR codes for URLs directly in the browser. It includes all necessary UI, form validation, and QR code generation logic, along with updates to dependencies and routing to support the new feature.

New QR Code Generator Utility:

  • Added a new page at /qrcode-generator with metadata and instructions, integrating a new QRCodeGenerator component for generating and downloading QR codes from URLs. (app/routes/utilities/qrcode-generator.tsx [1] app/components/pages/utilities/qrcode-generator.tsx [2]
  • Registered the new route in the application routing configuration. (app/routes.ts app/routes.tsR37)

Dependency Updates:

  • Added qrcode and @types/qrcode as dependencies for QR code generation, and updated several other packages to their latest versions. (package.json [1] [2] pnpm-lock.yaml [3] [4]
  • Updated font packages and other dependencies to newer versions for improved compatibility and features. (package.json [1] [2] pnpm-lock.yaml [3] [4] [5]

Workflow and Build Improvements:

  • Set the HOME environment variable in the test workflow to ensure consistent test execution environments. (.github/workflows/tests.yml .github/workflows/tests.ymlR56-R57)

@Barata-Ribeiro Barata-Ribeiro self-assigned this Jul 19, 2026
@Barata-Ribeiro Barata-Ribeiro added the enhancement New feature or request label Jul 19, 2026
@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
utilities-webapp Ignored Ignored Jul 19, 2026 10:02am

@Barata-Ribeiro
Barata-Ribeiro merged commit b211c4c into main Jul 19, 2026
3 checks passed
@Barata-Ribeiro
Barata-Ribeiro deleted the implement-qrcode-generator branch July 19, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant