Conversation
Fix correctds
fix: center widget
feat: add api token
fix: container
fix: container
|
@devexolix sorry this looks like it's rendering an |
@IAmKio Yes, we use iframe, but it links to your repository in folder "/public/exolix-static" and you have all the source code and we haven't plugged in any outside code. |
IAmKio
left a comment
There was a problem hiding this comment.
There are over 200 files changed here - can i just check did you basically package the whole Exolix website and ship it as an app?
| <div | ||
| style={{ | ||
| display: 'flex', | ||
| justifyContent: 'center', | ||
| alignItems: 'center', | ||
| height: '100vh', | ||
| }} | ||
| > | ||
| <iframe srcDoc={templ} width="100%" style={{ height: '100%' }}></iframe> | ||
| </div> |
There was a problem hiding this comment.
Is it not possible for you to export templ as a React Component module and then return that here? Is there a reason it needs to be in an iframe?
fix: delete logs
|
@IAmKio Yes, we pack build our site and add to app, and this is why we need use the iframe because the build version need render in HTML tag and have the own DOM. |
Description
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes