commit | b9a0133a1dceae3aa7a8b6ed36ccbaf5a92d5af9 | [log] [tgz] |
---|---|---|
author | Ekaterine Papava <papava.e@gtu.ge> | Sat Feb 01 08:53:13 2025 +0100 |
committer | Ekaterine Papava <papava.e@gtu.ge> | Thu Apr 03 16:05:58 2025 +0000 |
tree | 4f769ba81ad343d6cb0e6bd08f33caa6ce6bbb7a | |
parent | 24b377db47a05f742b1f3db77606f6bae845f637 [diff] |
Adding Georgian translation for web interface In case there is a need to include font, you can contact me. BR, Ekaterine. Change-Id: I878a0f7ea3ffc163ebc71e0278bac9c0a6323dd9 Signed-off-by: Ekaterine Papava <papava.e@gtu.ge>
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.