about summary refs log tree commit diff stats
path: root/internal/components
Commit message (Collapse)AuthorAgeLines
* feat: wrap search form in semantic <search> elementAlan Pearce6 days-5/+4
|
* feat: show last/next/current indexing run timeAlan Pearce6 days-0/+64
|
* fix: footer spacingAlan Pearce6 days-0/+1
|
* fix: detach version from rest of footer textAlan Pearce6 days-0/+1
|
* fix: wrong pagination links for combined resultsAlan Pearce6 days-0/+1
| | | | Fixes: https://todo.sr.ht/~alanpearce/searchix/15
* feat: Convert templ components to gomponentsAlan Pearce6 days-627/+717
|
* feat: show version number and link in footerAlan Pearce7 days-0/+6
|
* fix: build error (incomplete commit)Alan Pearce9 days-5/+2
|
* fix: build error caused by incomplete commitAlan Pearce9 days-5/+6
|
* refactor: ensure errors have stack tracesAlan Pearce13 days-3/+3
|
* fix: js error due to missing class on nav menu itemAlan Pearce13 days-3/+1
|
* feat: link to referenced projectsAlan Pearce2025-03-11-1/+2
|
* refactor: remove unnecessary source lookupAlan Pearce2025-03-11-4/+1
|
* fix: remove duplicate link to source codeAlan Pearce2025-03-10-1/+0
|
* feat: default to combined search on root pathAlan Pearce2025-03-10-13/+8
|
* feat: enable searching via program names for multi-program packagesAlan Pearce2025-01-15-3/+13
| | | | implements: https://todo.sr.ht/~alanpearce/searchix/6
* feat: offer to show all results on one page (if < 10000)Alan Pearce2025-01-05-2/+6
| | | | Implements: https://todo.sr.ht/~alanpearce/searchix/5
* refactor: extract pagination into moduleAlan Pearce2025-01-04-5/+4
|
* feat: show scores in results table in dev modeAlan Pearce2025-01-02-5/+55
|
* chore: update dependenciesAlan Pearce2024-12-19-1/+3
|
* fix: tell browsers not to capitalise search inputAlan Pearce2024-07-16-0/+1
|
* refactor: remove unnecessary DocumentData structAlan Pearce2024-07-12-7/+0
|
* feat: enable combined searchAlan Pearce2024-07-12-10/+76
|
* fix: panic rendering search resultsAlan Pearce2024-07-11-1/+4
|
* feat: more structured loggingAlan Pearce2024-07-01-6/+1
|
* refactor: rename go moduleAlan Pearce2024-06-29-15/+15
|
* feat: add message for users with javascript disabledAlan Pearce2024-06-25-0/+5
|
* fix: panic rendering resultsAlan Pearce2024-06-21-2/+16
|
* fix: incorrect formatting of options results headersAlan Pearce2024-06-21-2/+2
|
* refactor: switch to templ for HTML templatesAlan Pearce2024-06-21-0/+517