Convert InlineEditorView to spina.
Review Request #13026 — Created May 9, 2023 and submitted — Latest diff uploaded
This change converts the InlineEditorView (and subclasses) to spina and
TypeScript. This also adds a new test suite for the inline editor (we
previously only had tests for the date and datetime versions).
- Ran js-tests.
- Used various inline editors in the Review Board UI.
Diff Revision 2 (Latest)
orig
1
2
Commits
Files
reviewboard/staticbundles.py | ||
reviewboard/static/rb/js/tests/index.ts | ||
reviewboard/static/rb/js/ui/index.ts | ||
reviewboard/static/rb/js/ui/views/inlineEditorView.ts Was reviewboard/static/rb/js/ui/views/inlineEditorView.es6.js | ||
reviewboard/static/rb/js/ui/views/tests/dateInlineEditorViewTests.ts Was reviewboard/static/rb/js/ui/views/tests/dateInlineEditorViewTests.es6.js | ||
reviewboard/static/rb/js/ui/views/tests/dateTimeInlineEditorViewTests.ts Was reviewboard/static/rb/js/ui/views/tests/dateTimeInlineEditorViewTests.es6.js | ||
reviewboard/static/rb/js/ui/views/tests/index.ts | ||
reviewboard/static/rb/js/ui/views/tests/inlineEditorViewTests.ts |
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/tests/index.ts |
---|
reviewboard/static/rb/js/ui/index.ts |
---|
reviewboard/static/rb/js/ui/views/inlineEditorView.es6.js |
---|
reviewboard/static/rb/js/ui/views/tests/dateInlineEditorViewTests.es6.js |
---|
reviewboard/static/rb/js/ui/views/tests/dateTimeInlineEditorViewTests.es6.js |
---|
reviewboard/static/rb/js/ui/views/tests/index.ts |
---|
reviewboard/static/rb/js/ui/views/tests/inlineEditorViewTests.ts |
---|