Convert comment block views to TypeScript/spina.

Review Request #13527 — Created Feb. 6, 2024 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

This change converts the comment block view classes to TypeScript.

  • Ran js-tests.
  • Smoke tested commenting on diffs and various Review UIs.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Convert comment block views to TypeScript/spina.
This change converts the comment block view classes to TypeScript. Testing Done: - Ran js-tests. - Smoke tested commenting on diffs and various Review UIs. Reviewed at https://reviews.reviewboard.org/r/13527/
b24b677ea58c0b35a7a0c9acd67924a6f203414f David Trowbridge

Files

reviewboard/staticbundles.py
reviewboard/static/rb/js/reviews/index.ts
reviewboard/static/rb/js/reviews/views/abstractCommentBlockView.ts Was reviewboard/static/rb/js/views/abstractCommentBlockView.es6.js
reviewboard/static/rb/js/reviews/views/diffCommentBlockView.ts Was reviewboard/static/rb/js/diffviewer/views/diffCommentBlockView.es6.js
reviewboard/static/rb/js/reviews/views/regionCommentBlockView.ts Was reviewboard/static/rb/js/views/regionCommentBlockView.es6.js
reviewboard/static/rb/js/reviews/views/textBasedCommentBlockView.ts Was reviewboard/static/rb/js/views/textBasedCommentBlockView.es6.js
reviewboard/staticbundles.py
reviewboard/static/rb/js/reviews/index.ts
reviewboard/static/rb/js/views/abstractCommentBlockView.es6.js
reviewboard/static/rb/js/diffviewer/views/diffCommentBlockView.es6.js
reviewboard/static/rb/js/views/regionCommentBlockView.es6.js
reviewboard/static/rb/js/views/textBasedCommentBlockView.es6.js
Loading...