intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

import Theme to project #213

Closed xuzhang closed 12 years ago

zhizhangchen commented 12 years ago

Several bugs:

  1. Layout View doesn't take effect after changing theme. This is due to not pass in useSandboxURL when calling getDesignHeaders() in layoutView.
  2. If you change theme in code view, layout view will not take effect
  3. If you delete a project, the imported theme will not show up in new project.