feat: make maquerade stateful

feat: implement loading screen

chore: update selector test

chore: fiter/sort padding

chore: update fail masquerade state

chore: update unit test

chore: Update src/containers/MasqueradeBar/index.jsx

Co-authored-by: Ben Warzeski <bwarzeski@edx.org>

chore: update test

Co-authored-by: Ben Warzeski <bwarzeski@edx.org>

chore: update snapshot
This commit is contained in:
Leangseu Kim
2022-09-30 12:09:45 -04:00
committed by leangseu-edx
parent 7f210e7483
commit 84446fe5cd
19 changed files with 220 additions and 78 deletions

View File

@@ -92,7 +92,7 @@ export const CourseFilterControls = ({
<div className="filter-form-col">
<FilterForm {...{ filters, handleFilterChange }} />
</div>
<hr className="h-100 bg-primary-200 m-1" />
<hr className="h-100 bg-primary-200 mx-3 my-0" />
<div className="filter-form-col text-left m-1">
<SortForm {...{ sortBy, handleSortChange }} />
</div>

View File

@@ -98,7 +98,7 @@ exports[`CourseFilterControls snapshot is not mobile 1`] = `
/>
</div>
<hr
className="h-100 bg-primary-200 m-1"
className="h-100 bg-primary-200 mx-3 my-0"
/>
<div
className="filter-form-col text-left m-1"