Convert RB.OAuthClientSecretView to TypeScript/spina
Review Request #14095 — Created Aug. 9, 2024 and submitted — Latest diff uploaded
This change converts the OAauth client secret widget JS to TypeScript
and spina. I decided to merge this into the "widgets" bundle, since it
seemed excessive to have a separate bundle just for this one file.
- Ran js-tests.
- Verified that the OAuth secret input still worked as expected.
Diff Revision 1 (Latest)
Commits
Files
reviewboard/staticbundles.py |
---|
reviewboard/static/rb/js/accountPrefsPage/views/oauthClientSecretView.es6.js |
---|
reviewboard/static/rb/js/widgets/index.ts |
---|
reviewboard/static/rb/js/widgets/views/oauthClientSecretView.ts |
---|
reviewboard/templates/accounts/edit_oauth_app.html |
---|
reviewboard/templates/admin/base_site.html |
---|
reviewboard/templates/oauth/secret_input_widget.html |
---|