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

update changes #304

Merged
merged 2 commits into from
Sep 9, 2023
Merged

update changes #304

merged 2 commits into from
Sep 9, 2023

Conversation

ashik-75
Copy link
Contributor

@ashik-75 ashik-75 commented Sep 9, 2023

✅ 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 9, 2023

Deploy Preview for binarytree-dev ready!

Name Link
🔨 Latest commit 3bd7092
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/64fc3c19786a790008586680
😎 Deploy Preview https://deploy-preview-304--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: 59
Accessibility: 85
Best Practices: 100
SEO: 69
PWA: -
View the detailed breakdown and full score reports

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

@@ -24,15 +28,18 @@ const DisplayColor: React.FC<DisplayColorProps> = ({
isTransparent(backgroundColor) ? style.cd__checkered : undefined
);

const containerStyle = {
backgroundColor: color ? backgroundColor : "#fff",
Copy link
Owner

Choose a reason for hiding this comment

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

dark/light mode

@@ -24,15 +28,18 @@ const DisplayColor: React.FC<DisplayColorProps> = ({
isTransparent(backgroundColor) ? style.cd__checkered : undefined
);

const containerStyle = {
backgroundColor: color ? backgroundColor : "#fff",
border: color ? border : "1px solid #ddd",
Copy link
Owner

Choose a reason for hiding this comment

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

none

};

const titleStyle = {
color: color ? textColor : "#000",
Copy link
Owner

Choose a reason for hiding this comment

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

dark/light

@lifeparticle
Copy link
Owner

LGTM

@lifeparticle lifeparticle merged commit 0fcee18 into lifeparticle:main Sep 9, 2023
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