29 Commits

Author SHA1 Message Date
Sangita Mane
5202f59008 A11y fixes for pa11y dashboard pages. (#306)
* First draft of a11y fixes.

* Amended results title

* Amended results title (again)

* Back to top keyboard operation

Removed the 'data-role="top"' attribute, which implemented a cool animation to scroll to top but prevented the default behaviour, resulting in the keyboard focus not going back to top.

* Options Button

Fix to have a working options button, but using the mouse only. This is not a good solution because it cannot be operated via the keyboard.

* Fixed options menu css.

* Results view layout changes

* Undoing layout changes

* Graph layout fixes.

* Skip Rules Link

Added a link to skip the list of rules, which can get very long and annoying for any keyboard user not interested in selecting a rule. Most probably, implementing a collapsible list of rules would be a better solution here.

Co-authored-by: Carlos Muncharaz <carlos@muncharaz.eu>
2022-10-11 14:17:43 +02:00
Sangita Mane
9a23b79d89 #165 - Added list view option for the dashboard. (#279)
* Added list view & grid view buttons on the dashboard, on click of which switches the view and avoids truncation of title of the page.

* Indentation fixed.
2021-04-20 09:58:33 +02:00
Elena Musatova
b144970564 Results page: export graph in PNG (#197) 2017-11-23 09:56:23 +00:00
Elena Musatova
66d97769a0 Updated results page (#196)
* Update gitignore

* Update makefile. Add hbs helper

* Collect all selectors for errors/warnings/notices

* Add list of techniques that help to solve problems

* Remove task-stats block from sidebar

* Remove script from Makefile

* Update tooltips. Map standards and techniques

* Update layout for new components: new tabs, errors panels, lists of selectors, tooltips and popovers

* Update styles for new layout and components

* Graph buttons and popovers styles

* Reformat less code

* Include popover. Update IE styles

* Problem details. Context popovers

* Update graph buttons. Add sorting by number of errors

* Update graph buttons params

* Fix tooltip names

* Swap details and ignore link-buttons

* Set ignore link colors
2017-10-31 16:10:24 +00:00
Frank van Gemeren
c2fbcf4fa1 Use arrows instead of plus and minus for collapsibles/expanders (#153) 2016-11-19 00:18:24 +00:00
Rowan Manning
ae6208d87e Support Node.js 0.10–6 (#132)
* Update dependencies

* Switch from jsdom to cheerio

* Update the supported Node.js versions

* Recompile the client-side CSS and JS
2016-05-26 15:33:58 +01:00
Alex Kilgour
ca9551a3e6 Update graph styling 2016-02-02 15:56:21 +00:00
Alex Kilgour
d93f8af20e Custom legend and hide to flot one 2016-02-02 15:27:52 +00:00
Alex Kilgour
cc7f769653 Fix linting errors 2016-02-01 21:36:23 +00:00
Alex Kilgour
fc510b328a Move some CSS styles out of the JS and into the CSS 2016-02-01 21:25:11 +00:00
Alex Kilgour
77ed85eb87 Fix the graph legend to match the dashed lines 2016-02-01 19:18:55 +00:00
Alex Kilgour
816eecb256 Add dashed lines to graph 2016-02-01 17:14:21 +00:00
Alex Kilgour
537b93c671 Make the errors/warnings/notices lists keyboard accessible 2016-01-28 15:40:22 +00:00
Alex Kilgour
fd2dd62478 Add keyboard access for filters 2016-01-26 13:52:38 +00:00
Rowan Manning
87daa49638 Hide all graph data except for errors by default 2015-08-20 14:54:44 +01:00
perryharlock
890ec38216 Add filter styling 2014-01-21 10:50:57 +00:00
Rowan Manning
d8cb1b6c71 Write the JavaScript for URL filtering 2014-01-14 11:40:23 +00:00
perryharlock
8657138e13 Fix linting erros 2013-11-27 13:58:55 +00:00
perryharlock
98dafba137 Small tweak to tooltip appearance on graph 2013-11-27 13:37:42 +00:00
Rowan Manning
bb197744fd Add dates to graph tooltips 2013-11-27 11:31:42 +00:00
perryharlock
5c10261c56 Fix x-axis - stop multiple appearances of dates 2013-11-26 11:36:25 +00:00
perryharlock
e13de45e4a Fix lint error 2013-11-25 16:37:50 +00:00
perryharlock
9383de3410 Amend xaxis mode to time from category to try to reduce x axis clutter 2013-11-25 16:19:01 +00:00
perryharlock
7c2647653d issue 57 - make y axis display ticks as integers 2013-11-25 11:27:36 +00:00
Rowan Manning
c13af05422 Fix lint errors 2013-11-20 13:46:41 +00:00
perryharlock
802634d0ad Make checkboxes on graph WCAG2AA compliant 2013-11-14 16:35:30 +00:00
perryharlock
c249a542bf Colour changes to make contrast 0 errors at WCAG2AA 2013-11-14 15:30:42 +00:00
perryharlock
c82d8475bd Issue 54 - Fix lint errors 2013-11-11 15:53:28 +00:00
Rowan Manning
3bc9106942 Minify the site JavaScript 2013-11-05 11:54:32 +00:00