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 tabs in newsfeed and update colopicker #322

Merged
merged 9 commits into from
Sep 19, 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 18, 2023

Deploy Preview for binarytree-dev ready!

Name Link
🔨 Latest commit 6071ecb
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/650989d076cbdb0008fc96fb
😎 Deploy Preview https://deploy-preview-322--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: 80
Accessibility: 82
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.

// Extract data from the 'item' element
const title = item.getElementsByTagName("title")[0].textContent;
const description = parser.parseFromString(
item.getElementsByTagName("description")[0].textContent!,

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
<div style={containerStyle}>
{title === "Colors" ? (
<div className={classes} style={{ padding: "11px" }}>
<Title level={5} style={titleStyle}>
Copy link
Owner

Choose a reason for hiding this comment

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

??

const items = xmldoc.getElementsByTagName("item");
const list = [];

for (let i = 0; i < items.length; i++) {
Copy link
Owner

Choose a reason for hiding this comment

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

??

@lifeparticle lifeparticle merged commit 4345e4c into lifeparticle:main Sep 19, 2023
6 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