feat: advertise existing long press to refresh per section#467
Conversation
|
You are on a tear mate! 😆 I'll try and keep up. |
|
I wonder... Works in home too? |
|
@Kurami32 I implemented it on f066404, however there is a lot more going on in that fragment and performance in landscape is awful. While debugging the problem I stumped upon these lines: tempus/app/src/main/res/layout/fragment_home_tab_music.xml Lines 17 to 291 in 88c2129 They were always in the gone, so I set them visible and made an incredible discovery:
I had never seen that before, but apparently Tempo had a star-based offline system. I mean in settings does say Since this XML is so saturated with things I'm not sure on how to solve the performance issue =( |
|
I updated this PR to advertise the already existent feat: recording_20260301_193237.1.mp4I reduced the tap area to just the icon + the title, that's why I tap in the video until I trigger the toast. The reason is landscape mode having a really wide area, which could lead to confusion of why the toast is triggered. |
|
this is excellent, that attention to detail is perfect. I also like that you greyed it out. My original pass that I did not ever merge still had them full white brightness which bothered me. |

Solves #347.
recording_20260227_231727.mp4