-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove netlify #2681
Remove netlify #2681
Conversation
Deploying decent-interface with
|
Latest commit: |
dad6866
|
Status: | ✅ Deploy successful! |
Preview URL: | https://48656dd2.decent-interface.pages.dev |
Branch Preview URL: | https://remove-netlify.decent-interface.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only actual code change in this PR. This change happened in the prepare-toasts
branch. That branch included this bugfix. The bug is that we were telling ALL TOASTS to dismiss, regardless of where they were initiated. In this specific context we should only be telling the disconnect toast to dismiss.
We also don't need to store the toast id in a ref, as far as i can tell.
The rest of the stuff needed to fully remove netlify from codebase.
This code is necessary to be included in the next production push, because the Netlify Backends have been fully dismantled already.
The code in this PR is already in
develop
, but it's not yet onmain
.It's from the following PRs:
develop
without a PR 🫣. it was during the netlify -> cloudflare upgrade and i had to do this right then, i was hotswapping prod ya know)