feat: ui improvements

This commit is contained in:
2025-06-06 16:08:51 +02:00
parent 1fc509f897
commit 3e3f03f11a
4 changed files with 200 additions and 65 deletions

View File

@@ -360,7 +360,7 @@ fn loadItems(
defer processed_number = location.children.data.items.len;
for (location.children.data.items[processed_number..]) |item_fullname| {
const resolvedItem = location.item.provider.getItemByFullName(item_fullname, &.{ .skipChildInit = true }, allocator) catch |e| {
const resolvedItem = location.item.provider.getItemByFullName(item_fullname, &.{}, allocator) catch |e| {
//TODO: save error to container errors
std.debug.print("error {} {s}\r\n", .{ e, item_fullname.path });
continue;