diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-07-26 11:59:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-07-26 11:59:38 +0530 |
| commit | 2078c60477842d7cf6991148e23979565737a8b5 (patch) | |
| tree | 980e2aea150e85c6b87f2b521fce1006486244d8 /TODO.org | |
| parent | 68448538172663279919b29dd09b5faa51e0628a (diff) | |
| download | null-browser-2078c60477842d7cf6991148e23979565737a8b5.tar.gz null-browser-2078c60477842d7cf6991148e23979565737a8b5.zip | |
Refactor heavy + extras.tabline module (incomplete)
Diffstat (limited to 'TODO.org')
| -rw-r--r-- | TODO.org | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |
