Commit graph

31 commits

Author SHA1 Message Date
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
bd100977ab style: footer improvements 2023-06-24 11:01:40 +02:00
Ayo Ayco
99a028a64f
fix: index not cached (#48)
* fix: make sure to cache index

* 0.1.22
2023-06-14 22:55:00 +02:00
Ayo
c6d0b071e9 feat: add dynamic home button + gh link 2023-06-14 16:46:41 +02:00
Ayo
739d1bf175 style: spacing and cursor 2023-06-12 22:06:33 +02:00
Ayo Ayco
c4d5815740
fix+style: errors got cached (#35) 2023-06-12 21:39:54 +02:00
Ayo Ayco
d6e89e5f7d
feat: single column layout w/ fancy cards (#30) 2023-06-10 12:00:20 +02:00
Ayo
8e7528efd3 feat: add library link on to address bar 2023-06-04 19:59:42 +02:00
Ayo
1ecc7f541d feat: library on homepage 2023-06-04 19:34:33 +02:00
Ayo
327ea620be feat: skip save if extractor error 2023-06-04 16:28:22 +02:00
Ayo
3b6e6c36b1 feat: skip save if no article 2023-06-04 16:14:40 +02:00
Ayo
4e2256c6d3 style: layout 2023-06-04 15:46:48 +02:00
Ayo
c8672fc4eb feat: render cached post to page 2023-06-04 14:56:04 +02:00
Ayo
42e71df3c6 feat: initial use of cache api 2023-06-04 14:03:28 +02:00
Ayo
37c755bc14 refactor: component and layout file names 2023-06-04 13:27:19 +02:00
Ayo
b1e93845ec style: center images if less than post width 2023-06-04 13:26:10 +02:00
Ayo
9a7c372ca8 refactor: use url.searchParams 2023-06-04 13:10:17 +02:00
Ayo
3e95f853af change name to cozy 2023-06-03 01:09:46 +02:00
Ayo
f196df0068 remove is-url checker
we get url validation for free with `extract`
2023-05-27 10:10:40 +02:00
Ayo
7283b22a13 refactor: make the catch-all content HTML 2023-05-13 14:51:36 +02:00
Ayo
da83d551df refactor: remove unused imports 2023-05-13 11:46:18 +02:00
Ayo
9c6fb3eaa6 fix: typo 2023-05-12 22:13:47 +02:00
Ayo
c9e7c103c7 fix: catch error response 2023-05-12 22:11:46 +02:00
Ayo
19010d2d72 style: cozy! 2023-05-12 19:16:43 +02:00
Ayo
4f7311d02b refactor: clean code 2023-05-12 08:49:06 +02:00
Ayo
7764c3e06e refactor: rename component 2023-05-11 18:18:16 +02:00
Ayo
e49f3ca831 chore: add link to repo 2023-05-11 17:28:28 +02:00
Ayo
695b9d337c feat: simple url validation 2023-05-11 16:50:17 +02:00
Ayo
e9fc737ce3 feat: article component for extracted content 2023-05-11 16:42:15 +02:00
Ayo
e2c0e77c4b feat: accept URL from form or searchParam 2023-05-11 16:19:57 +02:00