Skip to content

improved the User Interface. #1

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

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

Conversation

inherithandle
Copy link

  • the "Select All/ Unselect all items" button.
    • it is not fair to type javascript:document.querySelectorAll('#items-list>div').forEach(el => el.click()) in the address bar for those who are not familiar with JavaScript. That's why I put the button who allows us to select all items.
  • the summary tab that keeps track of the number of items.
    • sometimes you want to know how many perfect gems you have when you type "Perfect" in the search bar.
  • validation for the "Launch" button.
    • JavaScript say "you need to select at least one item", if someone try to click on the Launch Button without selecting any items.

* the "Select All/ Unselect all items" button.
* the summary tab that keeps track of the number of items.
* validation for the "Launch" button.
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.

1 participant