<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/docs, branch processor-chart</title>
<subtitle>Web-based user interface built on Vue.js for managing OpenBMC systems (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/'/>
<updated>2021-08-04T12:20:44+00:00</updated>
<entry>
<title>docs: guide: fix broken links to guidelines and customization</title>
<updated>2021-08-04T12:20:44+00:00</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2021-07-22T15:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=03dc2b7b9f0672aac84349fbc77aab55403447e0'/>
<id>urn:sha1:03dc2b7b9f0672aac84349fbc77aab55403447e0</id>
<content type='text'>
Change-Id: I2165938df5adfd2b3891cb1335364b78e3f9c474
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>docs: expand guide with vue-i18n-extract.js examples</title>
<updated>2021-07-22T14:52:42+00:00</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2021-07-22T09:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=e827dd235bb4c459a5320ad00c0b0ba7b8bd0468'/>
<id>urn:sha1:e827dd235bb4c459a5320ad00c0b0ba7b8bd0468</id>
<content type='text'>
This internationalization documentation patch provides the developers
with specific recommendations on using vue-i18n-extract.js tool to
ensure translations consistency.

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Change-Id: I506091c97043ad3f50c4753daddd450abe9744fc
</content>
</entry>
<entry>
<title>Update docs theme section to customization</title>
<updated>2021-06-09T04:27:30+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-05-12T17:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c2f8f34e19ef7b9987538e8c2624e629b5203c17'/>
<id>urn:sha1:c2f8f34e19ef7b9987538e8c2624e629b5203c17</id>
<content type='text'>
The themes section of the webui style guide contained a section named
theme. This section also included information about the environmental
builds. The name was misleading and confusing, so we determined in the
GUI Design Work Group to update the section name.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: Iad245199048f65f346e6c033a766605f303b0ade
</content>
</entry>
<entry>
<title>Add form quick start documentation</title>
<updated>2021-04-06T01:18:43+00:00</updated>
<author>
<name>Dixsie</name>
<email>dixsie@ibm.com</email>
</author>
<published>2021-03-24T11:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=dbc691c61ea5d112e7d9e3f393856574ac5d1d37'/>
<id>urn:sha1:dbc691c61ea5d112e7d9e3f393856574ac5d1d37</id>
<content type='text'>
Form quick start documentation contains info on
using the form and form group components, and the Vuelidate plugin.

This doc also provides a template for creating a new form.

Signed-off-by: Dixsie Wolmers &lt;dixsie@ibm.com&gt;
Change-Id: I5d05141ff05cd069e55853a8b2cb4adecb3c848a
</content>
</entry>
<entry>
<title>Add internationalization documentation</title>
<updated>2021-03-23T00:06:40+00:00</updated>
<author>
<name>Sandeepa Singh</name>
<email>sandeepa.singh@ibm.com</email>
</author>
<published>2021-03-08T14:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=56ada53a80c2183f3055661aa8e0f707e4c6669d'/>
<id>urn:sha1:56ada53a80c2183f3055661aa8e0f707e4c6669d</id>
<content type='text'>
- Explains how internationalization makes the OpenBMC Web UI
  multilingual
- Explains the use of vue-i18n

Signed-off-by: Sandeepa Singh &lt;sandeepa.singh@ibm.com&gt;
Change-Id: Ica273814a857f37502b9bb71800de7660d4fa49b
</content>
</entry>
<entry>
<title>Update text wrapping in documentation</title>
<updated>2021-03-22T13:27:10+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-03-17T00:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=492875622b39cb2cf04bbb9248b6ed0c52ced2df'/>
<id>urn:sha1:492875622b39cb2cf04bbb9248b6ed0c52ced2df</id>
<content type='text'>
To meet best practices and standards for markdown, this commit updates
all markdown files used for the VuePress documentation so that each
line is limited to 80 characters.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I0cadb33343ce1bc331dfefd096d8137a04c33604
</content>
</entry>
<entry>
<title>Update button documentation for icon only button</title>
<updated>2021-03-02T05:32:04+00:00</updated>
<author>
<name>SurenNeware</name>
<email>sneware9@in.ibm.com</email>
</author>
<published>2021-02-24T11:13:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=a9de9148bab7a1b76cfc76f9891dd6a4b3adeb2a'/>
<id>urn:sha1:a9de9148bab7a1b76cfc76f9891dd6a4b3adeb2a</id>
<content type='text'>
Signed-off-by: Suren Neware &lt;sneware9@in.ibm.com&gt;
Change-Id: I93aa1082880985fef316424a9cf400a9d0a8c2b3
</content>
</entry>
<entry>
<title>Update coding standards documentation</title>
<updated>2021-02-26T20:30:46+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-02-25T14:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=9a25c80591e8872297f2c33ad9bcd6a97639f04c'/>
<id>urn:sha1:9a25c80591e8872297f2c33ad9bcd6a97639f04c</id>
<content type='text'>
- Remove pages without content
- Update overview page name

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: Icf26e65d72d2900ddbe216be974930bcc9c0e196
</content>
</entry>
<entry>
<title>Unit testing docs typo fix</title>
<updated>2021-02-16T21:00:21+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsie@ibm.com</email>
</author>
<published>2021-02-14T19:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=d4ebc2a7a9732d0bb22b51ae8159d6facb2ae1ab'/>
<id>urn:sha1:d4ebc2a7a9732d0bb22b51ae8159d6facb2ae1ab</id>
<content type='text'>
Signed-off-by: Dixsie Wolmers &lt;dixsie@ibm.com&gt;
Change-Id: Id75c6e923682f199440ca8d3fd986f034a8f332b
</content>
</entry>
<entry>
<title>Add documentation for BVToastMixin enhancements</title>
<updated>2021-02-16T17:31:50+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2021-02-10T17:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=b607152cfcb3c975efc6c0752e585e63373c411c'/>
<id>urn:sha1:b607152cfcb3c975efc6c0752e585e63373c411c</id>
<content type='text'>
Includes documentation for multi-lined toast body, refresh app link,
and timestamp.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Id95e1858a703cc0be44f1f6de51fd6daab24876d
</content>
</entry>
</feed>
