Expand description
Root application component and global styles.
This module defines the top-level Dioxus component that bootstraps the application, sets up global context providers, and injects CSS styles.
§Context Providers
The App component provides these global contexts:
LicenseState- License key validation and plan tiersRegistryAuthState- GitHub authentication for package registry
§Global Styles
CSS custom properties (design tokens) are injected at the root level,
making them available throughout the component tree via var(--name).
§Routing
The app uses Dioxus Router with routes defined in crate::ui::router::Route.
Functions§
- App
- Root application component.