mu-fazil-vk / FluxTube

A powerful and ad-free YouTube client built using Flutter. Watch YouTube videos without ads, subscribe to channels, retrieve video dislikes, read comments, save videos, and much more.
GNU General Public License v3.0
354 stars 12 forks source link

No dates on home page [regression] #30

Closed un-logic closed 1 week ago

un-logic commented 3 months ago

Unfortunately, v 0.7.0 has brought some regressions: videos listed on Home page all has a 'No date', while ones listed on Trending have proper date formatting. Also date on video's page isn't formatted properly (year-month-day hour:minute AM/PM).

hafijulali commented 1 month ago

I did notice 'No date' as well. Let me look into it and hopefully we should get this fixed easily.

mu-fazil-vk commented 1 week ago

The reason is that the piped API is not providing the date for the feed section.

un-logic commented 1 week ago

OK, considering first part about feed, shouldn't we simply hide it then? It's more of an eyesore if it doesn't convey any meaningful information. Also, it would be nice if regional date format was respected. IMO, ISO format is fine, but this 12 hour thing is so archaic.