Commit 5e4d391
fix: add minimum delay for pull-to-refresh animation
- Add 800ms minimum delay in UpdatableView to prevent immediate retraction
- Fetch online stats on first load for smoother subsequent refreshes
- Fixes issue where pull-to-refresh would snap back immediately
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ff8c91c commit 5e4d391
File tree
2 files changed
+5
-2
lines changed- V2er/View
- Feed
- Widget/Updatable
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments