diff --git a/apps/web/src/App.tsx b/apps/web/src/App.tsx index 93675ef..4f0c171 100644 --- a/apps/web/src/App.tsx +++ b/apps/web/src/App.tsx @@ -1,29 +1,12 @@ +import { Outlet } from 'react-router-dom' +import { AuthProvider } from './auth/AuthProvider' import './App.css' function App() { return ( -
Hosted workspace and tool-orchestration platform
-+ Welcome back, {user?.display_name || user?.email || 'User'}! +
+Manage your projects and repositories
+Spawn and manage development tools
+Configure your account and preferences
+Please wait while we redirect you to the authentication provider.
+{project.description || 'No description'}
+{project.description || 'No description'}
+ Slug: {project.slug} + +No projects yet
+ + Create your first project + +Repository management coming soon...
+Tool management coming soon...
+