Expand description
This module defines the actions that can be performed in the UI and their dispatching logic.
Re-exports§
pub use dispatch::handle_ui_action;
Modules§
- commands 🔒
- This module contains command dispatching logic for the UI runner.
- context 🔒
- This module defines the
CommandContext, which provides access to the application’s state and UI for command handlers. - dispatch 🔒
- This module contains the core logic for dispatching UI actions.
- execute 🔒
- This module contains the logic for executing chat commands.
- resolver 🔒
- This module provides utility functions for resolving peer IDs.