From 6cc76f4849d7708ee734809908abb2adfad6df77 Mon Sep 17 00:00:00 2001 From: Andrea Verlicchi Date: Tue, 2 Apr 2024 18:39:02 +0200 Subject: [PATCH] Todo up to date --- todo.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/todo.md b/todo.md index 853fdf0..2892a34 100644 --- a/todo.md +++ b/todo.md @@ -1,19 +1,6 @@ # TODO -## Test - -- Test `async` demo -- Test `esm` demo - -Test more modules - -- [ ] autoinitialize -- [ ] purge -- [ ] reveal - -## Do next - -### 1 +## 1 Remove temporary fix from `./src/set.js` @@ -25,9 +12,10 @@ if (element.style.backgroundImage === "") { } ``` -### 2 +## 2 + +Check why the demo `./demos/restore_destroy.html` is not working. What was it supposed to do? :D -Check why `./demos/restore_destroy.html` is not working. What was it supposed to do? :D ## To consider @@ -36,3 +24,11 @@ Check why `./demos/restore_destroy.html` is not working. What was it supposed to - Check out how the plugin architecture of lazysizes work - Consider creating a subset of options and defaults for the static `load` method, and document it - [Edge case] When `cancel_on_exit` is `false`, unobserve elements as soon as they start loading (as of before 15.2.0). + +## More tests + +Add more tests (to choose between unit tests or e2e tests depending on the case) to cover: + +- autoinitialize +- purge +- reveal \ No newline at end of file