Compare commits

..

7 Commits

Author SHA1 Message Date
e63da42347 Delete telerik-license.txt 2025-09-22 03:53:37 +00:00
dereklseitz
1b09fd8d70 Update .gitignore 2025-09-21 22:50:37 -05:00
dereklseitz
87be38e2df add to .gitignore 2025-09-21 22:46:19 -05:00
dereklseitz
8226a57aac 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
9f09f78288 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
51812d6493 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
453061472d feat: setup initial theme and project structure 2025-09-14 20:18:29 -05:00

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
.env .env
.env.* .env.*
telerik-license.txt ./telerik-license.txt
# Logs # Logs
logs logs