Remove pre-iterator concepts

- No more IndexRecord/Result/dbGetPage nonsense
 - Queue is just track ids
 - i am so tired and have so much to do
This commit is contained in:
jacqueline
2023-12-07 17:00:30 +11:00
parent 009f69c929
commit 3f7f199cb9
31 changed files with 725 additions and 2328 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ return function()
end)
local indexes = database.indexes()
for id, idx in ipairs(indexes) do
for _, idx in ipairs(indexes) do
local btn = menu.list:add_btn(nil, tostring(idx))
btn:onClicked(function()
backstack.push(function()