Add a new JS bundle for UI elements.

Review Request #12807 — Created Jan. 26, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

As we move things around in the JavaScript codebase, we'd like a place
to put any generic UI widgets. We already have a ui/ directory in the
tree, and this change adds a new bundle for us to use for it.

Loaded a page and saw that /static/rb/js/ui/index.js was included in
the <script> tags.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Add a new JS bundle for UI elements.
As we move things around in the JavaScript codebase, we'd like a place to put any generic UI widgets. We already have a `ui/` directory in the tree, and this change adds a new bundle for us to use for it. Testing Done: Loaded a page and saw that `/static/rb/js/ui/index.js` was included in the `<script>` tags.
fded8f6e006300d190ac160a96f10a3c082d8d2b David Trowbridge
reviewboard/staticbundles.py
reviewboard/static/rb/js/reviews/index.ts
reviewboard/static/rb/js/ui/index.ts
reviewboard/templates/js/tests_base.html
reviewboard/templates/reviews/reviewable_base.html
Loading...