commit | 4afe2f762cf7f567579bcd3b03c9023c79b535fc | [log] [tgz] |
---|---|---|
author | Mateusz Gapski <mateuszx.gapski@intel.com> | Mon Sep 07 07:39:39 2020 +0200 |
committer | Mateusz Gapski <mateuszx.gapski@intel.com> | Mon Sep 07 07:39:39 2020 +0200 |
tree | 5772e8daa3a1aa04176cad1fcff0414ce768b8cf | |
parent | 11e655ca77827f3d1be9bfeebbe245987dfb8370 [diff] |
Change intel theme - Change colours in intel theme - Change colour od switch, radiobuttons and checkboxes Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I701e2157a9abe00f4343b27079e0bbce3464f0bd
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 goes End of Life June 30, 2021, this repository is its replacement.
The current plan is by the end of July 2020, with exception to the following pages:
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.
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.