Commit graph

25 commits

Author SHA1 Message Date
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
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
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 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
4e26302101 feat: address bar improvements 2023-06-19 16:43:50 +02:00
Ayo
ea6b0d7658 feat: home link 2023-06-19 10:14:31 +02:00
Ayo
d4ff337844 feat: update document.title on navigation 2023-06-15 13:03:49 +02:00
Ayo Ayco
8011bbd930
fix: address bar nav buttons are enabled on home (#54)
* fix: disable the nav buttons on home

* style: subtler color of address bar text

* 0.1.24
2023-06-15 10:04:10 +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 Ayco
b2541606e4
feat: preserve history (#47)
* feat: preserve history

* 0.1.21
2023-06-14 22:38:06 +02:00
Ayo
c6d0b071e9 feat: add dynamic home button + gh link 2023-06-14 16:46:41 +02:00
Ayo Ayco
c4d5815740
fix+style: errors got cached (#35) 2023-06-12 21:39:54 +02:00
Ayo
9a7c372ca8 refactor: use url.searchParams 2023-06-04 13:10:17 +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
4539bb9e79 fix: url validation if empty string 2023-05-11 16:51:06 +02:00
Ayo
695b9d337c feat: simple url validation 2023-05-11 16:50:17 +02:00
Ayo
e2c0e77c4b feat: accept URL from form or searchParam 2023-05-11 16:19:57 +02:00