acquia / logstream-chrome

Allows you to see what logs are being generated in real time as you browse around a website that you maintain on Acquia Cloud
https://docs.acquia.com/cloud/configure/logging/stream
Other
7 stars 3 forks source link

Make sitename and environment searchable #2

Open IceCreamYou opened 8 years ago

IceCreamYou commented 8 years ago

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.