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.

Changes between revision 1 and 2

orig
1
2

Commits

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.
5840677931f4fdd777599546d0393d5f60ef77f2 David Trowbridge
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/templates/js/tests_base.html
Loading...