update TODO
This commit is contained in:
parent
aa2c23a48e
commit
084c6440cd
@ -4,10 +4,33 @@ Touchscreen-friendly wrapper around Webkit
|
|||||||
|
|
||||||
## TO DO
|
## TO DO
|
||||||
|
|
||||||
- deal with unsuported mime types (pass to download manager?)
|
* functional
|
||||||
- find out if it's going to eat cpu like luakit does
|
|
||||||
- some kind of bookmarks/favourites/pinned tabs/memory of visited sites
|
- find out if it's going to eat cpu like luakit does
|
||||||
- warning for insecure sites
|
- some kind of bookmarks/favourites/pinned tabs/memory of visited sites
|
||||||
- try video and audio
|
- try video and audio
|
||||||
- does it save passwords? find out! where?
|
- does it save passwords? find out! where?
|
||||||
- better icon for overview button
|
- make adblock more effective
|
||||||
|
|
||||||
|
* cosmetic
|
||||||
|
- swipe: animate
|
||||||
|
- better icon for overview button
|
||||||
|
- warning for insecure sites
|
||||||
|
- improve the download
|
||||||
|
|
||||||
|
* architectural
|
||||||
|
- redesign :-)
|
||||||
|
- some affordance for customization seams (hooks or subclasses or ...)
|
||||||
|
- "download" should not be in webview.fnl
|
||||||
|
|
||||||
|
|
||||||
|
## Notes to self
|
||||||
|
|
||||||
|
To get an interactive repl in running code (e.g. to inspect
|
||||||
|
values in a callback)
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
(local { : repl : view } (require :fennel))
|
||||||
|
(repl {:env {:view view :other other :vars vars :of-interest of-interest}})
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user