Convert RB.OAuthApplicationsView to TypeScript/spina

Review Request #14090 — Created Aug. 8, 2024 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

This change converts the OAuth applications view for the account
settings to TypeScript.

The only functional change is that while doing this, I discovered
that we were always showing the "have not registered any OAuth2
applications." text, even when there were applications in the list.

  • Ran js-tests.
  • Used the OAuth applications page in the settings.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Convert RB.OAuthApplicationsView to TypeScript/spina
This change converts the OAuth applications view for the account settings to TypeScript. The only functional change is that while doing this, I discovered that we were always showing the "have not registered any OAuth2 applications." text, even when there were applications in the list. Testing Done: - Ran js-tests. - Used the OAuth applications page in the settings.
8d3a2dc9f80f18d54f5194dcecf8438d09676b0e David Trowbridge
reviewboard/staticbundles.py
reviewboard/static/rb/js/accountPrefsPage/index.ts
reviewboard/static/rb/js/accountPrefsPage/views/oauthApplicationsView.ts
reviewboard/static/rb/js/accountPrefsPage/views/oauthApplicationsView.es6.js
Loading...