Commit Graph

9 Commits

Author SHA1 Message Date
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
918121cd66 feat: Modularized Editor into Wysiwyg and Markdown/Viewer components
- Add MetedataEditor for meta inputs
    - Add toggle between editor modes
    - Add Breadcrumb for clearer navigation
    - Add custom tool for formatting inline code in WysiwygEditor
2025-09-28 10:44:44 -05:00
dereklseitz
95cb2e6ff1 Refactor: Clean up unused files and placeholder components 2025-09-28 10:38:21 -05:00
dereklseitz
dceef32ba2 feat: Rename image and data files
- Add PostCard component
    - Add WysiwygEditor component
    - Use 'front-matter' to parse front matter in markdown files for metadata instead of using redundant data objects
2025-09-27 11:48:32 -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
e2bef55a3f feat: Update Sidebar and Dashboard page
- Remove SidebarDrawer
    - Add CampfirePanelBar
    - Fix navigation links
    - Add blog files
    - Add aggregator file
    - Update Dashboard.jsx to display blog post links
    - Add Copyright info
2025-09-21 22:43:55 -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
dereklseitz
0ce04fb7ac feat: Initialize dashboard app with core structure and routing
This commit sets up the foundation for the new dashboard application by
implementing the main component structure, routing, and a basic UI shell with
KendoReact components.

- Set up the main application shell
- Implement a routing system with React Router
- Build a new App Bar component
- Create page placeholders for all routes
- Corrected various import and export errors
2025-09-14 22:38:07 -05:00
dereklseitz
ebb211abdb feat: setup initial theme and project structure 2025-09-14 20:18:29 -05:00