Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
311 stars 35 forks source link

A refresh button on the inbox page would be very helpful #313

Closed 0xCmdrKeen closed 1 month ago

0xCmdrKeen commented 2 months ago

Is your feature request related to a problem? Please describe.

I mainly use Photon in a chromeless browser environment (Ferdium), and something that bugs me is that there is no easy way to access new messages when I'm already in the inbox view. I always have to navigate away to a different page and then click on the inbox link again if I want to see my updated messages.

Describe the solution you'd like

A simple reload button next to "Mark All Read" that only makes the requisite API call to fetch new messages and update the view would be helpful.

Describe alternatives you've considered

In a regular browser, I suppose I could just use the browser's reload function, but in Ferdium, that would just end up bringing me back to the front page again, so it's basically no different from navigating somewhere else. Also, it does seem rather wasteful since all that would be required to load new messages is an API call, but reloading the entire window would cause the entire app to bootstrap itself again.

Xyphyn commented 1 month ago

I'll add this

0xCmdrKeen commented 1 month ago

Awesome, I see it's live now. Thank you so much.