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

fix: improved card readability #293

Closed

Conversation

TenzDelek
Copy link
Contributor

@TenzDelek TenzDelek commented Mar 30, 2024

fixes #266

Description
made the card text readable
image

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

Copy link

netlify bot commented Mar 30, 2024

Deploy Preview for peaceful-ramanujan-288045 ready!

Name Link
🔨 Latest commit 7172ed2
🔍 Latest deploy log https://app.netlify.com/sites/peaceful-ramanujan-288045/deploys/6613a787f68ec400081026e1
😎 Deploy Preview https://deploy-preview-293--peaceful-ramanujan-288045.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@TenzDelek TenzDelek changed the title Fix: Improved Card readability fix: improved card readability Mar 30, 2024
<div className='flex justify-between items-center'>
<div><div className={`border text-white text-md rounded-lg p-1 text-center mt-2 ${city.cfp ? 'block': 'hidden' }`}>cfp is open</div></div>
<div><div className={` text-md text-white text-md rounded-xl px-2 py-1 bg-[#3e4757] text-sm text-center mt-2 ${city.cfp ? 'block': 'hidden' }`}>cfp is open</div></div>
Copy link
Contributor

@akkshitgupta akkshitgupta Mar 30, 2024

Choose a reason for hiding this comment

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

You are using multiple overriding text sizes. Also, try to make it pixel perfect including the cfp is open shadow and border radius as in figma file

can you share the use of lucide-react.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@akkshitgupta oh , i will fix that right away, and for the lucide-react, i dont know how it is install in that package, i will remove that .

Copy link
Contributor Author

@TenzDelek TenzDelek left a comment

Choose a reason for hiding this comment

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

done with the changes, and for the lucide-react, when i try to remove that, the build was failing, i think that the library is used in some other component, so for my guess, back then when i forked the main branch and run the installation, the version of that might have been change, thats why it was reflecting in my pr changes.
image

<div className='flex justify-between items-center'>
<div><div className={`border text-white text-md rounded-lg p-1 text-center mt-2 ${city.cfp ? 'block': 'hidden' }`}>cfp is open</div></div>
<div><div className={` text-md text-white text-md rounded-xl px-2 py-1 bg-[#3e4757] text-sm text-center mt-2 ${city.cfp ? 'block': 'hidden' }`}>cfp is open</div></div>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@akkshitgupta oh , i will fix that right away, and for the lucide-react, i dont know how it is install in that package, i will remove that .

@akkshitgupta
Copy link
Contributor

@TenzDelek I would not prefer to include the lucide-react updates in this pull request, as this is out of scope for this issue. Can you confirm if the build is successful at the version "lucide-react": "^0.350.0" :)

@TenzDelek
Copy link
Contributor Author

TenzDelek commented Mar 31, 2024

@akkshitgupta got it, will try to see whether the build is happening with that version
edit: updated, yes the build is happening with that version

Copy link
Contributor Author

@TenzDelek TenzDelek left a comment

Choose a reason for hiding this comment

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

removed package.json

@AceTheCreator
Copy link
Member

@TenzDelek, there's a PR doing the same thing as yours, so I'm going to close this. Thanks for picking it up tho 🙏🏾

@TenzDelek
Copy link
Contributor Author

@AceTheCreator Ah, no problem it was a great first experience doing PR request

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.

Card text is unreadable
3 participants