Review Composer: Sidebar
Review Request #10225 — Created Oct. 11, 2018 and updated — Latest diff uploaded
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.
Changes between revision 42 and 43
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
docs/manual/admin/configuration/repositories/bitbucket.rst |
---|
docs/releasenotes/2.5.18.rst |
---|
docs/releasenotes/3.0.11.rst |
---|
docs/releasenotes/index.rst |
---|
reviewboard/hostingsvcs/bitbucket.py |
---|
reviewboard/hostingsvcs/gitlab.py |
---|
reviewboard/hostingsvcs/tests/test_bitbucket.py |
---|
reviewboard/hostingsvcs/tests/test_gitlab.py |
---|
reviewboard/notifications/webhooks.py |
---|
reviewboard/notifications/tests/test_webhooks.py |
---|
reviewboard/reviews/views.py |
---|
reviewboard/scmtools/forms.py |
---|
reviewboard/static/rb/js/views/reviewDialogView.es6.js |
---|
reviewboard/templates/hostingsvcs/bitbucket/repo_hook_instructions.html |
---|
reviewboard/webapi/resources/validate_diff.py |
---|
reviewboard/webapi/tests/test_validate_diff.py |
---|