Convert to spina 2
Review Request #12934 — Created April 4, 2023 and submitted — Latest diff uploaded
This change updates our existing spina code for the new 2.0 version. The
bulk of this is just moving various attributes likedefaults
and
events
to bestatic
.
- Ran unit tests.
- Ran with other changes that make use of more involved Spina 2 changes,
such as converting a base class while subclasses are still using
.extend()
.
Diff Revision 1 (Latest)
Commits
Files
package-lock.json |
---|
reviewboard/static/rb/js/common/actions/models/action.ts |
---|
reviewboard/static/rb/js/common/actions/models/menuAction.ts |
---|
reviewboard/static/rb/js/common/actions/views/menuActionView.ts |
---|
reviewboard/static/rb/js/reviewRequestPage/views/reviewReplyDraftBannerView.ts |
---|
reviewboard/static/rb/js/reviews/models/unifiedBanner.ts |
---|
reviewboard/static/rb/js/reviews/views/reviewRequestActions.ts |
---|
reviewboard/static/rb/js/reviews/views/unifiedBannerView.ts |
---|
reviewboard/static/rb/js/ui/views/menuButtonView.ts |
---|
reviewboard/static/rb/js/ui/views/menuView.ts |
---|