commit | 8481b2c75a3ab0f911c7e475d1aed8442a31e464 | [log] [tgz] |
---|---|---|
author | Surya Venkatesan <suryav@ami.com> | Thu Sep 19 18:49:27 2024 +0530 |
committer | Surya Venkatesan <suryav@ami.com> | Wed Sep 25 15:46:20 2024 +0000 |
tree | a91652cbad88bd82eae5bd78e106e861b22288bc | |
parent | 815a22e6b54d50b4e9f256574bfc558039663a6f [diff] |
Locale gets undefined in the login page While use i18n.locale it is undefined so those pages use the storedLanguage that page gets failed to load. Change-Id: I11b45f42d06bb355f561d5c1e93f7516775b1c81 Signed-off-by: Surya Venkatesan <suryav@ami.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.