mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.54k stars 240 forks source link

Menu that open dialogues should have a '...' after them #166

Closed nithinshoban closed 2 years ago

nithinshoban commented 2 years ago

Lorien version: 0.5.0

OS/device including version: macOs 10.13.6

Issue description: Nice App!

Open, Settings, Settings in menu should have a '...' after them to indicate they will show a dialogue. Save As should have three dots

Steps to reproduce:

Click on the main menu (hamburger menu)

image

hansemro commented 2 years ago

Gimp dropdown for reference: 2022-06-20_11-32

mbrlabs commented 2 years ago

As far as i know ... should only be used when after clicking the button an immediate input action from the user is required, not just when a dialog opens. So that would exclude the About button, which also opens a dialog but does not require futher action (except closing it). Settings/Preferences often don't have this as well.

This is a nice article about it: https://uxdesign.cc/dot-dot-dot-7ce6170bfc7f

mbrlabs commented 2 years ago

So i added it to Open, Save as and Export in 1473b5008f3ec767d82211401f018d5fe21ef16e. No Settings or About