consul/ui-v2/app/templates
John Cowen 981882d5ff
UI: Bugfix. Remove split view code editor (#4615)
When adding an auto resizing (heightwise) code editor, the
ivy-codemirror plugin seems to do this using more nested divs. This div
had a horizontal scroller but couldn't be seen on some platforms (with
hidden scrollbars). This commit makes the code editor slightly more
usable and more visually correct by removing the scroll bar in this div
to stop producing the 'split view look', yet keeping the horizontal
scroller at the bottom of the code editor for when you enter code that
is wider than the area. A max-width has also been added here to prevent
the text area from growing off the side of the page.

Another improvement to the code editor here is the addition of a nicer
color for hightlighting text selection so its at least visible.

Lastly, there was a way you could get the bottom horizontal scrollbar to overlay
the code in the editor. This makes sure there is always some space at
the bottom of the editor to make sure the code won't be obscured
2018-09-12 20:18:12 +01:00
..
components UI: Bugfix. Remove split view code editor (#4615) 2018-09-12 20:18:12 +01:00
dc UI: Bugfix. Fix code toggle in Safari (#4608) 2018-08-30 10:02:26 +01:00
-consul-loading.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
application.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
dc.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
error.hbs Make sure the dc menu is as useful as possible when things go wrong 2018-06-22 17:23:00 +01:00
loading.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
notfound.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
settings.hbs UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00