host of Quality of life fixes

This commit is contained in:
2025-12-08 13:51:29 -06:00
parent 95f351c5aa
commit caf2c6481f
4 changed files with 137 additions and 18 deletions
+4
View File
@@ -20,6 +20,7 @@ import Account2 from './llm-fe/pages/Account2/Account2';
import AnalyticsPage from './llm-fe/pages/Analytics/Analytics';
import PasswordResetConfirmation from './llm-fe/pages/PasswordResetConfirmation/PasswordReset';
import GlobalThemeWrapper from './llm-fe/components/GlobalThemeWrapper/GlobalThemeWrapper';
import Tracker from './llm-fe/components/Tracker/Tracker';
const ProtectedRoutes = () => {
const { authenticated, needsNewPassword, loading } = useContext(AuthContext);
@@ -34,11 +35,14 @@ const ProtectedRoutes = () => {
return <Outlet key={Date.now()} />
}
class App extends Component {
render() {
return (
<GlobalThemeWrapper>
<Tracker />
<div className='site'>
<main>
<div className="main-container">