Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .refreshable to the ScheduleEmptyView #191

Open
Archichil opened this issue Jan 12, 2025 · 0 comments
Open

Add .refreshable to the ScheduleEmptyView #191

Archichil opened this issue Jan 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Archichil
Copy link

Archichil commented Jan 12, 2025

Given:

Empty schedule (or schedule that ended) causes ScheduleEmptyView to show.

When:

In a few days API comes with a new schedule. User wants to update the schedule. He click on his group, but see ScheduleEmptyView which is normal behaviour, because previous schudule was cached to minimize loading time. User tries to update the schedule by pull-to-refresh, but he can't, because this view doesn't have .refreshable on it. And to force the refresh, he has to clear cache in settings (good if he knows it). I do not find it convenient.

Expected behaviour:

Be able to pull-to-refresh on ScheduleEmptyView

@Archichil Archichil added the enhancement New feature or request label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant