webkom / lego

Backend for abakus.no
https://lego.abakus.no
MIT License
55 stars 20 forks source link

Add tooltip to lego editor to show hotkeys and function #3479

Open jonasdeluna opened 1 year ago

jonasdeluna commented 1 year ago

title

abastola0 commented 11 months ago

@jonasdeluna can you please assign me on this issue?

eikhr commented 11 months ago

@abastola0 If you want to help out with this, the code for lego-editor can be found in this repo: https://github.com/webkom/lego-editor

abastola0 commented 11 months ago

Hi @jonasdeluna and @eikhr. I was looking at customizable Hover implementation on this. Both button implementations and text can be added to the tooltip. How generalizable do you think would be preferred? My initial though was to just add sort of like help tooltip that would display the hotkeys and their functions. if that's enough then i can continue with it.