-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
added preview for sketches #2763
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
added preview for sketches #2763
Conversation
Thanks for working on this! I’ll take a look after the holidays and see if I can figure out the problems. |
I pushed some changes to your branch. It seems like the sketch preview works now but we probably need to think through the UI a bit, like we probably want an "x" button over the preview or some other easy way to close. |
Yeah Sure, I will make the change |
Thanks so much for your work on this! Since it's been a while since this PR was submitted and I think that the UI for this issue might need more thought, I'm going to close this for now. I'm really sorry that we couldn't get this in, but please feel free to revisit this PR when further UI updates are fleshed out or check out our other issues! |
Fixes #2532
I used the method that was used in #2168 and succeeded in making the previews, but it wasn't working for some sketches, especially the ones with images.
Changes:
1> Added a MenuItem for Preview in Sketch's Dropdown list.
2> Created a ExamplePreview Component to view the Preview. Used EmbedFrame to preview the sketches but it is not working for all the sketches. Need help in this.
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123