You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Let's get straight to the point. There are times that our UI will be broken either intentionally or unintentionally by the users. Here are the following UI challenges we will overcome to minimize the chances of this from happening.
The workspace's card (A collection card) must have an ellipsis effect when its title overflows.
The number in indicators must be in simplified formatted. For instance; use 1k instead of 1000, use 1M instead of 100000, use 14.3K instead of 14300, etc.
Responsive Title. By default use a large title for every card item, but decrease its font size with respect to its character length. After hitting the minimum allowed font size, use the ellipsis effect to handle the overflowing title.
The text was updated successfully, but these errors were encountered:
Let's get straight to the point. There are times that our UI will be broken either intentionally or unintentionally by the users. Here are the following UI challenges we will overcome to minimize the chances of this from happening.
title
overflows.1k
instead of1000
, use1M
instead of100000
, use14.3K
instead of14300
, etc.title
for every card item, but decrease its font size with respect to its character length. After hitting the minimum allowed font size, use the ellipsis effect to handle the overflowingtitle
.The text was updated successfully, but these errors were encountered: