-
-
Notifications
You must be signed in to change notification settings - Fork 6
fix: layout improvements #90
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
Conversation
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
src/components/editor.tsx:134
- Review the new calc expressions used (e.g. calc(100%-72px) and calc(100%-57px)) to ensure that the syntax without spaces is parsed correctly in your Tailwind configuration, and that it produces the expected layout.
"h-[calc(100%-72px)]": readOnly,
src/App.tsx:51
- Changing from a calculated height (70dvh) to h-full may lead to unexpected behavior if the parent container does not have an explicit height set; please verify that the parent container styles support this change.
"<div className=\"bg-muted overflow-auto h-full relative flex flex-col\">",
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.
Nice work, this looks really good.
Would like @amareshsm to review before merging.
@xbinaryx it looks like we have some merge conflicts now. Can you take a look? |
Prerequisites checklist
What changes did you make? (Give an overview)
Related Issues
Closes #50
Is there anything you'd like reviewers to focus on?