aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-26 11:59:38 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-26 11:59:38 +0530
commit2078c60477842d7cf6991148e23979565737a8b5 (patch)
tree980e2aea150e85c6b87f2b521fce1006486244d8 /TODO.org
parent68448538172663279919b29dd09b5faa51e0628a (diff)
downloadnull-browser-2078c60477842d7cf6991148e23979565737a8b5.tar.gz
null-browser-2078c60477842d7cf6991148e23979565737a8b5.zip
Refactor heavy + extras.tabline module (incomplete)
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO.org b/TODO.org
index f2a714a..06452f5 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,13 +1,16 @@
** Usable
+- [X] Decorations api (just for statusline)
+- [X] web.schedule
+- [X] Create view with html (web.view.set_html())
- [-] Tests for api
-- [ ] Fullscreen
- [ ] Run JS in page (web.view.eval_js())
+- [ ] Expose JS <-> lua in page (web.view.expose_js())
+- [ ] web.decorations.*.set_size()
- [ ] f-key navigation
+- [ ] Fullscreen
- [ ] Zoom in/out
- [ ] Use table for all internals api options?
-- [ ] Permission management (list/allow/deny) lua api
- [ ] Generate docs for api
-- [ ] Decorations api (just for statusline)
** Bugs
- [ ] INVESTIGATE: Check why urlchanged doesnt fire for first url open sometimes
@@ -16,6 +19,7 @@
- [ ] web.view apis in `-e` flag from "clients" (non-servers calls) don't work
** Next
+- [ ] Permission management (list/allow/deny) lua api
- [ ] Tests for window
- [ ] More tests for stack
- [ ] Tests for router
@@ -42,7 +46,6 @@
- [X] vendor web.inspect with build
- [ ] Right click context menu items
- [ ] Listen to renderprocesstermination signal
-- [ ] Create view with html (web.view.set_html())
- [ ] Change instance manager command format
** Later later