Skip to content

Commit

Permalink
Todo up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
verlok committed Apr 2, 2024
1 parent c5bba44 commit 6cc76f4
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions todo.md
Original file line number Diff line number Diff line change
@@ -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`

Expand All @@ -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

Expand All @@ -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

0 comments on commit 6cc76f4

Please sign in to comment.