Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presets feature and eslint/prettier pre-commit husky hook #7

Merged
merged 14 commits into from
Aug 6, 2023

Conversation

lyqht
Copy link
Owner

@lyqht lyqht commented Aug 6, 2023

Resolves #5


This PR includes the following:

  • Extracting i18n out as its own utils file so that files aside from vue component files can also utilize i18n
  • Add presets dropdown feature - for now there's only a few handful of presets found in utils/presets.ts
  • Add eslint/prettier pre-commit husky hook, and eslint-plugin-tailwind for linting

@vercel
Copy link

vercel bot commented Aug 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
styled-qr-code-generator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2023 7:31am

…set from utils/presets

feat(utils/presets.ts): add defaultPreset object for StyledQRCodeProps with custom style properties
The styles for the secondary-button class have been updated to use a darker background color (dark:bg-zinc-800) to improve visibility.
feat(index.html): update og:image and twitter:image to use app_logo.png
feat(index.html): update og:url to use correct URL
feat(index.html): update twitter:description to provide more accurate description
@lyqht lyqht merged commit f490c73 into main Aug 6, 2023
1 check passed
@lyqht lyqht deleted the feat/presets branch August 6, 2023 07:45
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.

Create presets for qr codes
1 participant