about summary refs log tree commit diff
path: root/frontend/src/app.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Frontend: Display number of results below search barBaitinq2022-11-051-8/+17
* Frontend: Link the OSSE logo to /Baitinq2022-11-051-1/+3
* Lib+Indexer: Make IndexedResource title and description OptionalBaitinq2022-11-021-3/+4
* Frontend: Result component: Add more font related cssBaitinq2022-11-011-5/+17
* Frontend: Result component: Show "No Description" if empty descriptionBaitinq2022-11-011-2/+5
* Frontend: Result component: Use the stylist crate to apply basic cssBaitinq2022-11-011-2/+15
* Frontend: Result component: Add basic structureBaitinq2022-11-011-3/+6
* Frontend: Reduce code duplication in the initial_search_query path of compone...Baitinq2022-11-011-28/+3
* Frontend: Handle and show API errorsBaitinq2022-11-011-32/+71
* Misc: Cargo fmtBaitinq2022-10-301-10/+17
* Frontend: Change navbar linksBaitinq2022-10-301-4/+4
* Frontend: URL encode and decode the search_queryBaitinq2022-10-301-2/+2
* Frontend: Implement support for searching with /search/* routesBaitinq2022-10-301-3/+32
* Frontend: Update yew to follow masterBaitinq2022-10-301-1/+1
* Frontend: Move app-specific code to app.rsBaitinq2022-10-301-0/+178