frontend
backend
auth
Restructured app routing and project management
- New dedicated Projects page — A new Projects page now serves as the central place to view and create projects. The previous App dashboard was removed and now redirects to the Projects page so project workflows are easier to find.
Improvements
- Removed the old AppPage and redirected the root app route to the new Projects page to centralize project workflows.frontend
- Added a dedicated ProjectsPage that listed projects, provided a clear empty-state, and included a one‑click path to create or connect repositories.frontend
- Streamlined project fetching so the app now loads projects based on the active organization or user context and batch‑fetches primary repository data for each project.backend
- Improved the WorkspaceSwitcher to revalidate organization memberships, show a loading state while workspace info loads, and trigger project list refreshes when the active workspace changes.auth