Commit fd0243e
authored
Reduce loading indicator delay (#3467)
The loading indicator currently waits for 0.5 seconds before displaying
to prevent a flicker if data loads relatively quickly. The current
half-second wait makes it look slow in my opinion, and I think a 0.2
second wait improves the experience while still addressing the flicker
issue.1 parent 7b70c14 commit fd0243e
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments