Expand description
Home page component Home page component for the Peillute application
This component provides the main user interface for managing users in the system, including listing existing users, adding new users, and deleting users.
Re-exportsยง
pub use Home_completions::Component::Home;
Structsยง
- AddUser
- Serialized arguments for the
add_user
server function. - Delete
User - Serialized arguments for the
delete_user
server function. - GetUsers
- Serialized arguments for the
get_users
server function.
Functionsยง
- Home
- Home page component
- add_
user ๐ - Server function to add a new user
- delete_
user ๐ - Server function to delete a user
- get_
users ๐ - Server function to retrieve the list of users