about summary refs log tree commit diff stats
path: root/frontend/static/search.js
Commit message (Collapse)AuthorAgeLines
* fix: blank modal when using browser navigationAlan Pearce2024-06-24-3/+0
|
* fix: duplicated results tables via JS searchAlan Pearce2024-06-21-1/+1
|
* refactor: switch to templ for HTML templatesAlan Pearce2024-06-21-2/+2
|
* feat: display results in a table, showing details on clickAlan Pearce2024-06-08-42/+76
|
* fix: moving through search history shows no resultsAlan Pearce2024-05-31-2/+2
|
* feat(ui): enable resetting form by clicking current source linkAlan Pearce2024-05-17-1/+11
|
* fix: render errors as HTML given correct content-typeAlan Pearce2024-05-17-1/+2
|
* feat: improve accessibility and browser behaviourAlan Pearce2024-05-17-1/+3
|
* feat: clicking another source re-uses queryAlan Pearce2024-05-12-1/+17
|
* feat(js): save and restore input state with historyAlan Pearce2024-05-12-1/+4
|
* fix(js): make reload after error execute attempted searchAlan Pearce2024-05-12-6/+7
|
* refactor(js): use async/await, it's 2024Alan Pearce2024-05-12-27/+23
|
* fix: js error when no results foundAlan Pearce2024-05-12-2/+6
|
* fix(js): pushstate also on errors, so that the user can refreshAlan Pearce2024-05-09-2/+5
|
* fix(js): null value error for paginationAlan Pearce2024-05-08-1/+1
|
* feat: paginate search resultsAlan Pearce2024-05-08-17/+49
|
* style: split homepage and search pageAlan Pearce2024-05-07-9/+22
|
* feat: search one set of optionsAlan Pearce2024-05-07-3/+4
|
* style: remove unused variableAlan Pearce2024-05-05-1/+1
|
* feat: browser history managementAlan Pearce2024-05-04-3/+53
|
* feat: frontend search implementationAlan Pearce2024-05-04-0/+26