-
Notifications
You must be signed in to change notification settings - Fork 65
revamped Stock listing page UI, closes #298 #302
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
base: develop
Are you sure you want to change the base?
Conversation
changes color of stock cards and position of sell stocks button
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
closes #298 |
MehulKChaudhari
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I was testing out locally. But I cannot visit upon the page it gave me this error. Please handle it. User should barely get such errors on the screen.

Also please add the demo you use for the development. So I can test it out easily. And keep that data for now once we have API ready we will remove dummy data and use actual data.
Thank you.
|
Thanks for the review. |
| font-size: 1.1em; | ||
| display: flex; | ||
| justify-content: center; | ||
| align-items: end; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CSS property align-items: end is not standard CSS and may cause compatibility issues across browsers. For better cross-browser compatibility, use align-items: flex-end instead. This is the standard value in the CSS Flexbox specification.
| align-items: end; | |
| align-items: flex-end; |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
@MehulKChaudhari Please review it and let me know of the required changes if any.
Thank you,
Akash