DroneDB / Hub

Web GUI for DroneDB
Other
7 stars 3 forks source link

Fix new folder button focus and other improvements #25

Closed pierotofy closed 3 years ago

pierotofy commented 3 years ago

Fix the focus on the input for new folder dialog. Updates submodule.

pierotofy commented 3 years ago

Fixes renameDialog focus.

pierotofy commented 3 years ago

Added enter/esc keybindings.

pierotofy commented 3 years ago

Fix selection on toolbar. Toolbar buttons marked as selected did not remain selected.

@HeDo88TH make sure to look at this one so that you can understand how VueJS works. When you modified the Toolbar component, you moved dataTools away from data(), making it non-reactive.

HeDo88TH commented 3 years ago

Fix selection on toolbar. Toolbar buttons marked as selected did not remain selected.

@HeDo88TH make sure to look at this one so that you can understand how VueJS works. When you modified the Toolbar component, you moved dataTools away from data(), making it non-reactive.

Ok. Is this still a draft or I can merge it?

pierotofy commented 3 years ago

Still draft, I'm still in the process of adding/fixing a few things.

pierotofy commented 3 years ago

Removed panels from Markdown component.

image

Ready for review @HeDo88TH

Needs to be reviewed with https://github.com/DroneDB/CommonUI/pull/4

HeDo88TH commented 3 years ago

Nice 🚀