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 svg & qrcode #310

Merged
merged 3 commits into from
Sep 13, 2023
Merged

add svg & qrcode #310

merged 3 commits into from
Sep 13, 2023

Conversation

ashik-75
Copy link
Contributor

✅ UI

  • Identify and resolve any new warnings in the console
  • Identify and resolve any new errors in the console
  • If there are modifications to configurations such as vite.config.ts, tsconfig.json etc., ensure to include a description

⬜ Automation Scripts

  • Identify and resolve any new warnings in the console
  • Identify and resolve any new errors in the console
  • If there are modifications to configurations such as vite.config.ts, tsconfig.json etc., ensure to include a description

@netlify
Copy link

netlify bot commented Sep 12, 2023

Deploy Preview for binarytree-dev ready!

Name Link
🔨 Latest commit 7990365
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/65018b0bdd8c3c0008ace69a
😎 Deploy Preview https://deploy-preview-310--binarytree-dev.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 56
Accessibility: 85
Best Practices: 100
SEO: 77
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

ui/src/pages/CSS/SvgFormatter/utils/helper.ts Dismissed Show dismissed Hide dismissed
function isValidUrl(url: string) {
const pattern = new RegExp(
"^(https?:\\/\\/)?" +
"((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|" +

Check failure

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '0' and containing many repetitions of '0'.
@@ -206,13 +206,13 @@ const BorderRadius = () => {
</Space>
</Card>
</PageGrid>
<Card>
<Card style={{ marginTop: "20px" }}>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use gap

@lifeparticle lifeparticle merged commit f0a2fd9 into lifeparticle:main Sep 13, 2023
6 of 7 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