| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
95837eb831 |
fix gitgraph commit hashes in dark theme (#10046)
because the CSS was lazy-loaded the rules in arc-green did not win. included the css file in the main bundle to fix. the black dots can not be fixed via CSS because they are drawn in a `<canvas>` element unfortunately. |
6 years ago |
|
|
a958750dc2 |
move highlight.js to npm/webpack (#10011)
- introduced window.config to help with js-based lazy-loading - adjusted webpack chunk naming to avoid 'vendors~name.js' that webpack defaults to for vendor chunks. - added theme class to html and prefixed all selectors. this is neccesary so that the theme styles win over the lazy-loaded ones. Co-authored-by: zeripath <art27@cantab.net> |
6 years ago |
|
|
cae9908b4a | Move less from public/ to web_src/ so that it will not be packe… (#8908) | 6 years ago |