about summary refs log tree commit diff
path: root/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Frontend: Html: Set footer at the bottom of the pageBaitinq2022-10-281-36/+38
|
* Frontend: Logically structure htmlBaitinq2022-10-281-35/+39
|
* Fronted: Order search results by priorityBaitinq2022-10-271-1/+17
| | | | | | We do this by implementing the PartialOrd and Ord traits into the CrawledResource struct and then using Itertools::sorted() on the display iterator.
* Frontend: Use display_results() function for rendering CrawledResourcesBaitinq2022-10-271-5/+14
|
* Frontend: Fetch results from indexerBaitinq2022-10-271-32/+46
|
* Frontend: Add results field to the state and set dummy resultsBaitinq2022-10-261-2/+46
|
* Frontend: Add basic search_query stateBaitinq2022-10-261-6/+51
|
* Frontend: Add basic layoutBaitinq2022-10-261-1/+37
|
* Client->Frontend: Create yew frontend skeletonBaitinq2022-10-241-0/+12
We have replaced the client with a yew frontend.