JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
872 stars 44 forks source link

Give reasons to the user about why commit/merge/rebase buttons are disabled #124

Open JetpackDuba opened 1 year ago

JetpackDuba commented 1 year ago

The buttons under some conditions are not enabled but they don't show the exact reason for having such state.

Example: The commit button should mention it if the message or the list of uncommited changes (excluding when amending) are empty.

Related to #120