Port FileAttachmentThumbnailView to TS/spina.
Review Request #13221 — Created Aug. 17, 2023 and submitted — Latest diff uploaded
This ports the
FileAttachmentThumbnail
view to TS/spina. The view is also
renamed toFileAttachmentThumbnailView
to follow our naming conventions.
- Ran JS unit tests.
- Tested using/viewing file attachment thumbnails on the review request,
in change descriptions, and in file review UIs. - Tested uploading/deleting files.
- Tested all the file actions.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 9. See what's changed.
orig
1
2
3
4
5
6
7
8
9
Commits
Files
docs/manual/extending/extensions/js-hooks/file-attachment-thumbnail-container-hook.rst |
---|
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/extensions/models/fileAttachmentThumbnailContainerHookModel.es6.js |
---|
reviewboard/static/rb/js/reviews/index.ts |
---|
reviewboard/static/rb/js/views/fileAttachmentThumbnailView.es6.js |
---|
reviewboard/static/rb/js/reviews/views/reviewRequestEditorView.ts |
---|
reviewboard/static/rb/js/views/tests/fileAttachmentThumbnailViewTests.es6.js |
---|
reviewboard/static/rb/js/reviews/views/tests/index.ts |
---|
reviewboard/static/rb/js/reviews/views/tests/reviewRequestEditorViewTests.ts |
---|
reviewboard/templates/reviews/changedesc_file_attachment.html |
---|