Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use yarn in dockerfile | Galen Guyer | 2021-10-29 | 1 | -4/+3 |
| | |||||
* | fix date timezone for updates | Galen Guyer | 2021-09-17 | 2 | -497/+524 |
| | |||||
* | update for new semester, oops forgot to commit | Galen Guyer | 2021-09-01 | 5 | -75/+12419 |
| | |||||
* | Add notice to top of main page | Galen Guyer | 2021-05-29 | 1 | -0/+10 |
| | |||||
* | Only get fall and spring data | Galen Guyer | 2021-05-29 | 1 | -1/+2 |
| | |||||
* | Remove disclaimer from new cases | Galen Guyer | 2021-02-08 | 1 | -4/+0 |
| | |||||
* | Add two weeks ago option and show time diff | Galen Guyer | 2021-01-31 | 1 | -3/+4 |
| | |||||
* | Minor style updates | Galen Guyer | 2021-01-31 | 3 | -2/+5 |
| | |||||
* | Revert removal of new cases and add notice | Galen Guyer | 2021-01-31 | 1 | -1/+16 |
| | | | | This reverts commit b3ed3ca94224d5dbb86e6ccbb15d08aad1a326cf. | ||||
* | Add they broke it notice to new cases | Galen Guyer | 2021-01-26 | 1 | -14/+3 |
| | |||||
* | Add api documentation link | Galen Guyer | 2021-01-22 | 1 | -0/+5 |
| | |||||
* | Add daily positive test rate disclaimer | Galen Guyer | 2021-01-22 | 1 | -1/+3 |
| | |||||
* | Show current semester by default | Galen Guyer | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Patch failure for one-week current semester | Galen Guyer | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Add option to only show information from the current semester | Galen Guyer | 2021-01-16 | 2 | -7/+42 |
| | |||||
* | Make sure the test rates are between 0 and 100 | Galen Guyer | 2020-11-23 | 1 | -6/+14 |
| | | | | Should fix #1 | ||||
* | round diff in prior positive test rate, boo floats | Galen Guyer | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | fix diff in prior positive test rate | Galen Guyer | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | use nicer date format in graph tooltip | Galen Guyer | 2020-11-16 | 1 | -2/+4 |
| | |||||
* | swap to graph for positive test rate | Galen Guyer | 2020-11-16 | 2 | -5/+5 |
| | |||||
* | add positiveTests table | Galen Guyer | 2020-11-16 | 2 | -1/+56 |
| | |||||
* | add explanation for positive test rate | Galen Guyer | 2020-11-16 | 1 | -0/+4 |
| | |||||
* | add positive test rate | Galen Guyer | 2020-11-16 | 1 | -2/+18 |
| | |||||
* | move all calculation logic into MainPage | Galen Guyer | 2020-11-16 | 2 | -18/+32 |
| | |||||
* | Move data into MainPage | Galen Guyer | 2020-11-16 | 2 | -3/+4 |
| | |||||
* | make report issues link blue | Galen Guyer | 2020-11-15 | 3 | -21/+26 |
| | |||||
* | add goatcounter as page element to hopefully catch routing | Galen Guyer | 2020-11-15 | 5 | -4/+32 |
| | |||||
* | add goatcounter analytics | Galen Guyer | 2020-11-15 | 1 | -0/+2 |
| | |||||
* | add toggle for one day or week ago | Galen Guyer | 2020-11-14 | 2 | -4/+14 |
| | |||||
* | specify prior alert not always yesterday | Galen Guyer | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | add prior update time | Galen Guyer | 2020-11-14 | 1 | -1/+14 |
| | |||||
* | make the main title a link to the homepage | Galen Guyer | 2020-11-14 | 1 | -2/+2 |
| | |||||
* | Create LICENSE | Galen Guyer | 2020-11-14 | 1 | -0/+661 |
| | |||||
* | use a darker orange to make graphs more readable | Galen Guyer | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | make buttons better | Galen Guyer | 2020-11-14 | 2 | -12/+14 |
| | | | | | | buttons change their background and text color on hover now to make their purpose more clear, and the Link element covers the whole button now. Thanks for the suggestions Tessa! | ||||
* | I can't type | Galen Guyer | 2020-11-14 | 1 | -0/+0 |
| | |||||
* | add favicons | Galen Guyer | 2020-11-14 | 5 | -0/+0 |
| | |||||
* | switch API url | Galen Guyer | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | remove line break | Galen Guyer | 2020-11-14 | 1 | -1/+0 |
| | |||||
* | add attribution | Galen Guyer | 2020-11-14 | 1 | -0/+7 |
| | |||||
* | Add yesterday alert level | Galen Guyer | 2020-11-14 | 1 | -0/+3 |
| | |||||
* | Add alert level and clean up colors | Galen Guyer | 2020-11-14 | 2 | -2/+6 |
| | |||||
* | add links to all stats | Galen Guyer | 2020-11-14 | 4 | -23/+141 |
| | |||||
* | add History and totalstudent cases graph | Galen Guyer | 2020-11-14 | 4 | -26/+379 |
| | |||||
* | pop most data into MainPage for router | Galen Guyer | 2020-11-14 | 2 | -59/+73 |
| | |||||
* | draw more attention to numbers instead of label | Galen Guyer | 2020-11-14 | 1 | -3/+5 |
| | |||||
* | add some fancier styling with better labels | Galen Guyer | 2020-11-14 | 4 | -38/+62 |
| | |||||
* | Add tailwind css | Galen Guyer | 2020-11-14 | 5 | -677/+945 |
| | |||||
* | drop year from updated string | Galen Guyer | 2020-11-14 | 1 | -1/+10 |
| | |||||
* | add latest update date | Galen Guyer | 2020-11-14 | 3 | -0/+10 |
| |