nextcloud / news-android

📱🗞️ Android client for the Nextcloud news/feed reader app
https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader
GNU Affero General Public License v3.0
699 stars 258 forks source link

Bullet points in unsorted item list look all of the same level #1456

Open silverhook opened 3 months ago

silverhook commented 3 months ago

While I like the new(ish) > bullet points in unordered <ul> lists, reading any list of points that has more than one level is still awfully confusing and annoying.

This is still horrible to read:

Headline
> This is my first point
> something to say to that point (not indented!)
> actually my second bullet point

How about something like (or whichever characters that make the hierarchy even clearer):

Headline
> This is my first point
+ something to say to that point (2nd level)
- which comes down (3rd level)
- to another
- list of things
> actually my second bullet point

Related to https://github.com/nextcloud/news-android/issues/697

David-Development commented 1 month ago

Thank you for the report and sorry for the late reply. I agree that it is not ideal how it is right now. I was wondering if adding a little bit of padding makes it better. Not sure if the different icons would make it perfectly clear what the nesting is. This would be my proposal: https://github.com/nextcloud/news-android/pull/1466

silverhook commented 6 days ago

@David-Development , padding would be great. I was proposing different characters, because I assumed padding would not be acceptable.