-
Notifications
You must be signed in to change notification settings - Fork 0
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
OUT-106 Add Embed Type #59
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Please fix the lint issues causing build fail.
Most likely it is related to tweaking the prettier config in an earlier commit
return { | ||
setIframe: | ||
(options: { src: string }) => | ||
({ tr, dispatch }) => { |
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 formating error here @aatbip
@aatbip please address lint and type warnings. |
@saugatmaharjan This PR will get merged to #58 which has the linters setup. |
* fix: editor scrolls between mode changes * fix: editor scrolls between mode changes * default state client.givenName change to pill * background picker z index fix * added swr * fix z index of select * fix editable false in client preview * setup prettier with eslint again * turned off indent rule * setup prettier again + removed semi * changes in eslint and prettier config * fix indentation * fix indentation * refac eslintrc config * removed identation from eslintrc * removed unused vars * OUT-106 Add Embed Type (#59) * added embed functionality * added Iframe extension to client preview * added cursor auto to readonly mode in widget * use promise.all in client preview server component
Ref: https://linear.app/copilotplatforms/issue/OUT-106/add-embed-type-to-client-home