commit | 7f70832ae0c12656f97f7c693c2daa03fd0da22f | [log] [tgz] |
---|---|---|
author | Farah Rasheed <Farah.Rasheed1@dell.com> | Fri Jun 28 10:33:55 2024 -0500 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Fri Jul 12 02:42:17 2024 +0000 |
tree | 24b8a0e0886a3813b1beb1ab041ed340d3058734 | |
parent | b8a2e704bdf67a55986302f3d4ada1e707b2bb52 [diff] |
Break long file name into multiple lines In the FormFile component, break a long file name into multiple lines using the word-break CSS property. This ensures that long file names are properly displayed within their container without causing overflow issues. Fixes #121 The word-break property will allow the text to wrap onto the next line at any character, maintaining the layout integrity and improving the user interface. Change-Id: Id534dd4e8f7737a60483272f2fdd70deb7a8a002 Signed-off-by: Farah Rasheed <Farah.Rasheed1@dell.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.