-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: implement sharing of document through netlify blobs #1135
Conversation
|
✅ Deploy Preview for asyncapi-studio-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for studio-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for modest-rosalind-098b67 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Nice PR @Shurtu-gal 🚀
Small things to fix in addition to conflict
@@ -0,0 +1,57 @@ | |||
import { useState } from 'react'; | |||
import toast from 'react-hot-toast'; | |||
import { create } from '@ebay/nice-modal-react'; |
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.
I see that we've used this library without an ADR, It's fine.
Could we just add an ADR for it, to understand the reasoning behind it.
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.
Sure, let me check in which commit it was introduced initially.
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.
Quality Gate passedIssues Measures |
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.
LGTM
/rtm |
@asyncapi/bounty_team |
Description
Important
I had tried implementing this through
edge functions
but turns out that support for npm modules is still sketchy out there leading to the following failure https://app.netlify.com/sites/share-studio/deploys/66e7f0045f2439ebfeadeae6#L150More details: https://ntl.fyi/edge-functions-npm
Related issue(s)
Resolves #127
Resolves #1030