looshi / Blaze-Haus

Edit blaze templates and css at runtime
6 stars 0 forks source link

Move HTML / CSS editors into one view with tabbed navigation. #4

Closed looshi closed 9 years ago

looshi commented 9 years ago

Currently the text editors for the CSS, HTML, and js are distinct views, stacked vertically on the page.

The goal of this ticket is to combine the editors into one tabbed view, similar to browser tabs.
We're planning to add an area to show the dataContext JSON as well, so I don't know if the data json should go into this view or have its own view elsewhere.

looshi commented 9 years ago

also, would be nice if editor became fixed position at top of scroll pane, so that editor's top is never cropped, but the rendered view continues to scroll. like this : http://codepen.io/senff/pen/ayGvD

so we can still have a header with some info at the top that goes away when user scrolls down.

looshi commented 9 years ago

done