The Wayback Machine - https://web.archive.org/web/20220628044047/https://github.com/topics/user-experience
Skip to content
#

user-experience

Here are 352 public repositories matching this topic...

a11yproject.com
ActiveB1t
ActiveB1t commented Jul 16, 2020

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

bug help wanted good first issue accessibility
technopagan
technopagan commented Sep 21, 2017

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.

MorphL Community Edition uses big data and machine learning to predict user behaviors in digital products and services with the end goal of increasing KPIs (click-through rates, conversion rates, etc.) through personalization

  • Updated Oct 2, 2019
  • Python
pp111
pp111 commented Apr 16, 2021

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)

enhancement help wanted good first issue
ngqp
Airblader
Airblader commented Dec 10, 2020

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

good first issue Type: Feature Comp: Core Priority: Medium

Improve this page

Add a description, image, and links to the user-experience topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more