[review-together] Modernize the review-together codebase.

Review Request #11087 — Created July 20, 2020 and submitted — Latest diff uploaded

Information

rb-extension-pack
master

Reviewers

This change updates the review-together extension, porting the JS side
to ES6, updating the Python code for Django 1.11/Python 3/Review Board
4.0 compatibility, and converting the CSS to use our new color
definitions.

The visual appearance isn't super polished (many of the colors are a
little bit clashy with TogetherJS's icons), but I haven't changed
anything there. Updating to the latest TogetherJS and polishing the UI
might make for a good student project at some point.

Installed and activated the extension. Verified that the settings form
and frontend UI worked as expected.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
[review-together] Modernize the review-together codebase.
This change updates the review-together extension, porting the JS side to ES6, updating the Python code for Django 1.11/Python 3/Review Board 4.0 compatibility, and converting the CSS to use our new color definitions. The visual appearance isn't super polished (many of the colors are a little bit clashy with TogetherJS's icons), but I haven't changed anything there. Updating to the latest TogetherJS and polishing the UI might make for a good student project at some point. Testing Done: Installed and activated the extension. Verified that the settings form and frontend UI worked as expected. Reviewed at https://reviews.reviewboard.org/r/11087/
a172453f949c922f1c3ec250b8d92c76b2ab4c6d David Trowbridge
review_together/review_together/admin_urls.py
review_together/review_together/extension.py
review_together/review_together/forms.py
review_together/review_together/static/css/review-together.less
review_together/review_together/static/js/review-together.js
review_together/review_together/static/js/reviewTogether.es6.js
Loading...