about summary refs log tree commit diff stats
path: root/internal/server/templates.go
Commit message (Expand)AuthorAgeLines
* feat: display results in a table, showing details on clickAlan Pearce2024-06-08-2/+13
* feat: support searching packagesAlan Pearce2024-05-17-0/+11
* refactor: use interface to unify Options and PackagesAlan Pearce2024-05-16-2/+2
* feat: add browser search engines via opensearch descriptionAlan Pearce2024-05-15-1/+15
* refactor(templates): render partials with less hackinessAlan Pearce2024-05-15-5/+8
* build: optionally embed frontend filesAlan Pearce2024-05-10-5/+6
* style: show pages for different sourcesAlan Pearce2024-05-07-0/+12
* style: split homepage and search pageAlan Pearce2024-05-07-8/+16
* refactor: rely on html/template functionality moreAlan Pearce2024-05-07-16/+11
* refactor: extract templating into own fileAlan Pearce2024-05-07-0/+81