Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] DAC accessibility examples #3503

Closed
wants to merge 204 commits into from
Closed

Commits on Jun 24, 2021

  1. Add placeholder

    frankieroberto committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5c114b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    c0301f6 View commit details
    Browse the repository at this point in the history
  2. remove trailing space

    frankieroberto committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4dd67ea View commit details
    Browse the repository at this point in the history
  3. Add govuk-link class

    frankieroberto committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    36cade0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    906d48b View commit details
    Browse the repository at this point in the history
  5. Use row.href instead of row.url.text

    Think this is more consistent with how the Summary List component works.
    frankieroberto committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0f3b60b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e184696 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Fix typo

    frankieroberto committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    f387f70 View commit details
    Browse the repository at this point in the history
  2. Remove <strong> tag for now

    Pending outcome of review of Tag display
    frankieroberto committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    59d5c37 View commit details
    Browse the repository at this point in the history
  3. Consistent indenting

    frankieroberto committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    4266a65 View commit details
    Browse the repository at this point in the history
  4. Fix prefix

    frankieroberto committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    e609670 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    927558b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Set IDs using idPrefix + row number

    The IDs were initially hardcoded, but are now dynamic, to avoid having duplicate IDs.
    frankieroberto committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1f6e2c9 View commit details
    Browse the repository at this point in the history
  2. Remove whitespace

    frankieroberto committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f45700f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    f4c9761 View commit details
    Browse the repository at this point in the history
  2. Change 'rows' to 'items'

    Whilst some existing components use rows and others use items, 'items' is more generic, and is closer to the HTML tag name ("list item") and the class name (`govuk-task-list__item`).
    frankieroberto committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    181273d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    80695ba View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    64a6b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490bbde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff1680 View commit details
    Browse the repository at this point in the history
  4. Add description

    frankieroberto committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    761c434 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    b615641 View commit details
    Browse the repository at this point in the history
  2. Task list tag updates

    steve-oconnor committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    3cf2106 View commit details
    Browse the repository at this point in the history
  3. Task list yaml update

    steve-oconnor committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4d598eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddf8bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    113ba7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    840a490 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    affcf91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3a9fe View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Reduce padding

    Think this can be smaller, in line with the existing Task List components in use in the wild.
    frankieroberto committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    727e090 View commit details
    Browse the repository at this point in the history
  2. Remove redundant CSS

    frankieroberto committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    a876c45 View commit details
    Browse the repository at this point in the history
  3. Improve mobile view

    frankieroberto committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    000baf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    171159d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e293de3 View commit details
    Browse the repository at this point in the history
  3. Replace spans with divs

    (as they're styled using display: block)
    frankieroberto committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    bd143d6 View commit details
    Browse the repository at this point in the history
  4. use govuk-spacing helper

    Co-authored-by: Owen Jones <[email protected]>
    frankieroberto and owenatgov committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    863b6d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    f773f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    137d9c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    eba00be View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    5872d64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e12e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce76f41 View commit details
    Browse the repository at this point in the history
  4. Improve tests

    frankieroberto committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    81bb253 View commit details
    Browse the repository at this point in the history
  5. clean up the css

    frankieroberto committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a39e343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01e05e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    4ea697f View commit details
    Browse the repository at this point in the history
  2. Indent the item params documentation

    Thanks @owenatgov for spotting this.
    frankieroberto committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b7d5ccb View commit details
    Browse the repository at this point in the history
  3. Add documentation for idPrefix

    Thanks @owenatgov for spotting!
    frankieroberto committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    1388997 View commit details
    Browse the repository at this point in the history
  4. Shorten class name for link

    Thanks @owenatgov for the idea.
    frankieroberto committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e9d97ef View commit details
    Browse the repository at this point in the history
  5. Shorten link class

    frankieroberto committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d5262af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb947f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    adaf154 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    e2cc4c1 View commit details
    Browse the repository at this point in the history
  2. Add bottom margin to the component

    Thanks @sussexrick for the suggestion!
    frankieroberto committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e67b84f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    db88a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccee4e6 View commit details
    Browse the repository at this point in the history
  3. Fix test setup

    frankieroberto committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6f7938d View commit details
    Browse the repository at this point in the history
  4. Convert spans to divs

    frankieroberto committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f1412e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    frankieroberto and simonwhatley committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e5017f6 View commit details
    Browse the repository at this point in the history
  2. Template code style

    Co-authored-by: Simon Whatley <[email protected]>
    frankieroberto and simonwhatley committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e025618 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    frankieroberto and simonwhatley committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2194be2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Add exit this page component

    Also adds the "exit-this-page-with-skiplink" example
    owenatgov committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    76acefb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac4e3c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    8095ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    82c31e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge commit 'refs/pull/2259/head' of https://github.com/alphagov/gov…

    …uk-frontend into DAC-accessibility-examples
    
    Adding in latest task list component for auditing against WCAG 2.2
    CharlotteDowns committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8f059c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1121f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295ff59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86482d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b898a6 View commit details
    Browse the repository at this point in the history
  6. Add exit this page component

    Also adds the "exit-this-page-with-skiplink" example
    owenatgov authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1a28da4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fc3bf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf2319d View commit details
    Browse the repository at this point in the history
  9. Add placeholder

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c98e477 View commit details
    Browse the repository at this point in the history
  10. create basic task list component

    MK-NG authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    783ae3f View commit details
    Browse the repository at this point in the history
  11. remove trailing space

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    882404b View commit details
    Browse the repository at this point in the history
  12. Add govuk-link class

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7cc16fc View commit details
    Browse the repository at this point in the history
  13. Bugfix: use html if it exists

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9aeca94 View commit details
    Browse the repository at this point in the history
  14. Use row.href instead of row.url.text

    Think this is more consistent with how the Summary List component works.
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3a8bc4f View commit details
    Browse the repository at this point in the history
  15. Update example yaml file

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2e04482 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    44d8aef View commit details
    Browse the repository at this point in the history
  17. Remove <strong> tag for now

    Pending outcome of review of Tag display
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d52f15b View commit details
    Browse the repository at this point in the history
  18. Consistent indenting

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d53d10a View commit details
    Browse the repository at this point in the history
  19. Fix prefix

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b27b74b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    070ed58 View commit details
    Browse the repository at this point in the history
  21. Set IDs using idPrefix + row number

    The IDs were initially hardcoded, but are now dynamic, to avoid having duplicate IDs.
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c85a267 View commit details
    Browse the repository at this point in the history
  22. Remove whitespace

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5c9ddb9 View commit details
    Browse the repository at this point in the history
  23. Change 'rows' to 'items'

    Whilst some existing components use rows and others use items, 'items' is more generic, and is closer to the HTML tag name ("list item") and the class name (`govuk-task-list__item`).
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b916fe6 View commit details
    Browse the repository at this point in the history
  24. Tweaked task-list example

    steve-oconnor authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    85a7f18 View commit details
    Browse the repository at this point in the history
  25. Highlight tag CSS added

    steve-oconnor authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8c71b5a View commit details
    Browse the repository at this point in the history
  26. Use new status colours

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    54dbe1e View commit details
    Browse the repository at this point in the history
  27. Add description

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    424f1fa View commit details
    Browse the repository at this point in the history
  28. Task list tag updates

    steve-oconnor authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    21dfd5c View commit details
    Browse the repository at this point in the history
  29. Task list yaml update

    steve-oconnor authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3c82b70 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0a07bed View commit details
    Browse the repository at this point in the history
  31. Flesh out the examples

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2649db4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b4647bb View commit details
    Browse the repository at this point in the history
  33. Add basic template test

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5f9e246 View commit details
    Browse the repository at this point in the history
  34. Reduce padding

    Think this can be smaller, in line with the existing Task List components in use in the wild.
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    015b0e1 View commit details
    Browse the repository at this point in the history
  35. Remove redundant CSS

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cae0998 View commit details
    Browse the repository at this point in the history
  36. Improve mobile view

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4b39eae View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9650c85 View commit details
    Browse the repository at this point in the history
  38. Replace spans with divs

    (as they're styled using display: block)
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3067bbe View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    23689d1 View commit details
    Browse the repository at this point in the history
  40. use govuk-spacing helper

    Co-authored-by: Owen Jones <[email protected]>
    2 people authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7e4e04c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    16c7bf2 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    76e0fec View commit details
    Browse the repository at this point in the history
  43. Update colour names and css

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cd23381 View commit details
    Browse the repository at this point in the history
  44. Improve tests

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    63b024a View commit details
    Browse the repository at this point in the history
  45. clean up the css

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    aea1ab3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0eecd08 View commit details
    Browse the repository at this point in the history
  47. Indent the item params documentation

    Thanks @owenatgov for spotting this.
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cee3d98 View commit details
    Browse the repository at this point in the history
  48. Add documentation for idPrefix

    Thanks @owenatgov for spotting!
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    089bde7 View commit details
    Browse the repository at this point in the history
  49. Shorten class name for link

    Thanks @owenatgov for the idea.
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1613988 View commit details
    Browse the repository at this point in the history
  50. Shorten link class

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ee32b0f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c999db3 View commit details
    Browse the repository at this point in the history
  52. Add bottom margin to the component

    Thanks @sussexrick for the suggestion!
    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ceee3b5 View commit details
    Browse the repository at this point in the history
  53. Update import statements

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b553c02 View commit details
    Browse the repository at this point in the history
  54. Update unit test config

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9da1446 View commit details
    Browse the repository at this point in the history
  55. Fix test setup

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0ab0db3 View commit details
    Browse the repository at this point in the history
  56. Convert spans to divs

    frankieroberto authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    fc49790 View commit details
    Browse the repository at this point in the history
  57. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    20938cd View commit details
    Browse the repository at this point in the history
  58. Template code style

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    89b7160 View commit details
    Browse the repository at this point in the history
  59. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ce9af82 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    30a3e1a View commit details
    Browse the repository at this point in the history
  61. Fix linting issues

    querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6982b6c View commit details
    Browse the repository at this point in the history
  62. Remove unnecessary test

    querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    fc1b8e3 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    9a8c4d0 View commit details
    Browse the repository at this point in the history
  64. Add exit this page component

    Also adds the "exit-this-page-with-skiplink" example
    owenatgov authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ca260da View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    7472975 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    c0c4cda View commit details
    Browse the repository at this point in the history
  67. Add placeholder

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e446333 View commit details
    Browse the repository at this point in the history
  68. create basic task list component

    MK-NG authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4d57968 View commit details
    Browse the repository at this point in the history
  69. remove trailing space

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    50234f0 View commit details
    Browse the repository at this point in the history
  70. Add govuk-link class

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a2fddcd View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a108e0e View commit details
    Browse the repository at this point in the history
  72. Use row.href instead of row.url.text

    Think this is more consistent with how the Summary List component works.
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1749610 View commit details
    Browse the repository at this point in the history
  73. Update example yaml file

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bc181b5 View commit details
    Browse the repository at this point in the history
  74. Fix typo

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c83de50 View commit details
    Browse the repository at this point in the history
  75. Remove <strong> tag for now

    Pending outcome of review of Tag display
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d751023 View commit details
    Browse the repository at this point in the history
  76. Consistent indenting

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    81605e9 View commit details
    Browse the repository at this point in the history
  77. Fix prefix

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c551dcd View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    a36fec6 View commit details
    Browse the repository at this point in the history
  79. Set IDs using idPrefix + row number

    The IDs were initially hardcoded, but are now dynamic, to avoid having duplicate IDs.
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1af6b0d View commit details
    Browse the repository at this point in the history
  80. Remove whitespace

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cdb6f78 View commit details
    Browse the repository at this point in the history
  81. Change 'rows' to 'items'

    Whilst some existing components use rows and others use items, 'items' is more generic, and is closer to the HTML tag name ("list item") and the class name (`govuk-task-list__item`).
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5e0f87f View commit details
    Browse the repository at this point in the history
  82. Tweaked task-list example

    steve-oconnor authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8d43326 View commit details
    Browse the repository at this point in the history
  83. Highlight tag CSS added

    steve-oconnor authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dea1bce View commit details
    Browse the repository at this point in the history
  84. Use new status colours

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    70b1661 View commit details
    Browse the repository at this point in the history
  85. Add description

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    10a285f View commit details
    Browse the repository at this point in the history
  86. Task list tag updates

    steve-oconnor authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f8c7f68 View commit details
    Browse the repository at this point in the history
  87. Task list yaml update

    steve-oconnor authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5fafca6 View commit details
    Browse the repository at this point in the history
  88. Flesh out the examples

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f883f13 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    39db212 View commit details
    Browse the repository at this point in the history
  90. Add basic template test

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    569713a View commit details
    Browse the repository at this point in the history
  91. Reduce padding

    Think this can be smaller, in line with the existing Task List components in use in the wild.
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0034344 View commit details
    Browse the repository at this point in the history
  92. Remove redundant CSS

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    13ad174 View commit details
    Browse the repository at this point in the history
  93. Improve mobile view

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6c135a8 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    f91e519 View commit details
    Browse the repository at this point in the history
  95. Replace spans with divs

    (as they're styled using display: block)
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7784672 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    50ebbfb View commit details
    Browse the repository at this point in the history
  97. use govuk-spacing helper

    Co-authored-by: Owen Jones <[email protected]>
    2 people authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    478dc7c View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    2e25529 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    6c01514 View commit details
    Browse the repository at this point in the history
  100. Update colour names and css

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    95e2c47 View commit details
    Browse the repository at this point in the history
  101. Improve tests

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6bafce3 View commit details
    Browse the repository at this point in the history
  102. clean up the css

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8db5b6b View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    694701e View commit details
    Browse the repository at this point in the history
  104. Indent the item params documentation

    Thanks @owenatgov for spotting this.
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1e751c7 View commit details
    Browse the repository at this point in the history
  105. Add documentation for idPrefix

    Thanks @owenatgov for spotting!
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6784396 View commit details
    Browse the repository at this point in the history
  106. Shorten class name for link

    Thanks @owenatgov for the idea.
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1587a03 View commit details
    Browse the repository at this point in the history
  107. Shorten link class

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    1c350e9 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    ff1ff81 View commit details
    Browse the repository at this point in the history
  109. Add bottom margin to the component

    Thanks @sussexrick for the suggestion!
    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d502bcf View commit details
    Browse the repository at this point in the history
  110. Update import statements

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    de51a03 View commit details
    Browse the repository at this point in the history
  111. Update unit test config

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bdd1e5a View commit details
    Browse the repository at this point in the history
  112. Fix test setup

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5a44d26 View commit details
    Browse the repository at this point in the history
  113. Convert spans to divs

    frankieroberto authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7a11a58 View commit details
    Browse the repository at this point in the history
  114. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    90eae88 View commit details
    Browse the repository at this point in the history
  115. Template code style

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8256bec View commit details
    Browse the repository at this point in the history
  116. Fix typo

    Co-authored-by: Simon Whatley <[email protected]>
    2 people authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    64c5496 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    72e411c View commit details
    Browse the repository at this point in the history
  118. Fix linting issues

    querkmachine authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    13507a1 View commit details
    Browse the repository at this point in the history
  119. Remove unnecessary test

    querkmachine authored and colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6cc559e View commit details
    Browse the repository at this point in the history
  120. Fix npm package paths

    colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5c99e21 View commit details
    Browse the repository at this point in the history
  121. Tweaked task-list example

    steve-oconnor authored and querkmachine committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    53474db View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    c65972b View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    191d561 View commit details
    Browse the repository at this point in the history
  124. Update sass-embedded

    colinrotherham committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    296140d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    90a307a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec669ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    072b28f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3006e6f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Unhide search example

    CharlotteDowns committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    45a6ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8d79e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e040449 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    c64f7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3303f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b7d07c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    89693d6 View commit details
    Browse the repository at this point in the history
  2. Implement consistency suggestions

    Tweak some classes for consistency with the versions in the Design System documentation
    querkmachine committed May 3, 2023
    Configuration menu
    Copy the full SHA
    06c0751 View commit details
    Browse the repository at this point in the history
  3. Remove won't

    CharlotteDowns committed May 3, 2023
    Configuration menu
    Copy the full SHA
    16c3e9c View commit details
    Browse the repository at this point in the history
  4. Consistent content

    CharlotteDowns committed May 3, 2023
    Configuration menu
    Copy the full SHA
    0cb56df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea2f42 View commit details
    Browse the repository at this point in the history