WizzWriters / spelldraw-app

Free and open-source whiteboard.
https://wizzwriters.github.io/spelldraw-app/
Other
0 stars 0 forks source link

Toolbar 🔨 #25

Closed MusicFreak456 closed 1 year ago

MusicFreak456 commented 1 year ago

Add toolbar from which you can choose tools. Add the first draw tool for drawing polyline shapes.

MusicFreak456 commented 1 year ago

In the future I would like to have tools for:

Some of them might be implemented simply as a keyboard shortcuts, but for usability on mobile devices they also need to be available from toolbar.

MusicFreak456 commented 1 year ago

Idea for future improvement: Allow to reorganize toolbar by user. For example by changing order of tools or hiding some of them.

MusicFreak456 commented 1 year ago

I was also thinking about some sidebar with recently used colors as idea for future improvement. It would provide easy access to frequently used colors without the need to always open color picking tool.

MusicFreak456 commented 1 year ago

Idea for future improvement: Allow to reorganize toolbar by user. For example by changing order of tools or hiding some of them.

This should be easy to achieve with https://github.com/SortableJS/vue.draggable.next

ventus550 commented 1 year ago

Toolbar should come with an option to choose docking side.

MusicFreak456 commented 1 year ago

Eraser tool will be added as a pilot for this functionality as it's the easiest one to implement.

MusicFreak456 commented 1 year ago

Blocked by #70