Summary: | No refresh button in header when there are posts in the list | ||
---|---|---|---|
Product: | [Applications] Alligator | Reporter: | Jack Hill <jackhill3103> |
Component: | General | Assignee: | Tobias Fella <fella> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Android 13.x | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jack Hill
2023-01-16 21:38:25 UTC
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 |