nembery / aframe

A minimalistic automation framework designed to create user input forms from various types of APIs and templates.
Apache License 2.0
18 stars 12 forks source link

support for imported themes #14

Closed nembery closed 6 years ago

nembery commented 6 years ago

screen themes are currently hard coded into the app. It should be possible to import themes on startup, or allow link for an operator to upload a new theme. This should probably be a simple JSON object that describes the theme. Aframe will de-serialize the JSON theme object and write into an imported CSS file by the screen page.

nembery commented 6 years ago

completed. Exported screens can be saved into conf/imports/screens and will be imported on app startup. There is an 'import screen' option too on the screens/index.html page too. This will pull in all widget and input_forms for import as well