1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Peter Bengtsson
8ab5c45eb8 format large numbers per locale (#34579) 2023-02-08 21:34:41 +00:00
Grace Park
dbf220fa0c Search Results page updates (#34498) 2023-02-07 21:51:47 +00:00
Peter Bengtsson
5598dd8332 go to top of page when clicking pagination links (#34386) 2023-02-02 21:52:06 +00:00
Grace Park
140e617b28 Update ui key to update translations (#34316) 2023-01-31 20:52:36 +00:00
Grace Park
ef2efb0636 Feature Branch: Global Nav Phase 1 (#33465)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
Co-authored-by: Joe Oak <41307427+joeoak@users.noreply.github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2023-01-31 17:49:50 +00:00
Peter Bengtsson
b83009ce59 max 10 pages of pagination on dedicated search page (#33915) 2023-01-12 20:18:29 +00:00
Kevin Heis
3179a7c7a0 (alt) Add searchResult event to search page (#31149) 2022-09-27 12:38:17 +00:00
Peter Bengtsson
dfdd5b87eb Use <Link> not <a> to get client-side navigation (#31103) 2022-09-26 09:24:22 -04:00
Peter Bengtsson
fe80f4ae4d suppress es-search if ELASTICSEARCH_URL isn't configured (#30096)
* suppress es-search if ELASTICSEARCH_URL isn't configured

* simplify

* simple 500 error instead
2022-08-19 20:54:37 +00:00
Peter Bengtsson
8765c628ff dedicated search results page (redux) (#29902)
* dedicated search results page (redux)

* Update SearchResults.tsx

* adding pagination

* fix pagination

* say something on NoQuery

* better Flash

* tidying link

* small fixes for results

* debug info

* l18n the meta info

* inDebugMode

* basic jest rendering of the skeleton page

* basic jest rendering test

* fix content tests

* better document title

* fix tests

* quote query in page title

* use home page sidebar

* something when nothing is found

* parseInt no longer needs the 10

* fix linting tests

* fix test

* prettier

* Update pages/search.tsx

Co-authored-by: Rachael Sewell <rachmari@github.com>

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2022-08-19 13:36:55 +00:00