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

EIM-57 Instalation UI improved for cases of installing multiple versions #12

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

Hahihula
Copy link
Collaborator

@Hahihula Hahihula commented Nov 1, 2024

No description provided.

Copy link
Collaborator

@Fabricio-ESP Fabricio-ESP left a comment

Choose a reason for hiding this comment

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

Successfully able to install more than one version of IDF using the installation manager.
On Ubuntu, the checkboxes does not render well yet, this will come later.

Copy link

@brianignacio5 brianignacio5 left a comment

Choose a reason for hiding this comment

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

Minor validation concern and typo otherwise LGTM

switch (event.payload.action) {
case 'start':
this.tools[event.payload.tool] = {
this.tools[this.curently_installing_version][event.payload.tool] = {

Choose a reason for hiding this comment

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

While unlikely it would be good to add validation here for this.curently_installing_version which need state == "started" otherwise it will be undefined to avoid undefined key error here.

Also typo this.currently_installing_version

@Hahihula Hahihula merged commit 7b19dd6 into master Nov 5, 2024
4 checks passed
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.

3 participants