bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API
MIT License
151 stars 53 forks source link

UI becomes unresponsive after a period of time #21

Open bcwik9 opened 7 years ago

bcwik9 commented 7 years ago

Description

After having the dashboard sit a while, things start to become unresponsive (tabbing between portfolio/watchlist, or opening up an order modal and changing the order type, etc). I believe this has to do with a faulty JS setup between the dashboard and watchlist, where things are being called and loaded multiple times when they're actually already loaded. Reloading the page fixes the issue (until it sits there long enough again)