Port FileAttachmentThumbnailView to TS/spina.

Review Request #13221 — Created Aug. 17, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This ports the FileAttachmentThumbnail view to TS/spina. The view is also
renamed to FileAttachmentThumbnailView 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.
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
Loading...