commit | d2ac76d7922fff243174ee50ab05020a5064aa6e | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Wed Aug 26 17:23:45 2020 -0500 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Sep 09 16:22:01 2020 +0000 |
tree | 3e9b64191eb6c12cfa38dacbdef7f74638b84d00 | |
parent | 4afe2f762cf7f567579bcd3b03c9023c79b535fc [diff] |
Add title attribute to all icon only buttons - Title attribute allows action text to be displayed on hover - Carets in hardware status table will be addressed in a separate commit as part of Hardware status accessibility updates Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I58a85b6d244d1125f0b43c22d0bb456a36815097
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.