github_pr_tree icon indicating copy to clipboard operation
github_pr_tree copied to clipboard

Add a file tree to GitHub's Pull Request

Results 52 github_pr_tree issues
Sort by recently updated
recently updated
newest added

allow to reverse filter items (ignore items) by prefixing filter with '!'

In index.tsx calculateTree() you parseInt the contents of `files_tab_counter`, but GitHub formats it with a comma (e.g. 1024 -> "1,024"), so parseInt returns the value before the first comma. As...

Suppose I moved a file from `root/path_a` to `root/path_b`, the PR tree view only shows file under `root/path_b`. Is it better to show the file is deleted in `root/path_a` and...

This is happening to me both for the version on the Chrome app store as well as when I cloned and installed it locally ![image](https://user-images.githubusercontent.com/524162/108079503-2e930580-706f-11eb-8674-2fba91fe772f.png) ![image](https://user-images.githubusercontent.com/524162/108079615-4c606a80-706f-11eb-85c4-f9f3342056ce.png) `window.localStorage` is actually `null`...

Hello, First of all thanks for the great work on this extension: it really makes pull requests better in GitHub 😃 Nevertheless I have been struggling when reviewing code on...

Hide all other files, respectively. This behavior is more familiar to users who have switched to Github from Bitbucket.

help wanted

Thank you for your plugin, it's very useful. I suggest the following productivity improvement. Most of files in pull requests contain only few changes (e.g. package move/renaming). I can check...

When I'm reviewing a big PR I usually close each directory in the tree once I'm done reviewing all files in it. But when I refresh the page (for any...

Example: `https://github.com/kubernetes/kubernetes/pull/73977/commits/7527b3d51a7e996d964dbc5e8a68fe273f23bfdf` (If I don't quote it, github transforms it...weird)

Comments will insert into the codes, it will be very convenient to add a button to show/hide all the comments immediately.