dereklseitz 591b113175 Fix: Set isLoggedIn state and handle redirects
This commit addresses several issues related to the login flow:

- Corrects the `isLoggedIn` variable to use `setIsLoggedIn` in `App.jsx`.
- Passes `onLogin` and `isLoggedIn` props to `CampfireAppBar`.
- Enables logout functionality in `AppBar.jsx`.
- Modifies `AppRoutes.jsx` to conditionally render `CampfireAppBar`.
- Converts pages to use `React.forwardRef` for page transitions.
- Fixes the `useState` import in `App.jsx`.
- Moves `NotificationGroup` to the top of the form in `LoginComponent.jsx` to prevent overlap.
- Corrects the logo path in `LoginPage.jsx`.
- Improves input accessibility with a border in `LoginComponent.jsx`.
2025-09-15 15:44:56 -05:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Description
A modern blog dashboard built with React and KendoReact, featuring a dual-mode editor (HTML/Markdown) with live preview, custom toolbar tools, and responsive design. Demonstrates advanced KendoReact component integration including custom Editor tools, Splitter layouts, and state management for blog post creation and management.
https://campfire-demo.dlseitz.dev
Readme 16 MiB
Languages
JavaScript 88.7%
CSS 9.6%
HTML 1.7%