<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/common/styles, branch master</title>
<subtitle>OpenBMC Phosphor WebUI sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-webui/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-webui/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/'/>
<updated>2020-02-11T16:43:22+00:00</updated>
<entry>
<title>Create profile settings page</title>
<updated>2020-02-11T16:43:22+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2020-01-29T21:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=4148f2eee6313068d3223871005160b2902abb18'/>
<id>urn:sha1:4148f2eee6313068d3223871005160b2902abb18</id>
<content type='text'>
Adding a profile settings page so readonly and operator
roles are able to change their own password.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Iee9536255ad47f4df4af8746c1e01da37c407f2b
</content>
</entry>
<entry>
<title>Update navigation to accordian-style menu</title>
<updated>2020-01-13T15:24:01+00:00</updated>
<author>
<name>kathy</name>
<email>kathryn.elainex.pine@intel.com</email>
</author>
<published>2019-11-11T18:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=cee23d931785fe0638054a2448acb2e44411fdd0'/>
<id>urn:sha1:cee23d931785fe0638054a2448acb2e44411fdd0</id>
<content type='text'>
- New navigation provides intuitive structure for showing relationship
between sections and pages
- Menu keeps an open state, which allows easy clicking to sibling pages
- Ability to preview all page sections w/o hover over blocking page content
- Allows user to see where they are within navigation at all times

Tested: Opened each page and confirmed new navigation worked, clicked through
to all pages successfully.

Change-Id: Ie10dc95d8e15ee9bf89a3bec9ff231c0a7065ed9
Signed-off-by: Kathy Pine &lt;kathryn.elainex.pine@intel.com&gt;
</content>
</entry>
<entry>
<title>Add file upload component</title>
<updated>2019-11-27T15:00:08+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-11-19T21:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=5fcee5ab526d678c9f39763cc90f600c2869df5d'/>
<id>urn:sha1:5fcee5ab526d678c9f39763cc90f600c2869df5d</id>
<content type='text'>
Created reusuable file upload component to be used on updated firmware page.
Component can:
-Upload file
-Display status icon
-Clear upload field

Made minor style change to file upload on certificate management.

Tested in GUI.

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I09bf56eee4d670681ea5e95c1807f8177c0e4c08
</content>
</entry>
<entry>
<title>Update loading spinner</title>
<updated>2019-11-27T14:54:23+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-11-18T00:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=d4a5d6f43c6e19bd89b4debfaf8019a118728911'/>
<id>urn:sha1:d4a5d6f43c6e19bd89b4debfaf8019a118728911</id>
<content type='text'>
Loader was updated with loading icon svg. Added inline style
for loading icon and added loader svg to status-icon directive.
Status icons will be used in file-upload component for firmware page update.

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I15e6f9fa39a08fcc8cfe354f8ed4447aab6425a9
</content>
</entry>
<entry>
<title>Fix truncated button icons on Safari</title>
<updated>2019-11-26T16:35:41+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-11-15T19:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=27915d2f48df3cd885f4606e90012bea8496be0c'/>
<id>urn:sha1:27915d2f48df3cd885f4606e90012bea8496be0c</id>
<content type='text'>
Removing margin offset to fix issue with button icons being
visually truncated on Safari. Removing additional redundant
code around same icon/buttons.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Ie1ef89023a043a70a0126a21be57febb9afae19a
</content>
</entry>
<entry>
<title>Create alert banner component</title>
<updated>2019-11-26T16:33:21+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-11-04T18:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=0d11902c896bc65196489a50be55d16ca24da1cf'/>
<id>urn:sha1:0d11902c896bc65196489a50be55d16ca24da1cf</id>
<content type='text'>
This reusuable component will help to make sure banner
implementations are consistent and will help reduce
redundant code.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I3a16f65d36c2d61abf54c300e2ed5defeadee298
</content>
</entry>
<entry>
<title>Update toast notification</title>
<updated>2019-10-22T16:45:35+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-10-16T15:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=5e930c0aeb5b66df2c357be4d5c33d4828c2783f'/>
<id>urn:sha1:5e930c0aeb5b66df2c357be4d5c33d4828c2783f</id>
<content type='text'>
Added new toast notification types, warn and info,
and updated visual styling. All toasts will need
to be manually closed by clicking the 'X' close icon,
except a success toast which will be dismissed
automatically after 10 secs.

- Small updates to critical and success/on icon
- Added new colors for toast status background colors

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I9077109042621b2d3346b4121d6344da502b6b26
</content>
</entry>
<entry>
<title>Update certificate management page consistency</title>
<updated>2019-10-21T18:41:51+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-09-11T20:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=c15f66b0d52e855ca0c03e20f875f7c4bd67282f'/>
<id>urn:sha1:c15f66b0d52e855ca0c03e20f875f7c4bd67282f</id>
<content type='text'>
This change applies global styles to improve
page layout consistency and modal management

- Adds page and section styles
- Removes unused styles
- Creates individual html files for modals
- Updates certificate modals to bootstrap modal
- Updates global styles for input file field in file-upload.scss

TODO:
- Update certificate table with table component in separate commit
- Update CSR modal to use global form-field styles in separate commit

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I9b800cb684740da1a9168294433e726efb0f9d0e
</content>
</entry>
<entry>
<title>Add tooltip styles</title>
<updated>2019-10-18T20:36:32+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-10-07T17:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=81ad97e4a32d5ec0c30976fe8cbe62b2b4c3a108'/>
<id>urn:sha1:81ad97e4a32d5ec0c30976fe8cbe62b2b4c3a108</id>
<content type='text'>
Adding styles to make sure the Bootstrap tooltip
directive works by adding opacity to 'in' class that
is added to the tooltip when triggered. This commit
also includes additional custom styles to override
defaults.
We will need these styles to implement tooltips which
are included in upcoming changes like the firmware
page redesign.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I08e8f1f1762dcc24f8a803b87348a5bff25bd65b
</content>
</entry>
<entry>
<title>Fix IE11 icon alignment on header and system overview</title>
<updated>2019-10-18T17:13:44+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-10-14T18:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=50c1aa1d26a935487ef93ac1f9c348f3760523a7'/>
<id>urn:sha1:50c1aa1d26a935487ef93ac1f9c348f3760523a7</id>
<content type='text'>
Made height and width changes to icons on app header
and system overview to properly align icons in IE11.
Removes additional space in system overview quick
links.

Tested in Chrome, IE11, Safari, Edge.

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I7ae24df3fe73ea3502565ed3ee2ccabb2506e098
</content>
</entry>
</feed>
