Howard Edwards
Howard Edwards
During a [recent CG meeting](https://www.w3.org/2024/03/27-aria-at-minutes.html#t04), it came up that when the Assign Tester button for an admin is pressed and the menu is opened, focus isn't automatically being set to...
Stated in a [recent CG discussion](https://www.w3.org/2024/03/21-aria-at-minutes.html#t05), the tester options in the `AssignTesterDropdown` are incorrectly stating `checked` or `not checked` in the tester option text. Ideally the selected options should be...
Currently, the auto-formatting tools uses [prettier's default `printWidth` rule which defaults to `80`](https://prettier.io/docs/en/options.html#print-width). As the project grows and there are more deeply nested branches in the code, contributors have raised...
_Originally posted by @alflennik in https://github.com/w3c/aria-at-app/issues/849#issuecomment-1934688011_ > .. I created an unexpected behavior for one user, but left it out for another user. There does seem to be a null...
#753 includes functionality to support a standard `Raise an issue` operation throughout the app and is expected to land soon. With this change, the app will expect to show issues...
#581 describes a case where unknown Test Plans were shown in the test plan management dropdown due to some test plan titles changing over time. #600 removes the duplicates but...
There appears to be a need to augment the database's structure slightly, to better support what's being discussed in #518. Particularly around the proposed `Test (now Data) Management` page and...
Supersedes #2846 This updates `stylelint` which has a newly enforced rule, `declaration-block-no-redundant-longhand-properties` which is forcing instances of `top: a, right: b, bottom: c, left: d` to now be in the...
Currently, when the WAI preview fails to build, a message is attached to the top comment of the pull request that reads ["WAI Preview Link failed to build on 'Update...
Supersedes #3037 * Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 11.0.0. * Update scripts for `reference-tables` and `coverage-report` to maintain previous [sort order since `nosort:true` is no longer supported and result sets...