Skip to content
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

Decoration plugin design #56

Closed
jdesiloniz opened this issue Oct 11, 2016 · 0 comments
Closed

Decoration plugin design #56

jdesiloniz opened this issue Oct 11, 2016 · 0 comments
Assignees

Comments

@jdesiloniz
Copy link

We need designs for the decoration and the modal window that the Kazari plugin uses. The needed elements would be:

  • For the decoration around the snippets of code:
    • Button to run the snippets of code
    • Button that shows the "edit" modal window.
    • Area to show evaluation results (i.e.: an error or "evaluation OK" or whatever).
  • "Edit" modal window:
    • Design of the modal window itself, appearing over the screen taking about a 90% of it (over a translucent black background).
    • Button to run the code.
    • Button to login to GitHub (if needed), or to save the edited code to a Gist.
    • Button to close the modal window and go back to the main screen.
    • Area to show evaluation results (i.e.: an error or "evaluation OK" or whatever).
    • IMPORTANT: design for the edit textarea IS NOT needed. We're using a plugin called CodeMirror that handles all that, and allows for customizable themes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants