You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(insights): Remove Projects from Insights navigation (#112535)
The much beleaguered "Projects" page is being slowly shuffled out.
Here's the current (strange) state:
- "Projects" is (mysteriously) available from the logo dropdown, even
though everything else in there goes to settings pages, and there is
such a thing as project settings!
- "Projects" _also_ shows up in the Insights secondary navigation. Why?
Got dumped there during the last sidebar re-shuffle, I think
- Project pages live on the path `/insights/projects`, we moved them
there from their old home at `/projects`
The Product™ has decided that the "Projects" page and the actual
per-project pages are not wanted anymore. The use-case for them is
better covered with Dashboards and/or Project Settings in the sidebar,
we even added some analytics about it.
Since the sidebar is getting a big shuffle in the near future when
"Monitors" appears, we'll also take that opportunity to remove
"Projects" from the Insights secondary menu. (We're actually going to
remove "Insights" menu completely, but one things at a time). Things are
still a bit weird, but it's an intermediate state we're okay with for
now. Soon, we will delete these pages altogether, but for now:
1. "Projects" are available as a link in the logo menu item, that link
goes to `/projects/`. `/insights/projects/` now redirects to
`/projects/`
2. "Projects" is removed from the Insights secondary sidebar completely!
Sorry y'all
3. Projects now has its _own_ secondary menu. Otherwise, if someone has
their secondary menu pinned and they land on `/projects/` what would
show up there? Now it has the list of pinned projects, which is helpful
4. There's no primary menu item associated with projects, which is a bit
weird, but there it is
This is all gated behind the Workflow UI flag since we're going to roll
out with them!
**e.g.,**
<img width="477" height="454" alt="Screenshot 2026-04-08 at 4 07 30 PM"
src="https://github.com/user-attachments/assets/f8dadcc6-11f9-4a5a-8dcd-a82fe5886407"
/>
<img width="423" height="488" alt="Screenshot 2026-04-08 at 4 06 40 PM"
src="https://github.com/user-attachments/assets/c63dba52-06b4-48dc-a14b-dc3a13bc2fd7"
/>
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments