Skip to content

Resolve "NEW: Language Settings Update"

James Jenkinson requested to merge 482-new-language-settings-update into main

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

Merge request reports

Loading