Re-exports§
pub use Login_completions::Component::Login;
pub use Home_completions::Component::Home;
pub use Dashboard_completions::Component::Dashboard;
pub use Profile_completions::Component::Profile;
pub use Plugins_completions::Component::Plugins;
pub use Settings_completions::Component::Settings;
pub use Admin_completions::Component::Admin;
pub use Plugin_completions::Component::Plugin;
pub use PluginPage_completions::Component::PluginPage;
pub use NotFound_completions::Component::NotFound;
pub use AuthenticatedLayout_completions::Component::AuthenticatedLayout;
pub use PermissionGuard_completions::Component::PermissionGuard;
Modules§
- nav
- Navigation utilities
Structs§
- Authenticated
Layout Props - Properties for the
AuthenticatedLayout
component. - NotFound
Props - Properties for the
NotFound
component. - Permission
Guard Props - Properties for the
PermissionGuard
component. - Plugin
Page Props - Properties for the
PluginPage
component. - Plugin
Props - Properties for the
Plugin
component.
Enums§
- Route
- Application routes with authentication and authorization
Functions§
- Admin
- Authenticated
Layout - Authenticated layout wrapper that checks authentication before rendering
- Dashboard
- Home
- Login
- Route component implementations
- NotFound
- Props
- Permission
Guard - Permission guard component
- Plugin
- Props
- Plugin
Page - Props
- Plugins
- Profile
- Settings