Crate frontend
Source - auth ๐
- darkmode ๐
- pages ๐
- This module aggregates and re-exports all individual page components of the application.
- AdminCheckWrapper ๐
- Wrapper component that checks if an admin exists before rendering children.
- AdminCheckWrapperProps
- Props for the AdminCheckWrapper component.
- App
- The root component of the Yew application.
- SidebarShell ๐
- A shell component that provides a consistent layout with a sidebar and a main content area.
- SidebarShellProps
- Properties for the
SidebarShell component.
- Route ๐
- Defines the applicationโs various routes and their corresponding paths.
- switch ๐
- The main routing logic for the application.