Port UserSession to spina.

Review Request #13005 — Created May 3, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

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.
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
Loading...