Module app

Module app 

Source
Expand description

Pacsea application module (split from a single large file into submodules).

This module organizes the TUI runtime into smaller files to improve maintainability and keep individual files under 500 lines.

Modules§

sandbox_cache
Sandbox cache persistence for install list sandbox analysis.
services_cache
Service cache persistence for install list service impacts.

Functions§

apply_settings_to_app_state
What: Apply settings from configuration to application state.
initialize_locale_system
What: Initialize the locale system: resolve locale, load translations, set up fallbacks.
run
What: Run the Pacsea TUI application end-to-end.