ng-clarity
ng-clarity copied to clipboard
Filters and sorting blink once/twice when opening a page with it.
or some other solution that shows... notice you have a sorting/filtering ON.
other solution idea 2: https://dribbble.com/shots/3723001-29-Focus
Any solution in this area should be synced with the accessibility team, to make sure that is usable by users with disabilities, using screenreader, magnification, etc.
@scroniser @colinreedmiller
yeah that makes sense Jinnie.
can it be made that elements have their unique class and or a ID automatically unique attached?
also for the (sorting/filtering) icons would be nice.
currently I have to use xpath which is sub-optimal. By.XPath("//button[contains(text(), 'Tegenboeken factuur')]")).Cli
thought today: actually the same goes op for when an entry is added to a grid. It would be nice if that row is highlighted for a moment... so in case one goes from a modal back to an overview page with a grid, I don't want to assume (especially when using filters and sorting) which one was added or even if one row was added. highlighting the new row for a moment (or blink, or...) would improve it.