perf101 / rage

Results And Graphing Engine
Other
8 stars 8 forks source link

made auto_redraw off by default #60

Closed jperrett256 closed 7 years ago

jperrett256 commented 7 years ago

This is a great feature for three reasons:

  1. It'll be much smoother if you ever start from scratch.
  2. Because auto_redraw's on/off state will be saved in tinyURLs, it won't affect you when you return to an old URL.
  3. It'll work nicely in conjunction with the "enabling auto_redraw will immediately redraw the graph" feature.

None of your saved URLs will have auto_redraw enabled (the first time you load them), so you'll click on auto_redraw. Then you're back where you were, in that single click (it'll draw automatically). You'll save the new URL when you're done for the day, and when you come back auto_redraw will be enabled, as you left it. For people starting from scratch or developing rage, it'll be much nicer as well.