Skip to content

FAL-1941 more tweaks iteration 2

Ghost User requested to merge samuel/frontend-tweaks-2 into master

FAL-1941

Tweaks to address client feedback. See also backend-app-course-search!8 (merged)

This addresses the following specific requirements:

  • Fix: the "Sort by" dropdown near the upper-left grows in horizontal width based on how wide the browser is (which is good), but it stops growing a little sooner than it ought to do so. No matter how wide my browser is, the label "Publication Date" is partially obscured
  • Hide "Skill level" on search form.

Test instructions:

  • run this frontend app
  • view the frontend at various viewport sizes and verify that the "sort by" dropdown field is never cut off
  • follow the readme instructions to hide the "skill level" field and verify that it successfully hides it. Also verify that when the skill level is hidden, the skill field from the url params is ignored (ie. run the frontend without skill level hidden, run a skill level search, save the url, then run the frontend with the skill level hidden, visit the same url, verify that the results are not filtered by skill level)

Reviewers:

Edited by Ghost User

Merge request reports