-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
chore: add terminal #99
chore: add terminal #99
Conversation
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.
Got a few comments:
- Can you please update the parser dependency, as
2.2
is not supported. - I get a "problem" that the terminal does not catch, I assume it is just a warning? That the AsyncAPI version is not supported. Anything that needs to be changed now?
- You don't want to add a few tests, or are you planning to create them afterwards 😟 ?
<div | ||
className="flex flex-row justify-between items-center px-2 border-b border-gray-700 text-white uppercase font-bold text-xs cursor-pointer" | ||
onClick={e => { | ||
const clientRects = e.currentTarget.parentElement?.parentElement?.getClientRects()[0]; |
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.
🧐
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.
Yes 😅 I need to get how many pixels away from the bottom of an element so that the terminal closes itself on click - I am taking a few pixel adjustments to improve the UX.
e2e6df1
to
2a233e8
Compare
|
I could make it disappear as well, no idea how, as I refreshed the window it reappeared. |
@jonaslagoni Ok, it should be fixed now :) |
Kudos, SonarCloud Quality Gate passed! |
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.
LGTM 🎉
@jonaslagoni Thanks! |
Description
Terminal
component like in VSCProblems
tab in theTerminal
component to show all errors from our ParserJS: it shows all errors with appropriate lineRelated issue(s)
See also #80