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

UI - Response From LLM #4

Open
leonnoel opened this issue Sep 4, 2024 · 1 comment
Open

UI - Response From LLM #4

leonnoel opened this issue Sep 4, 2024 · 1 comment
Assignees

Comments

@leonnoel
Copy link

leonnoel commented Sep 4, 2024

No description provided.

@leonnoel leonnoel converted this from a draft issue Sep 4, 2024
@jedpimentel jedpimentel self-assigned this Sep 4, 2024
jedpimentel added a commit that referenced this issue Sep 11, 2024
@jedpimentel
Copy link
Contributor

code sandbox/previewer is being set to use an iframe, as it'll allow javascript and isolate the CSS between the web app and the sandbox being previewed.

Issues:

  • sandbox output is static in size
  • sandbox javascript re-runs within the same scope instead of restarting it all
  • sandbox might need a 'preview' button instead of live previews, due to javascript integration
  • live preview as you type looks cool, but it much better suited for a static website so as to not trigger the javascript on each keystroke.
  • code output/viewer box should resizable, (standard sizes, tell you what size it's at?
  • code isn't highlighted
  • sandbox takes HTML, with ability for CSS and script tags.... might be better as seperate things a-la codepen does it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants