Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/components/TaskBarMenu/menuData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ export function useMenuData(): MenuType[] {
},
{
type: 'item',
label: 'Customers',
link: '/customers',
label: 'Blog',
link: '/blog',
},
{
type: 'item',
Expand All @@ -403,13 +403,13 @@ export function useMenuData(): MenuType[] {
},
{
type: 'item',
label: 'Roadmap',
link: '/roadmap',
label: 'Customers',
link: '/customers',
},
{
type: 'item',
label: 'WIP',
link: '/wip',
label: 'Roadmap',
link: '/roadmap',
Comment on lines -411 to +412

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to remove this? I think it's worth keeping and there isn't an argument for it in the PR.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I explained it in another PR but Andy edited this one - that information is already surfaced under small teams, it's confusing what WIP vs. Roadmap means, and the list of items here is getting long

@joethreepwood joethreepwood Jul 21, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should leave this for now.

My incoming Roadmap PR is going to shake up how the Roadmap works, and I personally really like the WIP page because it's the only place you can see what the company is actually focused on this quarter. The only alternative is having to go one-by-one through every individual team, or using the Slack bot to query this.

If there's a strong feeling against it then I'd be happy to remove it in a subsequent PR that combines it into the imminent /roadmap page - I agree a single Roadmap page with this info would be ideal - but right now we created the /wip to solve a problem, and getting rid of it just re-introduces that problem.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@charlescook-ph's suggestion. I don't care either way.

},
{
type: 'item',
Expand Down
Loading