Expand description
Web interface components for the Peillute application
This module contains the Dioxus components that make up the web interface, including navigation, home page, user management, and transaction actions.
Re-exportsยง
pub use home::Home;
pub use home::Home;
pub use info::Info;
pub use info::Info;
pub use user::User;
pub use user::User;
pub use actions::Deposit;
pub use actions::Deposit;
pub use actions::History;
pub use actions::History;
pub use actions::Pay;
pub use actions::Pay;
pub use actions::Refund;
pub use actions::Refund;
pub use actions::Transfer;
pub use actions::Transfer;
pub use actions::Withdraw;
pub use actions::Withdraw;
Modulesยง
- actions ๐
- Transaction action components Transaction action components for the Peillute application
- home ๐
- Home page component Home page component for the Peillute application
- info ๐
- System information component System information component for the Peillute application
- navbar ๐
- Navigation bar component Navigation bar component for the Peillute application
- user ๐
- User management component User management component for the Peillute application