commit | ad48a0cc27322a570aa62591d415ad3101da3627 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Fri Oct 30 08:48:09 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Nov 03 20:14:02 2020 +0000 |
tree | dc2cdd8acdcd2878ab71e5a9f4c4275069765f25 | |
parent | efd7c88404fc58d0dc8cd495ba2e33b9e9034e0b [diff] |
Resolve firmware accessibility violation The Bootstrap-vue b-form-group component has two different HTML blocks that are generated depending on what props are present on the component. Neiter of these are correct for wrapping a button since it is not semantically correct to wrap one button alone in a fieldset or to associate a <label> element with a button. - Remove the b-form-group comonent that contains the submit button Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I41d05883f4ca133f44188cb03cb2a44917361709
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 goes End of Life June 30, 2021, this repository is its replacement.
Several, 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.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, 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.