Update example app

This commit is contained in:
Insality
2024-10-19 10:57:55 +03:00
parent c787ed860e
commit ad339508cf
25 changed files with 903 additions and 1388 deletions

View File

@@ -118,7 +118,7 @@ local function setup_components(self)
return
end
local url_prefix = "https://github.com/Insality/druid/blob/master/"
local url_prefix = "https://github.com/Insality/druid/blob/develop/"
sys.open_url(url_prefix .. code_url, { target = "_blank" })
end)
end
@@ -166,6 +166,8 @@ local function setup_examples(self)
end
select_start_example(self)
print("Loaded examples: " .. #self.examples_list_view.examples)
end