Sage-Future / fatebook

The fastest way to make and track predictions
https://fatebook.io
MIT License
28 stars 8 forks source link

bug: Multiple Fatebook tabs => resubmission of old forecast #33

Open adam-binks opened 1 month ago

adam-binks commented 1 month ago

When I make a forecast with a bunch of the same tabs open, it submits the other tabs even if I don’t change them

  1. last forecast was 10,
  2. I change one tabs forecast to 6
  3. I close all tabs
  4. 10 gets submited anyway

image

adam-binks commented 1 month ago

Probably to do with localForecast in UpdateableLatestForecast not updating when new underlying forecast is fetched.

Maybe related to the N second timeout forecast submission feature, though I thought I removed that.