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(quickstart): adjust cards and badge for small screens #685

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

siva222003
Copy link

Fix: #677

  • Adjusted the layout of UI cards and badge on the /quickstart page for improved responsiveness on small screens.
  • Ensured the elements display correctly without overlapping or misalignment on mobile devices.
Screencast.from.2025-02-17.23-41-22.webm

Please review the changes and let me know if any adjustments are needed.

Copy link
Member

@imrishabh18 imrishabh18 left a comment

Choose a reason for hiding this comment

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

Check the comments, other than that looks good to me!

@@ -125,7 +125,6 @@ export const PreviewContent = ({
{leftHeaderContent && <div className="flex-grow" />}
<RunButton
onClick={() => triggerRunTsx()}
disabled={!hasCodeChangedSinceLastRun && tsxRunTriggerCount !== 0}
Copy link
Member

Choose a reason for hiding this comment

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

I think these disabled button changes are related to another issue. Don't mix the PR

Copy link
Author

Choose a reason for hiding this comment

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

Okay, I removed the changes related to another issue.

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.

Fix the UI cards and badge on the /quickstart page for small screen
2 participants