Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates/head.tmpl: add `description` and `theme-color` meta elements | siddharth ravikumar | 2022-06-19 | 1 | -0/+2 |
* | templates/footer.tmpl: add width and height attrs for peach img | siddharth ravikumar | 2022-06-19 | 1 | -1/+2 |
* | static/logo: remove peach.png | siddharth ravikumar | 2022-06-19 | 1 | -0/+0 |
* | peach: update `peachFS` | siddharth ravikumar | 2022-06-19 | 1 | -1/+1 |
* | templates/about.tmpl: use footer.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -9/+1 |
* | templates: update footer.tmpl | siddharth ravikumar | 2022-06-19 | 2 | -2/+2 |
* | templates/weather.tmpl: use footer.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -9/+1 |
* | templates: add footer.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -0/+9 |
* | templates/search.tmpl: use head.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -6/+1 |
* | templates/weather.tmpl: use head.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -6/+1 |
* | templates/about.tmpl: use head.tmpl | siddharth ravikumar | 2022-06-19 | 2 | -6/+3 |
* | templates: add head.tmpl | siddharth ravikumar | 2022-06-19 | 1 | -0/+16 |
* | static/logo: peach.rkt: remove smaller logo sizes | siddharth ravikumar | 2022-06-19 | 5 | -2/+2 |
* | static/logo: peack.rkt: make logos in different sizes | siddharth ravikumar | 2022-06-19 | 13 | -2/+4 |
* | static/logo: peach.rkt: use `make-logo` to make logo | siddharth ravikumar | 2022-06-19 | 1 | -10/+2 |
* | static/logo: peach.rkt: fmt | siddharth ravikumar | 2022-06-19 | 1 | -0/+6 |
* | static/logo: peach.rkt: add `make-logo` | siddharth ravikumar | 2022-06-19 | 1 | -0/+8 |
* | static/logo: peach.rkt: update `png-export` | siddharth ravikumar | 2022-06-19 | 1 | -3/+3 |
* | static: update peach.rkt | siddharth ravikumar | 2022-06-19 | 2 | -8/+15 |
* | version: bump to version 0.7.0v0.7.0 | siddharth ravikumar | 2022-06-19 | 1 | -1/+1 |
* | add logo in the footer | siddharth ravikumar | 2022-06-19 | 6 | -3/+36 |
* | static: logo.png -> peach.png | siddharth ravikumar | 2022-06-19 | 2 | -1/+1 |
* | static: add logo | siddharth ravikumar | 2022-06-18 | 2 | -0/+41 |
* | peach: explicitly specify embedded files | siddharth ravikumar | 2022-06-18 | 2 | -2/+2 |
* | version: bump to version 0.6.2v0.6.2 | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
* | templates/about.tmpl: remove footer | siddharth ravikumar | 2022-06-18 | 4 | -23/+3 |
* | version: bump to version 0.6.1v0.6.1 | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
* | templates/about.tmpl: add version to the header | siddharth ravikumar | 2022-06-18 | 3 | -2/+10 |
* | templates/about.tmpl: update privacy section | siddharth ravikumar | 2022-06-18 | 1 | -8/+4 |
* | peach: remove `logRequest` | siddharth ravikumar | 2022-06-18 | 1 | -16/+0 |
* | templates/about.tmpl: fix typo | siddharth ravikumar | 2022-06-18 | 2 | -2/+2 |
* | version: bump to version 0.6.0v0.6.0 | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
* | static/peach.css: fix `.about-container .header h1` | siddharth ravikumar | 2022-06-18 | 2 | -2/+2 |
* | peach: add `/about` section | siddharth ravikumar | 2022-06-18 | 5 | -2/+167 |
* | README.md: update main section | siddharth ravikumar | 2022-06-18 | 2 | -2/+2 |
* | version: bump to version 0.5.1v0.5.1 | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
* | weather: update `NewWeather` | siddharth ravikumar | 2022-06-18 | 3 | -1/+7 |
* | version: bump to version 0.5.0v0.5.0 | siddharth ravikumar | 2022-06-18 | 1 | -1/+1 |
* | templates/weather.tmpl: add alerts section | siddharth ravikumar | 2022-06-18 | 3 | -2/+85 |
* | weather: update `Alert` | siddharth ravikumar | 2022-06-18 | 1 | -5/+4 |
* | weather: update `NewWeather` | siddharth ravikumar | 2022-06-18 | 1 | -0/+22 |
* | nws: update `GetForecastBundle` | siddharth ravikumar | 2022-06-18 | 1 | -0/+6 |
* | nws: update `GetAlerts` | siddharth ravikumar | 2022-06-18 | 2 | -23/+53 |
* | nws: update `TestAlerts` | siddharth ravikumar | 2022-06-18 | 1 | -3/+73 |
* | README.md: update main section | siddharth ravikumar | 2022-06-18 | 1 | -3/+0 |
* | README.md: update main section | siddharth ravikumar | 2022-06-18 | 2 | -2/+5 |
* | nws: add `GetAlerts` | siddharth ravikumar | 2022-06-16 | 2 | -0/+77 |
* | Makefile: add `vet` | siddharth ravikumar | 2022-06-12 | 1 | -1/+5 |
* | README.md: update build requirements | siddharth ravikumar | 2022-06-12 | 1 | -1/+1 |
* | version: bump to version 0.4.4v0.4.4 | siddharth ravikumar | 2022-06-12 | 1 | -1/+1 |