Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include src/content/images.js in the repositoryHEADmain | EuAndreh | 2024-11-05 | 3 | -4/+80 |
| | |||||
* | Generate dark variation of light SVG icons | EuAndreh | 2024-11-03 | 64 | -0/+2800 |
| | | | | | | | | | | for f in src/content/img/icon/*/light.svg; do sed \ -e 's/white/WHITE/g' \ -e 's/black/white/g' \ -e 's/WHITE/black/g' \ < "$f" > "$(dirname "$f")"/dark.svg done | ||||
* | Add aliases for missing icons | EuAndreh | 2024-11-02 | 14 | -0/+14 |
| | |||||
* | Embed dev-time PNG images | EuAndreh | 2024-11-02 | 3 | -0/+0 |
| | |||||
* | src/content/index.html: Fix typos on closing strings and tags | EuAndreh | 2024-11-01 | 1 | -16/+16 |
| | |||||
* | Use importScripts() instead of generating the service-worker.js file | EuAndreh | 2024-11-01 | 5 | -26/+18 |
| | |||||
* | WIP: Init work on HTML | EuAndreh | 2024-10-27 | 79 | -223/+3746 |
| | |||||
* | WIP service worker strategies | EuAndreh | 2024-10-22 | 2 | -18/+117 |
| | |||||
* | Init work on offline support and tests | EuAndreh | 2024-10-21 | 17 | -0/+553 |
| | |||||
* | src/content/img/: Add favicon and logo SVGs | EuAndreh | 2024-10-21 | 3 | -0/+224 |
| | |||||
* | Initial empty commit | EuAndreh | 2024-10-01 | 0 | -0/+0 |