open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
415 stars 222 forks source link

Bug: Workspace dropdown in Add to workspace modal it too big #4063

Closed nickytonline closed 1 month ago

nickytonline commented 1 month ago

The workspace dropdown in the Add to workspace modal it too big. The arrow is in the middle of the dropdown.

CleanShot 2024-08-28 at 18 06 37

github-actions[bot] commented 1 month ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

ryandotfurrer commented 1 month ago

.take

ryandotfurrer commented 1 month ago

I am looking to login on my branch so I can see the changes I'm making to the dropdown, however, I am getting a 404 upon running npm run dev. Any ideas how I can fix this so I can see what I am working on?

The same thing occurs when I try to go to /home

CleanShot CleanShot-000191

nickytonline commented 1 month ago

Hmm not sure what’s up. We don’t have a /login route.

Can you run git clean -dfx to remove any files that aren't in git and then run npm install. There are no environment variables to set. We have environment variables configured for dev. From there running npm run dev and going to http://localhost:3000 should load up the site.

and to log in just click on the connect with GitHub button at the top right of the site.

ryandotfurrer commented 1 month ago

Thanks, @nickytonline! I forgot this is a known issue from working on Gridiron Survivor (GIS). Any time I spin up another Next.JS app it tries to use the redirect in GIS's next.config, which redirects to /login. I imagine this has something to do with caching but none of us know the solution.

I didn't think about this yesterday but was going crazy as I did not see a /login route.

Either way, I've got this running now. Thanks for teaching me about git clean -dfx too.

nickytonline commented 1 month ago

Thanks, @nickytonline! I forgot this is a known issue from working on Gridiron Survivor (GIS). Any time I spin up another Next.JS app it tries to use the redirect in GIS's next.config, which redirects to /login. I imagine this has something to do with caching but none of us know the solution.

I didn't think about this yesterday but was going crazy as I did not see a /login route.

Either way, I've got this running now. Thanks for teaching me about git clean -dfx too.

You probably have a ServiceWorker in GridIron survivor causing the issue. Just clearing all application data in dev tools fixes it or unregistering the service worker.

CleanShot 2024-09-02 at 11 10 40

ryandotfurrer commented 1 month ago

Thanks, @nickytonline! I forgot this is a known issue from working on Gridiron Survivor (GIS). Any time I spin up another Next.JS app it tries to use the redirect in GIS's next.config, which redirects to /login. I imagine this has something to do with caching but none of us know the solution. I didn't think about this yesterday but was going crazy as I did not see a /login route. Either way, I've got this running now. Thanks for teaching me about git clean -dfx too.

You probably have a ServiceWorker in GridIron survivor causing the issue. Just clearing all application data in dev tools fixes it or unregistering the service worker.

Thanks for this man, I'll have a look! You may have solved our headache 😅

open-sauced[bot] commented 4 weeks ago

:tada: This issue has been resolved in version 2.62.0-beta.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

open-sauced[bot] commented 4 weeks ago

:tada: This issue has been resolved in version 2.62.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: