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 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

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.
e48b266aa016358148347bc9ce08170a676be3ed 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...