mit-jp / mit-climate-data-viz

Plotting climate data for the MIT Joint Program on the Science and Policy of Global Change
https://cypressf.shinyapps.io/eppa-dashboard/
0 stars 0 forks source link

Make urls for tabs bookmarkable #264

Closed cypressf closed 2 years ago

cypressf commented 2 years ago

Problem

If you refresh the page, it loses your spot (if you were on the water tab, you no longer are).

Solution

Now that react-router-dom works with the apache config, I should be able to change the url based on the tab you're on.

e.g.

est.mit.edu/water

cypressf commented 2 years ago

working on this on the routes branch

cypressf commented 2 years ago

https://github.com/cypressf/climate-risk-map/commit/a723343ff601263f78abfffacc9705e93d73281b enables linking to a data tab. Next I'm going to implement linking to a specific map within a tab, but I'll make a separate git issue for that because it's significantly more complex