Port file attachment views to ES6 and InlineEditorView.
Review Request #9444 — Created Dec. 15, 2017 and submitted — Latest diff uploaded
This change ports the last couple of file attachment related views (the
revision selector view and thumbnail view) to ES6. While I was working
on the thumbnail view, I also ported it to use the new InlineEditorView
for captions.
- Ran js-tests.
- Manually tested caption editing in the file attachment thumbnails.
Diff Revision 2 (Latest)
orig
1
2
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/ui/views/inlineEditorView.es6.js |
---|
reviewboard/static/rb/js/views/fileAttachmentRevisionSelectorView.js |
---|
reviewboard/static/rb/js/views/fileAttachmentRevisionSelectorView.es6.js |
---|
reviewboard/static/rb/js/views/fileAttachmentThumbnailView.js |
---|
reviewboard/static/rb/js/views/tests/fileAttachmentThumbnailViewTests.js |
---|
reviewboard/static/rb/js/views/tests/reviewRequestEditorViewTests.js |
---|