If someone has hundreds of applications (or one day, maybe hundreds of environments) the select lists for choosing them will be difficult to navigate. It's made easier by the fact that once a site is chosen once, it will automatically select itself in the future if the user visits a related domain. However, picking a new site would still be annoying.
To fix this, the select widgets for the sitename and environment fields should be made searchable. The standard choice for this is the Chosen widgets; however, Chosen requires jQuery or Prototype, neither of which the extension otherwise uses, and that's a lot of extra JavaScript to load for a small feature. In a cursory search, there don't seem to be any vanilla JavaScript frameworks for this, although there is an in-progress port of Chosen to remove the jQuery dependency.
If someone has hundreds of applications (or one day, maybe hundreds of environments) the select lists for choosing them will be difficult to navigate. It's made easier by the fact that once a site is chosen once, it will automatically select itself in the future if the user visits a related domain. However, picking a new site would still be annoying.
To fix this, the select widgets for the sitename and environment fields should be made searchable. The standard choice for this is the Chosen widgets; however, Chosen requires jQuery or Prototype, neither of which the extension otherwise uses, and that's a lot of extra JavaScript to load for a small feature. In a cursory search, there don't seem to be any vanilla JavaScript frameworks for this, although there is an in-progress port of Chosen to remove the jQuery dependency.