middlewarehq / middleware

✨ Open-source DORA metrics platform for engineering teams ✨
https://middlewarehq.com
Apache License 2.0
1.17k stars 100 forks source link

Add a create teams CTA right onto the teams-selector #529

Closed e-for-eshaan closed 2 months ago

e-for-eshaan commented 2 months ago

Why do we need this ?

image
VipinDevelops commented 2 months ago

Hey, @e-for-eshaan seems like a fairly simple thing to do I want to give it a shot, we want a button that handles creating a new team similar to how we make a team right?

VipinDevelops commented 2 months ago

I think we should move the create Team option in an overlay for this image

e-for-eshaan commented 2 months ago

How about this.

on redirecting to this url,

[completely optional]: might as well handle this

VipinDevelops commented 2 months ago

Okay @e-for-eshaan

Let me share what I understood by clicking the button is that we will redirect to the team page but with a query we can use that query to open the team's modal and we can remove the query once we opened the modal in the teams page

Is that what you mean ?