Port UserSession to spina.
Review Request #13005 — Created May 3, 2023 and submitted — Latest diff uploaded
This change ports over the UserSession and associated helpers to spina
and TypeScript.
- Ran js-tests.
- Tested review request starring, muting, and archiving, and group
starring.
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
Files
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/common/index.ts |
---|
reviewboard/static/rb/js/models/userSessionModel.es6.js |
---|
reviewboard/static/rb/js/common/models/tests/index.ts |
---|
reviewboard/static/rb/js/models/tests/userSessionModelTests.es6.js |
---|
reviewboard/static/rb/js/pages/views/dashboardView.es6.js |
---|
reviewboard/static/rb/js/reviews/models/commentEditorModel.ts |
---|
reviewboard/static/rb/js/reviews/models/tests/commentEditorModelTests.ts |
---|
reviewboard/static/rb/js/reviews/views/commentDialogView.ts |
---|
reviewboard/static/rb/js/reviews/views/diffViewerPageView.ts |
---|
reviewboard/static/rb/js/reviews/views/reviewRequestActions.ts |
---|
reviewboard/static/rb/js/reviews/views/reviewablePageView.ts |
---|
reviewboard/static/rb/js/reviews/views/unifiedBannerView.ts |
---|
reviewboard/static/rb/js/reviews/views/tests/commentDialogViewTests.ts |
---|
reviewboard/static/rb/js/reviews/views/tests/diffViewerPageViewTests.ts |
---|