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

Add theme selector to the new page dialog #235

Closed xuzhang closed 12 years ago

xuzhang commented 12 years ago

When theme changes, all node should adjust "theme" property. So It is better using themeEvent to handle.

grgustaf commented 12 years ago

Actually, I'm going to leave off the patches for the theme selector on the Add Page dialog as well. This is because I don't think it makes sense to pick a swatch when you can't see the effect it's having. We need to have a dynamic preview in the Add Page dialog before that makes sense, and I think that will be a challenging feature to add so it's not something that should happen this week as we're trying to fix bugs and stabilize.

I submitted this feature request: https://01.org/jira/browse/RIB-16

grgustaf commented 12 years ago

Merged first two of five patches.

xuzhang commented 12 years ago

Split this pull request. One is sent with PR#260.