refactor: rename DTree to DValue

This commit is contained in:
udo
2026-06-12 11:05:52 +00:00
parent 941f5aea08
commit 7066da3cde
157 changed files with 1203 additions and 1074 deletions
@@ -107,7 +107,7 @@ COMPONENT(Request& context)
<div id="theme-menu" class="theme-menu" hidden>
<div class="theme-menu-title">Available Themes</div>
<div class="theme-menu-list">
<? context.cfg.get_by_path("theme/options").each([&](DTree theme_info, String theme_key) {
<? context.cfg.get_by_path("theme/options").each([&](DValue theme_info, String theme_key) {
StringMap params;
params["theme"] = theme_key;
String href = app_link(route_path == "index" ? "" : route_path, params, context);