-
Updated
May 6, 2021 - Python
user-experience
Here are 352 public repositories matching this topic...
SVG will very likely take a little longer to render than a base64-encoded raster image. And the Gaussian Blur applied to the simple SVG shapes created by Primitive is probably quite CPU intensive.
Let's run a series of performance tests, ideally on WPT, to compare LQIP raster image rendering performance vs. SQIP rendering performance and also compare CPU utilization.
-
Updated
Jun 12, 2022 - TypeScript
-
Updated
Jul 21, 2020 - Swift
-
Updated
May 18, 2022 - SCSS
-
Updated
Sep 25, 2019 - HTML
-
Updated
Mar 28, 2020 - C#
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jan 11, 2021
-
Updated
Oct 4, 2018 - Java
-
Updated
May 15, 2022 - Swift
-
Updated
Oct 2, 2019 - Python
-
Updated
Jun 5, 2022
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Oct 25, 2020
-
Updated
Aug 12, 2021
not sure if this can be fixed the way the extension works, but anyway, just reporting it...
extension enabled vs disabled: 
;
Remove item and children
breadcrumb.PopAfterItem(object myDataItem);
And an event when a item is clicked
OnItemClick(object source, object myDataItem)
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Feb 22, 2022 - Swift
-
Updated
Apr 14, 2022 - HTML
-
Updated
Jun 27, 2022
What's your idea?
QueryParam and QueryParamGroup currently expose a valueChanges observable, akin to Angular Forms, which is backed by a Subject<>. This can create a problem as the first value may be "missed", see #72 and #176. While there is a relatively easy solution to this, it still creates unnecessary boilerplate and can be confusing.
Therefore, we should expose a value$ observa
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
May 30, 2019 - Swift
-
Updated
Mar 6, 2021 - HTML
Improve this page
Add a description, image, and links to the user-experience topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the user-experience topic, visit your repo's landing page and select "manage topics."


Summary
Running the WAVE plugin shows not all text has sufficient contrast, and an empty link is present, these are minor issues and potentially false positives, as the site may serve as an example for others it would be great if at least all errors from automated tests are resolved.
Expected result
Running a tool such as the WAVE plugin on Chrome shows no errors.
Actual res