elinverd/luminous

Time range presets are resolved at page load

Closed this issue · 0 comments

The predefined time ranges that are available in the dropdown are resolved when the page loads.

This means that they become invalid as time goes by and the user interacts with the page. For example, when the day changes and the page is still open, then the Today preset will yield yesterday's date.

We need to change that and resolve the presets to actual timestamps upon request.