starters icon indicating copy to clipboard operation
starters copied to clipboard

A collection of starter applications built with Clarity. Each starter project contains minimal default configuration and code to run and develop an application for a specific technology.

Results 16 starters issues
Sort by recently updated
recently updated
newest added

DOM queries and subscriptions should be in `ngOnInit`, not the directive constructor. (I will change the base to `main` once my linting PR is merged.)

From Amy Li > Allow users to switch between pagination Datagrid and lazy loading for those who need to navigate a few a time or jump to a specific row....

scope: row-dom-performance
source: a11y
priority: 0

From Amy Li > No instructions that the columns can be reordered for screen readers, sighted keyboard users, and mouse users

scope: column-ordering
source: a11y

From Amy Li, > No name, role, and state indicating to assistive technologies that these are draggable items

scope: column-ordering
source: a11y

From Amy Li, > Users can only tab to sort control and arrow keys to use the drag and drop. This is not expected behavior. Related to invalid controls in...

scope: column-ordering
source: a11y
priority: 0

From Amy Li > The datagrid keyboard command Ctrl+End on windows and ctrl+fn+right arrow on mac no longer goes to the last cell of the last row. People who use...

scope: row-dom-performance
source: a11y

From Amy Li > Screen reader announcement is improved in focus mode but not in screen reader browse mode (aka virtual cursor), which still reads all the heading content when...

scope: screen-reader-columns
source: a11y
priority: 0

Tab should not jump to the next datagrid checkbox, instead it should jump out of the grid From Amy Li > when you use a datagrid you only use arrow...

source: a11y
priority: 0

Voice Over has special virtual cursor mode, in which you can browse a table/grid with a combination of VO-special key and the arrow keys. Default Voice-over key combination is "control-option"....

source: engineering
scope: row-dom-performance