commit | d4eaf8bb87479241fe518be1cc753b2067fe3df3 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Mon Apr 08 14:23:32 2024 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Apr 08 16:35:28 2024 -0700 |
tree | 8638461cf0e4f18db35b22ee418789c45bcbfa25 | |
parent | 3502fb5400a33aeede829038c5ec3f8cb8f8d572 [diff] |
Inline class styles The characters in the OpenBMC logo use class styles 1 and 6. SVGO for whatever reason chokes on trying to deduplicate these, which causes a template error when inlining the SVG, because style tags still exist. Ideally in the future we would export our SVGs with inline styles, or get SVGO to do it for us, but inline the styles manually for now. Note, that build-on-openbmc-logo.svg has no style tags, and does this by default, even though they are very similar images. Tested: Loaded webui. Logo loads properly. Change-Id: I21c7a24ba49c85559f07fce859d81ed96a40a04f Signed-off-by: Ed Tanous <ed@tanous.net>
webui-vue is a web-based user interface for the OpenBMC firmware stack built on Vue.js.
phosphor-webui was built on AngularJS and AngularJS went End of Life on June 30, 2021. This repository is its replacement.
A few, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
As mentioned, this application is built using Vue.js, a modern open-source Model-View-ViewModel JavaScript framework supported by an active community and strong documentation. It has been architected to allow organizations to easily update the theme to support their brand. This rewrite takes advantage of front-end development best practices and does not suffer from some of the anti-patterns that exist in phosphor-webui today.
It is recommended you switch from phosphor-webui if you haven't already.
webui-vue has the following additional features:
The documentation for coding standards and components is located in the docs
directory. It is created using the VuePress static site generator. Information about how to write documentation can be found on the VuePress website.