Add a new JS bundle for UI elements.
Review Request #12807 — Created Jan. 26, 2023 and submitted — Latest diff uploaded
As we move things around in the JavaScript codebase, we'd like a place
to put any generic UI widgets. We already have aui/
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.