commit | 7fb9bb4f60eef821fb3964888a25cbc4e4e54718 | [log] [tgz] |
---|---|---|
author | Vladimir Novikov <MeVladimirNovikov@gmail.com> | Thu Apr 24 14:24:23 2025 +0300 |
committer | Gunnar Mills <gunnar@gmills.xyz> | Mon Jun 02 15:31:08 2025 +0000 |
tree | 03f5a4bc815f29b5d477221bf8ced0fb839e39d0 | |
parent | 34e78de5a403f8f79d2efb881ee7b37619a3e6b9 [diff] |
Fix password confirmation validation @vuelidate/validators ^2.0.0 does not support literal strings as references for sameAs. They instead treated as literal strings and it means that the password confirmation must exactly match the passed string which is obviously incorrect. This essentially is just a correction of some artifacts caused by the upgrade to Vue 3. Change-Id: I41f6a1764c2dd3fcfbfd96d2da9b48e6e409fef0 Signed-off-by: Vladimir Novikov <MeVladimirNovikov@gmail.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.