Commit graph

149 commits

Author SHA1 Message Date
15bcc19f08 feat: add follow link to footer 2024-08-14 17:54:18 +02:00
7ddf19db64 feat: link to original blog 2024-08-14 16:23:46 +02:00
fd20540869 chore: format 2024-08-14 16:20:44 +02:00
25d04c7868 style: adjust mobile screen width 2024-08-14 16:20:39 +02:00
608656664b feat: move primary button to social-links 2024-08-14 16:19:57 +02:00
58128c925b feat: first post; ssr index 2024-08-14 15:35:48 +02:00
ad7f30bb17 feat: initial /blog site 2024-08-14 14:56:01 +02:00
ad265a4d71 feat: use astro-sw automatic service worker registration 2024-08-13 20:44:48 +02:00
42b47da504 feat: activated update sw 2024-08-04 13:01:31 +02:00
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