src/stores/ui/types
UI store types and interfaces. Manages UI state, modal visibility, and user interface interactions.
Remarksโ
This store is responsible for managing the UI state of the application, including modal visibility, selected site, active tabs, and chart time ranges. All state mutations must be performed via store actions.