Module home

Source
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.
DeleteUser
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