Module views

Source
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 navbar::Navbar;
pub use navbar::Navbar;
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