Commit Graph

5 Commits

Author SHA1 Message Date
dereklseitz
0c00c49850 maintenance: Clean up comments throughout component files 2025-09-28 16:22:05 -05:00
dereklseitz
3450239fe4 feat: Add demo login guidance
• Pre-populate login form with demo credentials
• Add user guidance message for demo access
2025-09-28 11:55:47 -05:00
dereklseitz
e87a8153c9 maintenance: Clean up codebase and improve formatting
• Remove placeholder comments and unused code
• Standardize inline styles and formatting
• Update component structure and organization
2025-09-28 10:47:30 -05:00
dereklseitz
f94d30e5ef feat: Add post image headers to /assets/header/
- Add SVG icons for external sites
    - Add polished logo to login
    - Update front matter in <blog>.md files
2025-09-25 09:22:39 -05:00
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