chore: auto-commit (5 archivos)

- app.md
- appicon.ico
- extract_panel.cpp
- main.cpp
- views.cpp

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-19 00:31:34 +02:00
parent 688b399fd3
commit d6d7b03d09
5 changed files with 18 additions and 13 deletions
+2
View File
@@ -978,6 +978,7 @@ void extract_panel_render(AppState& app) {
// Tabla de entidades.
if (!res->entities.empty() &&
ImGui::CollapsingHeader("Entities", ImGuiTreeNodeFlags_DefaultOpen)) {
// LAYOUT-TABLE — form editor con InputText/Checkbox editables inline; keep BeginTable inline.
if (ImGui::BeginTable("##ents", 5,
ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg |
ImGuiTableFlags_ScrollY,
@@ -1024,6 +1025,7 @@ void extract_panel_render(AppState& app) {
// Tabla de relaciones.
if (!res->relations.empty() &&
ImGui::CollapsingHeader("Relations", ImGuiTreeNodeFlags_DefaultOpen)) {
// LAYOUT-TABLE — form editor con Checkbox por fila; keep BeginTable inline.
if (ImGui::BeginTable("##rels", 5,
ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg |
ImGuiTableFlags_ScrollY,