Crate skill_web

Crate skill_web 

Source
Expand description

Skill Web UI Library

This library exports the core modules of the Skill Engine web interface for use in tests and potentially other consumers.

Re-exports§

pub use api::client::ApiClient;
pub use api::error::ApiError;
pub use api::error::ApiResult;
pub use api::types::*;
pub use store::skills::*;
pub use store::executions::*;

Modules§

api
API client module for communicating with the skill-http backend
app
Root application component
components
Reusable UI components
hooks
Custom Yew hooks for the Skill Engine web interface
pages
Application pages
router
Application routing configuration
store
Yewdux state management stores
utils
Utility functions and helpers