Results 91 issues of ADTC

## Issue Check list - [x] Agree to the [Code of Conduct](https://github.com/jbetancur/react-data-table-component/blob/master/CODE-OF-CONDUCT.md) - [x] Read the README - [x] You are using React 16.8.0+ - [x] You installed `styled-components` -...

See here: The second one here is correct, but the first one looks like `app/assets/variables.json` was renamed to `aaassets/variables.json` (notice the triple A), when in fact the renaming was to...

As discussed before in [#356 (comment)](https://github.com/gitx/gitx/issues/356#issuecomment-1465129067), I suggest we remove `MGScopeBar` and replace it with `PBGitGradientBarView` instead. We already use this for the bar with buttons for filtering commits: `All`,...

Imagine this scenario: --- I have right-clicked (i.e. Control-click) the commit _"Crop images"_ and the menu appears on this commit. Visually, it really looks like the menu is for this...

If I use command line or other tools to move to a different branch or create new branches, or drop branches, it looks like when I click on Refresh to...

It will be nice if the context menu of a branch label gives you the option to give it a new name.

We should be able to right-click branch labels in the graph and copy the branch name. This will be so useful for pasting in Terminal or other places.

If you run `git log --all --graph --oneline` you get a graph like this: ![image](https://user-images.githubusercontent.com/6047296/144262764-bba9e5ec-3880-445c-ac4f-51b8101a529e.png) As you can see below the merge commit `9f9d5a1`, the three commits from the incoming...

I noticed that `hdiutil` seems to optimize the `GitX.app` file by removing a lot of unnecessary things inside it. This reduces the app size from around 27 MB to just...

If I stage an untracked file with some content, then modify the content so that we have some changes not staged for commit, the staged content and the unstaged diff...