Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
382 stars 43 forks source link

Feature Request - Infinite Scrolling, Show the precise date instead of a relative date and hide sidebar toggle on Settings #251

Closed dnet890 closed 2 months ago

dnet890 commented 9 months ago

Is your feature request related to a problem? Please describe. it is quite annoying if we need to click next to read our feeds and it is nice we can enjoy reading our feeds completely without sidebar and also I think it will be great if we can keep tracking our read post accurately on home screen by add a new toggle settings to Show the precise date (i.e: Sun Nov 16 20:14:56 2014 UTC) instead of a relative date (i.e: 7 days ago), for posts and comments

Describe the solution you'd like infinite scrolling like Voyager is quite good. But, it is not nice on desktop

Describe alternatives you've considered Voyager and Liftoff

Additional context Add any other context or screenshots about the feature request here.

Xyphyn commented 9 months ago

I've wanted to implement infinite scroll for ages, but sveltekit hasn't added bfcache yet.

https://github.com/sveltejs/kit/issues/9822

This will make it a lot easier for me to add this

For the sidebar, the toggle appears once the screen size is small enough for it to actually matter

dnet890 commented 9 months ago

I mean for the toggle left side which have lots of communities list. I think it is better if there is a toggle setting to hide it

Xyphyn commented 9 months ago

Adding some of the things you mentioned now, thanks for the report! btw, in the future, itd be nice if you could make these things into separate issues instead of like 3 suggestions in 1 issue. Don't worry about creating alot of issues

Xyphyn commented 9 months ago

Oh btw, if you hover over a date, it shows the exact one

Xyphyn commented 2 months ago