JetpackDuba / Gitnuro

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

Change order of right sidebar #201

Closed MarcusElgKTH closed 4 months ago

MarcusElgKTH commented 4 months ago

Is your feature request related to a problem? Please describe. It feels unintuitive to move your cursor downwards when your files move upwards. It just feels like an unnatural flow.

Describe the solution you'd like Move the commit message settings to the top so it's next to the staged files. Makes much more sense imo, so the files move from unstaged to staged to pushed. Could also be a setting if some people prefer the old way image

JetpackDuba commented 4 months ago

You can invert the staged/unstaged views if you prefer (unstaged at the top and staged at the bottom), but there are no plans to change the layout as you mention. Most users expect to decide what changes are committed and then write the message, as it's done in Git CLI.

MarcusElgKTH commented 4 months ago

You can invert the staged/unstaged views if you prefer (unstaged at the top and staged at the bottom), but there are no plans to change the layout as you mention. Most users expect to decide what changes are committed and then write the message, as it's done in Git CLI.'

Ok, thanks for your answer. Found the setting

JetpackDuba commented 4 months ago

Settings -> Layout -> Swap position for staged/unstagged views

Set it to true and the views will be swapped