SimonHalvdansson / Harmonic-HN

Modern Android client for Hacker News
https://play.google.com/store/apps/details?id=com.simon.harmonichackernews
Apache License 2.0
611 stars 40 forks source link

Feat: Add option to hide comments count in list view #128

Closed dimtion closed 9 months ago

dimtion commented 9 months ago

Description

This comment adds a feature to hide the number of comments of a story in the list view. It replaces the number of comments with a dot if there is any, or nothing if there is no comment.

Option is disabled by default (comments count is displayed), and does not show-up during initial setup.

Motivation

This allows a more zen approach to browsing for interesting stories. This toggle+hide story points prevents appeal to popularity while selecting a story to read.

Testing:

Screenshots

Hot Stories New Stories Setting page
Screenshot_20231119_180920_Harmonic Screenshot_20231119_180911_Harmonic Screenshot_20231119_181001_Harmonic
SimonHalvdansson commented 9 months ago

This looks very nice and complete, thank you for your work!