Convert comment block views to TypeScript/spina.
Review Request #13527 — Created Feb. 6, 2024 and submitted — Latest diff uploaded
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
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 |
---|