Review Composer: Sidebar

Review Request #10225 — Created Oct. 11, 2018 and updated — Latest diff uploaded

Information

Review Board
master
3de8456...

Reviewers

The Review composer is the redesign of the review dialog to improve user
experience. The Review composer: sidebar serves as the sidebar for the
review composer.

The sidebar contains a button to create new general comments to replace the
add general comments button in the review dialog. A rendered list of comments
which will serve as a table of contents of reviews left in the review and a
tips and documentation section.

Added new JS unit tests to test functionality added. All JS tests pass.

Diff Revision 16

This is not the most recent revision of the diff. The latest diff is revision 45. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
reviewboard/staticbundles.py
reviewboard/static/rb/css/pages/reviews.less
reviewboard/static/rb/js/views/reviewComposerSidebarView.es6.js
reviewboard/static/rb/js/views/reviewDialogView.es6.js
Loading...