granny / Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
https://modrinth.com/plugin/pl3xmap
MIT License
64 stars 85 forks source link

Add a context menu in webmap #33

Open jedrek0429 opened 5 months ago

jedrek0429 commented 5 months ago

Partially implements #9.

TODO:

jedrek0429 commented 5 months ago
moved to PR body > there's still a few things left to do; > 1. better accessibility > 2. disappear on dragmove > 3. right clicking on the contextmenu should bring up the browser contextmenu > 4. replace the switch case with a simple map that "gets" the configured items > 5. fix the weird visual of the accessibility highlighting when hitting tab with the contextmenu open > [...] > > i think this is important to copy over as well: https://github.com/JLyne/LiveAtlas/blob/master/src/components/map/MapContextMenu.vue#L198-L213 @granny