| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Frontend: Html: Set footer at the bottom of the page | Baitinq | 2022-10-28 | 1 | -36/+38 |
| | | |||||
| * | Frontend: Logically structure html | Baitinq | 2022-10-28 | 1 | -35/+39 |
| | | |||||
| * | Frontend: Add local bootstrap files | Baitinq | 2022-10-28 | 3 | -5/+18 |
| | | |||||
| * | Fronted: Order search results by priority | Baitinq | 2022-10-27 | 2 | -2/+19 |
| | | | | | | | 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 CrawledResources | Baitinq | 2022-10-27 | 1 | -5/+14 |
| | | |||||
| * | Frontend: Fetch results from indexer | Baitinq | 2022-10-27 | 2 | -33/+50 |
| | | |||||
| * | Frontend: Add results field to the state and set dummy results | Baitinq | 2022-10-26 | 1 | -2/+46 |
| | | |||||
| * | Frontend: Add basic search_query state | Baitinq | 2022-10-26 | 2 | -7/+55 |
| | | |||||
| * | Frontend: Add basic layout | Baitinq | 2022-10-26 | 2 | -1/+43 |
| | | |||||
| * | Frontend: Update index.html to include boostrap | Baitinq | 2022-10-25 | 1 | -3/+16 |
| | | | | | Also setup viewport and title. | ||||
| * | Crawler: Use async Client | Baitinq | 2022-10-25 | 1 | -1/+1 |
| | | |||||
| * | Client->Frontend: Create yew frontend skeleton | Baitinq | 2022-10-24 | 3 | -0/+26 |
| We have replaced the client with a yew frontend. | |||||