We need to implement CSS styles in the Jade UI.
Design mockups are here: https://phabricator.wikimedia.org/T212370
Right now we just have the facet view developed. The components/widgets render, but need to be lined up better on the page. Also some icons are not showing up for some reason.
Due to the structure of the extension app, this may require writing some JS as well.
All frontend code lives in the resources/ directory and CSS files live alongside the corresponding JS file.
All page components will be found in the widgets/ directory. All popup form components will be found in the dialogs/ dir.
The majority of widgets/component classnames have been added to the css files for ease of development, although I might have missed a couple.