neoneye / ARC-Interactive

Enjoy puzzle-solving directly in your browser.
https://neoneye.github.io/arc/
MIT License
18 stars 2 forks source link

Editor: Show the tool-palette when there is sufficient screen estate #35

Open neoneye opened 7 months ago

neoneye commented 7 months ago

Problem

ARC-Interactive the tools panel is hidden behind the tools: paint button. Possibly harming discoverability of the UI.

On mobile phones, there is no room for a tool palette so that's fine. On big displays where there is plenty of empty space, it may make sense to show a tool palette.

In other paint programs there is usually a palette with tools.

Solution

Determine if there is sufficient room for a tool palette.

Possible migrate the entire tool menu panel so it's always visible on big displays.