egutierrez 3d7c5bc0a1 migrate function/type/app tables to data_table_cpp_viz (issue 0081-J)
- Replace table_view() calls in draw_recent_functions, draw_apps_list,
  draw_analysis_list, draw_types_list, and vaults panel with
  data_table::render() via fn_table_viz static lib.
- Migrate Monitor sub-tabs Top Functions, Violations, Copied Code to
  data_table::render() with persistent State per panel.
- Keep Recent Executions and Failed Functions as custom ImGui tables
  (per-cell coloring + tooltips not supported by data_table).
- Layout-splitter tables (kpi_grid, chart_grid, monitor_kpi,
  proj_layout, explorer_layout) intentionally not migrated.
- CMakeLists: target_link_libraries(registry_dashboard PRIVATE fn_table_viz).
- app.md uses_functions += data_table_cpp_viz + full fn_table_viz stack.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 14:39:51 +02:00
2026-05-14 02:06:46 +02:00
2026-05-14 02:06:46 +02:00
2026-05-14 02:06:46 +02:00
S
Description
Dashboard ImGui para visualizar el estado del fn_registry
682 KiB
Languages
C++ 96.5%
Shell 1.6%
CMake 1.5%
C 0.3%
PowerShell 0.1%