fixes and comments

This commit is contained in:
Mikayla Fischler
2024-04-14 16:16:18 -04:00
parent d2df7db18b
commit 473b0dd10d
6 changed files with 21 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ function iocontrol.alloc_nav()
end
end
-- create a new page entry in the page navigation tree
-- create a new page entry in the app's page navigation tree
---@param parent nav_tree_page? a parent page or nil to set this as the root
---@param nav_to function|integer function to navigate to this page or pane index
---@return nav_tree_page new_page this new page

View File

@@ -18,7 +18,7 @@ local iocontrol = require("pocket.iocontrol")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "v0.7.5-alpha"
local POCKET_VERSION = "v0.8.0-alpha"
local println = util.println
local println_ts = util.println_ts