LP2009865 Revised search result headings & source order user/sandbergja/lp2009865-signoff
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 9 Mar 2023 16:08:40 +0000 (16:08 +0000)
committerJane Sandberg <js7389@princeton.edu>
Sun, 16 Apr 2023 15:53:20 +0000 (08:53 -0700)
commit2c94ee93cd3b118c657259bfe40e757807cc4303
tree11cab4f3cf3acb9e0583e1792d48ef1ecd13f2a8
parent27d816849f7d3186d670701066f58ee1e1868965
LP2009865 Revised search result headings & source order

Revises the hierarchy of headings in the search results. In combination
with the H1 provided in in bug #1994711, the result is now:

h1. Staff Catalog
h2. Search Results (N)
(repeat for each result:)
h3. [Title] [Author]
h2. Facets
(repeat for each facet box:)
h3. [Facet title]

The source order of the results list and facet sidebar have been
swapped. The facets still appear on the left visually, but now fall
after the results in the document.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.css
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts