JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros

Home Page:https://gitnuro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change order of right sidebar

MarcusElgKTH opened this issue · comments

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

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.

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

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

Set it to true and the views will be swapped