commit | 20ce44a5e423d0b80080de6a1afaa63ba7bc9d20 | [log] [tgz] |
---|---|---|
author | Shubhi Garg <shgarg@nvidia.com> | Mon Dec 02 14:56:48 2024 +0530 |
committer | shgarg <shgarg@nvidia.com> | Tue Dec 10 06:45:17 2024 +0000 |
tree | e66ad6dedf75ceb8c8acd6607a634f99143f9a35 | |
parent | c15672993166fd670ed832eb8da83c36537530c4 [diff] |
refresh notifications upon "refresh" button click Problem: Clicking on Refresh button present on UI top panel does not refresh active notifications or toast messages. Only success notifications gets hidden automatically after 10s, error, info notifications remains active on UI even after refresh webui. Solution: Clear all types of active toast messages upon refresh click. Changes: In refresh method, using querySelectorAll on document object and for each toast currently active, call bvToast.hide to clear. Change-Id: I47ba416a6b8e8e9872b4b4867abf96bbbef7c0f1 Signed-off-by: Shubhi Garg <shgarg@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.