commit | b53e086876138f065bd0d976432a7eb75d254cd6 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Tue Sep 08 14:13:38 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Mon Oct 05 20:10:23 2020 +0000 |
tree | 410f5d7947211ff93c295a9ea366be9ac4879cdb | |
parent | 741f375e22d8e3df13e22a015b9fd4a7999f6903 [diff] |
Fix hardware status expand button accessiblity - Aria label added to provide screen readers context for button action - Title added to chevron icon to display label on hover Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib8c0cef36d7aa61e0b4b0ac7fdabffb7e8a0a17a
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.
The current plan is by the end of July 2020, with exception to the following pages:
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.
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.