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

feat: distinct colors for each parameter type #444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renie
Copy link

@renie renie commented Oct 13, 2024

Description

Implementation of the issue #397 .
In order to make it work, the theme needs to have defined the colors for exampleNumber, exampleBool, and exampleString. If it does not have ALL of them, the color defined for exampleToken will be used.

Checklist

Please review this checklist before submitting a pull request.

  • Code compiles correctly
  • Created tests, if possible
  • All tests passing (npm run test:all)
  • Extended the README / documentation, if necessary

@renie
Copy link
Author

renie commented Oct 13, 2024

Would @sebastiaanspeck @spageektti and @kbdharun have a look at this, please? I cannot add reviewers on this repo.

Copy link
Member

@spageektti spageektti left a comment

Choose a reason for hiding this comment

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

Overall, it looks good to me, but we need a review from someone who is more involved with the Node client than I am.

@sebastiaanspeck
Copy link
Member

I do not have a lot of experience with Node, but at least I can see the tests failed

@kbdharun kbdharun self-assigned this Oct 14, 2024
@kbdharun
Copy link
Member

kbdharun commented Oct 14, 2024

I do not have a lot of experience with Node, but at least I can see the tests failed

The test failed due to timeout when fetching the pages, retriggering it should fix the issue usually (like this case).

Copy link
Member

@kbdharun kbdharun left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks for your contribution.

@renie
Copy link
Author

renie commented Oct 20, 2024

Hey @owenvoke , would you please have a look at this PR?

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.

4 participants