When I load multiple iframes on one page with different timeframes, they work correctly the first time I visit the page. However, upon reloading the page, every iframe displays the same timeframe. This appears to be caused by latestResolution being saved in the localStorage.
Steps to Reproduce
Load a page with multiple iframes, each set to a different timeframe.
Observe that the iframes display correctly.
Reload the page.
Notice that all iframes now show the same timeframe.
Expected Behavior
Each iframe should retain its specific timeframe even after the page is reloaded.
When I load multiple iframes on one page with different timeframes, they work correctly the first time I visit the page. However, upon reloading the page, every iframe displays the same timeframe. This appears to be caused by latestResolution being saved in the localStorage.
Steps to Reproduce
Load a page with multiple iframes, each set to a different timeframe.
Observe that the iframes display correctly.
Reload the page.
Notice that all iframes now show the same timeframe.
Expected Behavior
Each iframe should retain its specific timeframe even after the page is reloaded.