walfie / gbf-raidfinder

Granblue Raid Finder (Archived: Granblue no longer has raid tweets)
https://gbf-raidfinder.aikats.us
MIT License
206 stars 106 forks source link

Sometimes list items are re-rendered unnecessarily #55

Closed walfie closed 8 years ago

walfie commented 8 years ago

Occasionally all the <li> elements in a column are re-rendered, which isn't a huge deal performance-wise since columns usually only have 50 items at max. However, this causes tweets to reset their "copied" state (where they're greyed out after clicking on them).

walfie commented 8 years ago

Realized this is due to the periodic purging of old raid tweets that occurs every 30 seconds (if the column limit is exceeded)

walfie commented 8 years ago

Closed in #65