ResonantGeoData / RD-WATCH

RD-WATCH Documentation
https://resonantgeodata.github.io/RD-WATCH/
Apache License 2.0
6 stars 5 forks source link

set timeMin to modelRun list timeMin #506

Closed BryonLewis closed 2 weeks ago

BryonLewis commented 2 weeks ago

The removal of the @update:timeRang from SideBar.vue meant that the slider was always going to utilize the UNIX epoch time. This uses the global state.timeMin. I think this was an oversight of mine when I was converting the very heavily integrated component system signaling (where it was doing some passing up/down of information) into more of a store system when I came on to the project.

I do understand that our Store is really overloaded right now and at some point should probably be refactored but that is an issue for another time.

floryst commented 2 weeks ago

Does the same change need to happen to annotationViewer/SideBar.vue? There's also a timemin change there.

BryonLewis commented 2 weeks ago

Does the same change need to happen to annotationViewer/SideBar.vue? There's also a timemin change there.

It was sitting in my commit list in VSCode (I guess I forgot to click on commit all). Thanks,