SUMMARY The Refresh button in the header disappears when there are posts in the list. There's no button to replace it, so why bother hiding it? STEPS TO REPRODUCE 1. Read all posts 2. Restart the app 3. Go into the Unread tab 4. Click the Refresh button in the top right OBSERVED RESULT When new posts are added, the refresh button disappears. EXPECTED RESULT Keep the Refresh button, unless there's a new button with higher priority that should take its place. SOFTWARE/OS VERSIONS ADDITIONAL INFORMATION
Just to clarify, was this supposed to be marked as intentional? Because I can see in the code that the refresh button has `visible: !Kirigami.Settings.isMobile || entryList.count === 0`, so I don't see how it could be marked as Works For Me. I don't mind if the button disappears, I just (1) don't see why it should when there's nothing there to replace it, and (2) find the scroll to refresh quite awkward. I find that I have to move my finger quite a long distance compared to other apps with scroll-to-refresh, hence why I prefer to tap the refresh button.
I've marked it as WORKSFORME since it button is always visible for me. The code does indeed say something else, I'll remove that