Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EREGCSC-2685 -- Move subject page search box to filter region (#1461)
* feat: move search input on subjects page; direct to search page when used * feat: method to get subject name as input placeholder * feat: styles; use v-input label instead of placeholder because placeholder does not allow text-overflow: ellipsis * style: various style tweaks * fix: counts based on q on search page and subjects param on subj pg * test: fix a few failing tests * chore: remove q param from subjects page logic * chore: clean up vestigial logic concerning search query labels in subjects pg * test: linting; begin updating subjects test suite * test: fix a11y test and a few others * test: update all subjects test to work without search query * chore: remove search slot from policysidebar component * style: tweak subjects page filters mobile styling * chore: linting * feat: refactor search input redirect/clear logic in subjects page * test: clearing subjects input field should not reload page * chore: tweak back button behavior * style: tweak subjects page doc type selectors narrow styles
- Loading branch information