feat(cpp,bash): app_about + Settings submenu, ensure_repo_synced pipeline

cpp/core: nuevo modulo app_about — ventana About con project/version/desc,
componible via about_window_set_info() en el init de la app y rendererizada
automaticamente por fn::run_app al final de cada frame.

app_menubar: el item top-level "Settings..." pasa a ser un BeginMenu
"Settings" con dos subitems: "Settings..." (existente) y "About..." (nuevo).

bash/infra: nueva pipeline ensure_repo_synced que compone gitea_create_repo
y gitea_push_directory para garantizar repo Gitea existente + sync de un
directorio local en una sola llamada idempotente.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-28 22:05:31 +02:00
parent dc5e3266ed
commit 424e913566
9 changed files with 327 additions and 7 deletions
+1
View File
@@ -100,6 +100,7 @@ add_library(fn_framework STATIC
functions/core/tokens.cpp
functions/core/icon_font.cpp
functions/core/app_settings.cpp
functions/core/app_about.cpp
functions/core/fps_overlay.cpp
functions/core/panel_menu.cpp
functions/core/layouts_menu.cpp