-
Updated
May 6, 2021 - Python
user-experience
Here are 304 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
Jul 21, 2020 - Swift
-
Updated
Jul 13, 2021 - SCSS
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Sep 25, 2019 - HTML
-
Updated
Mar 28, 2020 - C#
-
Updated
May 29, 2021 - JavaScript
-
Updated
Oct 4, 2018 - Java
-
Updated
Jan 11, 2021
-
Updated
May 15, 2021 - Swift
-
Updated
Oct 2, 2019 - Python
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Oct 25, 2020
-
Updated
Jun 11, 2021
-
Updated
Nov 17, 2020
Custom usage
Thanks for the control. It would be really nice if you can add a feature to use it not for automatic navigation but if we could add items manually, for example:
breadcrumb.PushNewItem(object myDataItem, string label);
Remove item and children
breadcrumb.PopAfterItem(object myDataItem);
And an event when a item is clicked
OnItemClick(object source, object myDataItem)
-
Updated
Jun 17, 2021 - Swift
-
Updated
Feb 1, 2021 - Swift
-
Updated
Jul 16, 2021 - JavaScript
-
Updated
Jul 16, 2021 - PowerShell
-
Updated
Apr 9, 2021 - HTML
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
Jul 23, 2021 - JavaScript
-
Updated
Oct 29, 2018 - JavaScript
-
Updated
Mar 6, 2021 - HTML
-
Updated
May 30, 2019 - Swift
-
Updated
Oct 16, 2019 - CSS
-
Updated
Jun 5, 2020 - C#
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