Resolve "NEW: Language Settings Update"
Colors
This merge request needed the grey colors for the pull down, which were previously not part of the color system. I added them under the name 'grey'
, which I don't find to be so ideal. We can easily change it in the future though
Pull down
The pull down had been changed to allow for typeahead, for example on the monitoring setup page, so that a user can more easily find an option.
This doesn't work so well here however, as the typeahead was filling the select with the user's current language, which was then filtering out all other languages (the user would have to delete the word 'Deutsch' before coming to 'Englisch' for example)
The simplest fix I could think of here was to mark the input as readonly, and avoid filtering, we might want to consider for the future how to handle the pull down when we still want the typeahead functionality, but with pre-selected values.
Closes #482