1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

redo follower/ing viewer

Follower/ing viewer now uses the i endpoint (which returns more users at once) as well as caching (less requests needed) so its response time has decreased significantly (to 1/3 in my case)
This commit is contained in:
Austin Huang 2020-11-15 19:51:00 -05:00
parent 519d46858b
commit bf24f56843
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
8 changed files with 276 additions and 296 deletions

View file

@ -328,6 +328,7 @@
<string name="corners">Corners</string>
<string name="show_grid_gap">Show grid gap</string>
<string name="disable_animation">Disable animation</string>
<string name="follower_wait_to_load">Please wait for the current task to complete first!</string>
<plurals name="likes_count">
<item quantity="one">%d like</item>
<item quantity="other">%d likes</item>