chore: auto-commit (11 archivos)

- CMakeLists.txt
- app.md
- main.cpp
- panels.cpp
- appicon.ico
- autoextract_panel.cpp
- picker_state.cpp
- picker_state.h
- py_subprocess.cpp
- py_subprocess.h
- ...

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 16:33:25 +02:00
parent fdd607b570
commit 8357774b86
11 changed files with 1626 additions and 20 deletions
+8
View File
@@ -17,6 +17,10 @@ add_imgui_app(navegator_dashboard
cdp_ws.cpp
network_state.cpp
session_state.cpp
picker_state.cpp
py_subprocess.cpp
autoextract_panel.cpp
recipes_panel.cpp
)
target_include_directories(navegator_dashboard PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
@@ -50,6 +54,10 @@ if(FN_BUILD_TESTS)
cdp_ws.cpp
network_state.cpp
session_state.cpp
picker_state.cpp
py_subprocess.cpp
autoextract_panel.cpp
recipes_panel.cpp
tests/navegator_dashboard_tests.cpp
)
target_include_directories(navegator_dashboard_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})