about summary refs log tree commit diff
path: root/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Misc: Add local lib crate to share common structsBaitinq2022-10-302-43/+3
* Frontend: Add props to the OSSE ComponentBaitinq2022-10-301-3/+9
* Frontend: Change OSSE component into a struct componentBaitinq2022-10-301-76/+88
* Crawler+Indexer+Frontend: Rename structs to follow logical relationsBaitinq2022-10-291-10/+10
* Frontend: Use ResultComponent to display search resultsBaitinq2022-10-291-3/+14
* Frontend: Show results in reverse order with priorityBaitinq2022-10-281-2/+2
* Frontend: Show result website's title and descriptionBaitinq2022-10-281-2/+4
* Indexer: Add website title and description to the CrawledResourceBaitinq2022-10-281-0/+1
* Frontend: Improve responsive layoutBaitinq2022-10-281-34/+37
* Frontend: Make the results state OptionalBaitinq2022-10-281-15/+27
* Misc: Add TODOsBaitinq2022-10-281-0/+2
* Frontend: Html: Set footer at the bottom of the pageBaitinq2022-10-281-36/+38
* Frontend: Logically structure htmlBaitinq2022-10-281-35/+39
* Frontend: Add local bootstrap filesBaitinq2022-10-283-5/+18
* Fronted: Order search results by priorityBaitinq2022-10-272-2/+19
* Frontend: Use display_results() function for rendering CrawledResourcesBaitinq2022-10-271-5/+14
* Frontend: Fetch results from indexerBaitinq2022-10-272-33/+50
* Frontend: Add results field to the state and set dummy resultsBaitinq2022-10-261-2/+46
* Frontend: Add basic search_query stateBaitinq2022-10-262-7/+55
* Frontend: Add basic layoutBaitinq2022-10-262-1/+43
* Frontend: Update index.html to include boostrapBaitinq2022-10-251-3/+16
* Crawler: Use async ClientBaitinq2022-10-251-1/+1
* Client->Frontend: Create yew frontend skeletonBaitinq2022-10-243-0/+26