commit | b325541c0a76e04eff8d48e2dce1b0592e2632bc | [log] [tgz] |
---|---|---|
author | aravinths1 <aravinths@ami.com> | Wed May 22 15:52:20 2024 +0530 |
committer | Kiran Kumar Ballapalli <kirankumarb@ami.com> | Fri May 24 07:22:26 2024 +0000 |
tree | c49e9b4d83217db638878d5763d56a037dcb1583 | |
parent | 1ccd8873e423db6ed1ea8ff578cc18e40e110509 [diff] |
Fixed Scroll top issue between page navigation After scrolling down a page and navigating from that page to other pages, the page still shows the bottom of the page and does not display the top of the page. Scroll behavior added in the router, So when navigating from one page to another page the top of the page will always display. Change-Id: I883e8a9f6ae3f98846996883cac0961b4c24c62b Signed-off-by: aravinths1 <aravinths@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.