|
07ee133ec7
|
refactor: move service-worker out of utils
|
2024-08-03 09:30:16 +02:00 |
|
|
ec60ebf87c
|
chore: update sw.js docs
|
2024-08-03 09:15:53 +02:00 |
|
|
38db5a26e9
|
feat: use published @ayco/astro-sw
|
2024-08-03 08:58:57 +02:00 |
|
|
881c946a0a
|
refactor: config prop rename serviceWorkerPath -> path
|
2024-08-03 01:10:00 +02:00 |
|
|
ea673e6bdd
|
feat: implement assetCachePrefix & set sw config defaults
|
2024-08-03 01:01:58 +02:00 |
|
|
6562f35c0c
|
chore: add to-do
|
2024-08-02 23:21:17 +02:00 |
|
|
612b7e64b4
|
refactor: cozy-build -> astro-sw astro integration
|
2024-08-02 23:17:21 +02:00 |
|
|
c5a3b85390
|
refactor: move sw & cozy-build into src/plugins
|
2024-08-02 22:22:59 +02:00 |
|
|
391cfe628b
|
feat: remove unregister logic
|
2024-08-02 17:26:53 +02:00 |
|
|
fc9684fa99
|
feat: dynamically fill up initial cache with generated assets
|
2024-08-02 17:09:20 +02:00 |
|
|
e25fa1a941
|
feat: unregister sw for now
|
2024-08-02 16:30:33 +02:00 |
|
|
f42b1b313c
|
feat: don't cache missing file
|
2024-08-02 16:20:44 +02:00 |
|
Ayo Ayco
|
c2ab1fc2c6
|
feat: add simple service worker (#98)
|
2024-08-02 15:34:47 +02:00 |
|
|
7ad30da26f
|
feat: use favicon.ico
|
2024-08-02 15:21:11 +02:00 |
|
|
4d0772a9ae
|
feat: remove fastify-cli
|
2024-07-27 11:42:41 +02:00 |
|
|
892b030a01
|
feat: add build-preview script
|
2024-07-27 11:32:22 +02:00 |
|
Ayo
|
45faa00c43
|
feat: cozify cached articles
|
2023-10-01 09:36:21 +02:00 |
|
Ayo
|
9c1627b3e5
|
feat: cozify to prefetch links and open in cozy
|
2023-10-01 08:48:33 +02:00 |
|
Ayo
|
8470e5bee6
|
chore: update deps; add ultrahtml dep
|
2023-10-01 08:36:48 +02:00 |
|
Ayo Ayco
|
9fd8eba7c5
|
fix: settings popover not showing
- removed conflict of IDs
- removed home btn getting disabled
|
2023-08-23 22:32:31 +02:00 |
|
Ayo
|
b357ee58c4
|
fix: submit button not enabled
|
2023-08-16 15:37:53 +02:00 |
|
Ayo
|
cc36a859d3
|
feat: progressively enhanced home link
- global app config via serializer/deserializer
- home link becomes router link if js enabled
|
2023-08-15 23:07:19 +02:00 |
|
Ayo
|
460aa22f6a
|
refactor: use astro-resume
|
2023-07-28 10:06:46 +02:00 |
|
Ayo
|
a97106e263
|
refactor: Feature type
|
2023-07-28 10:06:46 +02:00 |
|
Ayo
|
ad62e9ee0c
|
feat: disable hide-images feature
|
2023-07-27 18:42:04 +02:00 |
|
Ayo
|
8eff875340
|
refactor: feature flags
|
2023-07-27 18:42:04 +02:00 |
|
Ayo
|
3b2a863b6c
|
fix: feature flag checkbox name
|
2023-07-25 23:44:42 +02:00 |
|
Ayo
|
2cb23529ef
|
feat: dynamic checkbox id for settings
|
2023-07-25 23:29:56 +02:00 |
|
Ayo
|
74c501a7bd
|
feat: hide settings popover by default
|
2023-07-25 23:26:09 +02:00 |
|
Ayo
|
9b2f656a6a
|
feat: settings popover expainer; set feature flags to false
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
e86d9bc04c
|
feat: implement feature flags
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
1a36871616
|
feat: hide buttons if js disabled
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
54a91b51d6
|
style: settings popover spacing
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
8bcff3268f
|
feat: temporary js solution for close/open
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
8339b2b4ea
|
feat: popover close icon
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
d794633ed5
|
feat: initial SettingsPopover
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
4a41624015
|
refactor: use .btn class; use querySelector
- use .btn class as selector to all clickable icons
- use querySelector for selecting icons
|
2023-07-25 23:23:12 +02:00 |
|
Ayo Ayco
|
bad650e12b
|
feat: initial settings toggle
|
2023-07-25 23:23:12 +02:00 |
|
Ayo
|
470152ea32
|
refactor: use Astro.props directly for @ayco/astro-resume
|
2023-07-16 22:05:34 +02:00 |
|
Ayo
|
2e574e289f
|
refactor: update usage of @ayco/astro-resume
|
2023-07-16 22:01:16 +02:00 |
|
Ayo
|
a8b5513f00
|
feat: strictly typed resumed preferences
|
2023-07-16 20:24:34 +02:00 |
|
Ayo Ayco
|
664d81d86b
|
feat: use @ayco/astro-resume
|
2023-07-16 13:19:37 +02:00 |
|
Ayo
|
70a2fb856f
|
style: readability improvements
|
2023-07-02 21:22:48 +02:00 |
|
Ayo Ayco
|
4cbd95d911
|
refactor: minor clean up (#71)
* remove unnecessary leftovers
* add comment
|
2023-06-30 12:57:25 +02:00 |
|
Ayo
|
8dc528b39c
|
feat: get last url param
|
2023-06-26 14:17:26 +02:00 |
|
Ayo Ayco
|
34e32abe51
|
fix: prevent history mess (#70)
* chore: add favicon
* fix: home article url
* fix: prevent duplicated history entry (unencoded & encoded)
* fix: prevent own app
* remove console.log
* fix: prevent showing cached cozy
|
2023-06-26 14:10:51 +02:00 |
|
Ayo Ayco
|
7c67e674e5
|
refactor: lots of improvements (#69)
|
2023-06-24 22:32:20 +02:00 |
|
Ayo
|
f8e07c3195
|
style: spacing and text sizes
|
2023-06-24 11:30:37 +02:00 |
|
Ayo
|
5b091337cf
|
style: spacing
|
2023-06-24 11:09:06 +02:00 |
|
Ayo
|
bd100977ab
|
style: footer improvements
|
2023-06-24 11:01:40 +02:00 |
|