Add a commit selector view.
Review Request #4322 — Created July 11, 2013 and submitted — Latest diff uploaded
Add a commit selector view. This is used by the new new review request UI for creating requests from committed revisions. This handles the basic functionality of displaying a list of commits and triggering a 'create' event when one is clicked (or navigating to the review request if one already exists). There's a little bit more on my todo list for this, namely: - Providing some visual indication when there's already a review request. - Using the API pagination to provide infinite scroll.
Used this in my post-commit UI.
reviewboard/settings.py |
---|
reviewboard/static/rb/js/newReviewRequest/views/commitView.js |
---|
reviewboard/static/rb/js/newReviewRequest/views/commitsView.js |
---|