Skip to content
#

ux

Here are 1,053 public repositories matching this topic...

nukem7673
nukem7673 commented Mar 18, 2020

Description

Stumbled across this in the documentation while going through the 'Quick Start' guide. Link provided to see all (HTML?) attributes leads to Github page with a message stating the documentation was moved.

Page with broken link: https://introjs.com/docs/getting-started/start

I'd imagine this is an easy fix, but just wanted to highlight the href value needs updated.

Expect

server
matiasdelellis
matiasdelellis commented Apr 13, 2020

Steps to reproduce

  1. Inside the server, set the language to a translation, for example, Spanish Argentina
  2. Find some plural translations. For example the summary of the current folder.
  3. Just check if the plural works.

Expected behaviour

In summary expect:

6 carpetas y 5 archivos 8,5 GB

Actual behaviour

In summary i see:

6 carpeta y 5 archivo 8,5 GB

![imagen

Shijir
Shijir commented Apr 27, 2020

Describe the bug

The following is Datagrid's old pagination API:

 <clr-dg-footer>
          {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}}
          of {{pagination.totalItems}} users
          <clr-dg-pagination #pagination [clrDgPageSize]="2"></clr-dg-pagination>
</clr-dg-footer>

This API causes the ExpressionChangedAfterItHasBeenCheckedError if used with

Alecaddd
Alecaddd commented Jan 7, 2020

Expected Behavior

When the user edits the properties of a CanvasItem the SelectEffect should disappear until the end of the interaction, with a delay of 2 seconds.

This behaviour is commonly used in other design tools to remove the visual noise of the selection bound when the user needs to edit the visual aspects of an item.

Eg. editing the color of a 1px thick border is pretty hard

web-vitals-extension
addyosmani
addyosmani commented May 2, 2020

The current badge overlay close button will remove the badge from the page, but will not persist the badge closure during your session. This might be surprising to developers (e.g I see my metrics -> close badge -> CLS wasn't final and just updated -> whoops here's the badge again).

Few options....

  1. Clicking close will be the same as disabling the overlay for the particular tab (i.e we upd

Improve this page

Add a description, image, and links to the ux 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 ux topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.