Skip to content

Commit

Permalink
remove unread counts from pinboard buttons in fronts as not really ne…
Browse files Browse the repository at this point in the history
…eded and take up too much space
  • Loading branch information
twrichards committed Oct 24, 2024
1 parent 6c09d10 commit 8eb3607
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/src/fronts/frontsPinboardArticleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ export const FrontsPinboardArticleButton = ({
{maybePinboardData && hasCountsLoaded && !maybeItemCounts && "0 items"}
{maybeItemCounts && (
<>
{
maybeItemCounts.unreadCount ||
null /*TODO move to absolute position top right of button in red blob*/
}
{maybeItemCounts.unreadCount > 0 && " unread of "}
{maybeItemCounts.totalCount}
&nbsp;items
{maybeItemCounts.totalCropCount > 0 && (
Expand Down

0 comments on commit 8eb3607

Please sign in to comment.