-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show list of patches that already have been
Reviewed-by
In the last commit, we updated the UI to reflect the new functionality of replying to a subset of patches from a series w/ the "Reviewed-by" tag. Make the line "Reviewed-by:" in the "Details" tab, display information not only about the staged patches, but the ones recorded as already replied with the tag, differentiating them by the color and the appended `*`. Following the example of the last commit, if a patches 1, 2, and 7 are staged, and 0, 3, and 10 have already been replied with the tag, the line will display as ``` Reviewed-by: (0, 1*, 2*, 3, 7*, 10) ``` Closes: #78 Signed-off-by: David Tadokoro <[email protected]>
- Loading branch information
1 parent
8c4c457
commit 59b3b1a
Showing
1 changed file
with
215 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters