aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/highlight.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Feature/syntaxhighlighting (#9)August Skare2018-10-251-4/+43
| | | | | | | | | | | | | | | | | | | | * wip code highlighting of lines * Implements gutter component * WIP: Profiler with gutter * cleaned up highlight code * Removes before content for gutter styling * Styles gutter * Add correct Profiler code content * Adds color variable for gutter gray * refactor code component width gutter and diffing
* Content (#7)August Skare2018-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * optional children in List component * added real content to trace page * added real content to cov page * add support for json highlighting * real content on compiler page * real content on profiler page * remove unused import * remove list from compiler page * wrap code components in pages with breakout component * fix font size on text * fix typo
* Feature/build step (#2)August Skare2018-10-191-0/+6
* BundleAnalyzerPlugin * lazy load highlight.js * seperate bundles for each page * prerender apps to html on build * preload important font files * dont prerender code copy button * fix woff2 variant of font * added missing doctype * remove metatags component