Convert comment block models to TypeScript/spina.

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

Information

Review Board
master

Reviewers

This change converts the comment block models used in Review UI
frontends to TypeScript.

  • Ran js-tests.
  • Verified that adding comments on various file attachments still worked
    correctly.

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 models to TypeScript/spina.
This change converts the comment block models used in Review UI frontends to TypeScript. Testing Done: - Ran js-tests. - Verified that adding comments on various file attachments still worked correctly.
223f3baa0bc1d76269328cc44c0f39764ec8db24 David Trowbridge
reviewboard/staticbundles.py
reviewboard/static/rb/js/diffviewer/models/diffCommentBlockModel.es6.js
reviewboard/static/rb/js/models/textBasedCommentBlockModel.es6.js
reviewboard/static/rb/js/reviews/index.ts
reviewboard/static/rb/js/models/abstractCommentBlockModel.es6.js
reviewboard/static/rb/js/reviews/models/diffCommentBlockModel.ts
reviewboard/static/rb/js/models/fileAttachmentCommentBlockModel.es6.js
reviewboard/static/rb/js/models/regionCommentBlockModel.es6.js
reviewboard/static/rb/js/models/screenshotCommentBlockModel.es6.js
reviewboard/static/rb/js/reviews/models/textCommentBlockModel.ts
Loading...