commit | 85b2d315fffdd52f6c1b2b127d3ce30e5565a463 | [log] [tgz] |
---|---|---|
author | Shane Lin <hslin@nvidia.com> | Tue Nov 12 15:43:24 2024 +0800 |
committer | Shane Lin <hslin@nvidia.com> | Tue Feb 04 06:41:29 2025 +0000 |
tree | 30f5ebf100b72ba277b037365df29c1cb75d7f01 | |
parent | 6e53b14b3e7e422ca18e77e7950bb4a211e3be29 [diff] |
Rename host firmware to bios firmware Problem: - Host firmware naming was inconsistent with actual functionality Changes: - Rename hostFirmware to biosFirmware in store - Update component names and references - Modify i18n translation keys Tested: - Verified store mutations/actions - Confirmed component rendering - Checked i18n translations - npx eslint without error related to 'host' Change-Id: Ib97e4682f649d4a52f65e69df50422d84f23e916 Signed-off-by: Shane Lin <hslin@nvidia.com>
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.