Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

143 ui improvements #94

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

143 ui improvements #94

wants to merge 14 commits into from

Conversation

sherzinger
Copy link
Member

@sherzinger
Copy link
Member Author

Okay, so this PR got a lot bigger than initially planned.

  • I had to refactor the typeahead method calls got get some sanity in the the long list of parameters
  • I had to edit the asset pipeline because of unmaintained sbt-web packages
  • I had to remove the ".min" from all previously "closured" .js files because they are no longer minified, but gziped instead. I tried to use sbt-uglify to introduce minification again but that's another library that's not well maintained. Unfortunately sbt-web seems to be very poorly maintained in general.
  • I had to find the occurrences of field typeaheads and edit the minLength to 2 (the default is 0, e.g. for filter typeahead)

Please have a look if the front-end still works as expected. I couldn't find any issues here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UX improvements
2 participants