Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-03 | Generate dark variation of light SVG icons | EuAndreh | 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 | |||||
2024-11-02 | Add aliases for missing icons | EuAndreh | 14 | -0/+14 | |
2024-11-02 | Embed dev-time PNG images | EuAndreh | 3 | -0/+0 | |
2024-11-01 | src/content/index.html: Fix typos on closing strings and tags | EuAndreh | 1 | -16/+16 | |
2024-11-01 | Use importScripts() instead of generating the service-worker.js file | EuAndreh | 5 | -26/+18 | |
2024-10-27 | WIP: Init work on HTML | EuAndreh | 79 | -223/+3746 | |
2024-10-22 | WIP service worker strategies | EuAndreh | 2 | -18/+117 | |
2024-10-21 | Init work on offline support and tests | EuAndreh | 17 | -0/+553 | |
2024-10-21 | src/content/img/: Add favicon and logo SVGs | EuAndreh | 3 | -0/+224 | |