BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.92k stars 131 forks source link

updateMap will be automatically triggered on page reload #570

Closed MicLieg closed 4 months ago

MicLieg commented 4 months ago

As suggested in this Discord message, this PR adds a mounted lifecycle hook to the MainMenu component in order to update the map when the page is reloaded or refreshed using the PerformanceNavigationTiming: type property.

This will help users who are trying to troubleshoot missing parts of the map by refreshing the map instead of using the cached tiles.

Feedback on this implementation is greatly appreciated as I'm new to Vue.