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

FlexboxGenerator page added #410

Merged
merged 3 commits into from
Jan 7, 2024
Merged

Conversation

iimamul
Copy link
Collaborator

@iimamul iimamul commented Jan 7, 2024

This pull request contains the following changes

⬜ UI

  • Added FlexboxGenerator component with scaffolding
  • New code blocks added in the following files inside src>data for the new FlexboxGenerator page. routeData.tsx, menuData.ts, helpData.ts, featureData.ts
  • Added new code inside src>index.ts to lazy load the new component
  • Created Constant.ts inside FlexboxGenerator page folder to hold all dropdown constants

Output

Page output looks like this-

image

Copy link

vercel bot commented Jan 7, 2024

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

Name Status Preview Comments Updated (UTC)
binarytree-rssfeed-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2024 8:42am

Copy link

netlify bot commented Jan 7, 2024

Deploy Preview for binarytree-dev ready!

Name Link
🔨 Latest commit cc405a7
🔍 Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/659a63ffbfc8df000875d3e6
😎 Deploy Preview https://deploy-preview-410--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: 98
Best Practices: 100
SEO: 93
PWA: 80
View the detailed breakdown and full score reports

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

@@ -109,7 +110,8 @@ export type RouteId =
| "tvseries"
| "uiux"
| "units"
| "youtube";
| "youtube"
| "flexboxgenerator";
Copy link
Owner

Choose a reason for hiding this comment

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

sorting

@lifeparticle lifeparticle merged commit 5c55887 into lifeparticle:main Jan 7, 2024
9 of 10 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.

None yet

2 participants