Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: clean up #1587 | Ned Batchelder | 2023-03-22 | 1 | -4/+0 |
| | |||||
* | fix: put contexts dict in <script> and reveal them using JavaScript (#1587) | Oleh Krehel | 2023-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Put contexts dict in <script> and reveal them using JavaScript Fixes #1584 * Address review comments * coverage/htmlfiles/style.css: Align the contexts to the right * coverage/htmlfiles/style.scss: Match style.css * coverage/html.py: Fix linting and mypy errors * two_tests_py.html: make update-gold | ||||
* | style(html): clean up the html tags and styles | Ned Batchelder | 2022-05-20 | 1 | -8/+12 |
| | |||||
* | feat(html): version and timestamp at the top of report files. | Ned Batchelder | 2022-05-20 | 1 | -12/+15 |
| | | | | This is a re-implementation of pull #1354. | ||||
* | fix(html): ariaSort isn't supported in Firefox yet | Ned Batchelder | 2021-10-23 | 1 | -2/+4 |
| | | | | The HTML report index page wasn't indicating the sort order properly | ||||
* | fix(html): fix a few problems with the html report | Ned Batchelder | 2021-10-23 | 1 | -9/+9 |
| | | | | | | | | | | - highlights weren't showing - anchored lines were not visible - some j/k motions were broken - clicking the big buttons at the top didn't work | ||||
* | refactor(html): remove all uses of jQuery, only vanilla JS now | Septatrix | 2021-10-23 | 1 | -20/+30 |
| | | | | This is squashed from pull request #1248 | ||||
* | refactor(html): a one-header sticky header | Ned Batchelder | 2021-10-23 | 1 | -28/+33 |
| | |||||
* | fix(html): scrolling to an anchor ensures the line is visible | Ned Batchelder | 2021-10-20 | 1 | -2/+7 |
| | | | | | | | The sticky header was hiding the line scrolled to the top of the window. Along the way, also changed to use classes on <body> to control the sticky header, and moved the header code into a function. | ||||
* | fix(html): adjust some colors | Ned Batchelder | 2021-10-17 | 1 | -6/+5 |
| | | | | | | | | - make the yellow border more visible - make the context-blue less vibrant - all colors are lower-case | ||||
* | feat(html): sticky header on pyfile | Ned Batchelder | 2021-10-17 | 1 | -6/+37 |
| | |||||
* | refactor(html): use header/main/footer html5 elements | Ned Batchelder | 2021-10-17 | 1 | -5/+5 |
| | |||||
* | fix: correct slight mis-layout of the hotkey panels | Ned Batchelder | 2021-04-13 | 1 | -6/+6 |
| | |||||
* | fix: HTML report makes room for 4-digit line numbers #1124 | Ned Batchelder | 2021-02-27 | 1 | -3/+3 |
| | | | | Fixes: #1124 | ||||
* | Fix dark mode for context listing. #1009 | Ned Batchelder | 2020-07-09 | 1 | -7/+12 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 1 | -8/+5 |
| | | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate. | ||||
* | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 1 | -12/+16 |
| | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page | ||||
* | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 1 | -85/+202 |
| | |||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 1 | -4/+9 |
| | |||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 1 | -9/+15 |
| | | | | of #source.p | ||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 1 | -4/+4 |
| | |||||
* | Annotations and context labels have to co-exist | Ned Batchelder | 2019-10-14 | 1 | -63/+52 |
| | |||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 1 | -30/+65 |
| | |||||
* | Source code without tables | Ned Batchelder | 2019-10-13 | 1 | -100/+131 |
| | |||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 1 | -167/+165 |
| | | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. | ||||
* | More sass goodness | Ned Batchelder | 2019-06-13 | 1 | -170/+177 |
| | |||||
* | Update the test output css files too | Ned Batchelder | 2019-06-13 | 1 | -2/+5 |
| | |||||
* | Use sass for css generation, to get nice hover highlights on lines | Ned Batchelder | 2019-06-13 | 1 | -0/+463 |