commit | 38e131ada65ea78b0e73eebde488002b3e2369c9 | [log] [tgz] |
---|---|---|
author | kirankumarb07 <kirankumarb@ami.com> | Tue Feb 07 15:21:52 2023 +0530 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Mon Feb 13 06:38:36 2023 +0000 |
tree | e1d05546ca0830af9ab078d27b077e7c6c9d466a | |
parent | da53c0676831e845ae22d3c9147df32f2cbb9fc7 [diff] |
Page heading do not translated on language change Log in and log out of the application, change the language, and login to the application. The heading and title are in the previous language translation is handled in the router, and the languages are selected after the router has rendered.The page title and heading translation are handled after the language is selected. Change-Id: Iba42fe3a535fe0b402f551c3f43e19d5ff12181d Signed-off-by: Kirankumar Ballapalli <kirankumarb@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 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.