"More Info" button does not work in Library/Boards Manager #368
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Description
When browsing through different libriaries in the
Library Manager
or boards in theBoards Manager
, clicking theMore Info
button does not do anything (I guess it should either open a new menu or redirect to an online repository?). The error occurs on Linux.To Reproduce
Steps to reproduce the behavior:
Boards Manager
orLibrary Manager
icon.More Info
button on the first entry.Expected behavior
I would expect it to redirect me to the board's/library's website, or open a new menu.
Desktop:
Other:
By inspecting the app, I saw that the html element corresponding to each
More Info
entry should redirect to a github/gitlab repository. But, when I click the button, nothing happens. I am not very familiar with electron and typescript but I think that the error lies under thearduino-ide-extension/src/browser/widgets/component-list/list-item-renderer.tsx
file (the onMoreInfoClick function).The text was updated successfully, but these errors were encountered: