<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/overview/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>2019-08-12T23:04:45+00:00</updated>
<entry>
<title>Update overview page to use new UI patterns</title>
<updated>2019-08-12T23:04:45+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2019-08-01T03:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=30d7c6377f70382088436c7a4830663eb522d588'/>
<id>urn:sha1:30d7c6377f70382088436c7a4830663eb522d588</id>
<content type='text'>
- Use page, section, list-pair to establish
  consistent layout
- Update header and overview page to use new
  caret icon
- Reordered Server and BMC information to
  accomodate small screen views
- Added chevron icons to create consistency
  between header and server overview page
  quick links
- Changed edit hostname text to use the
  standard icon
- Added OR operator to short circuit the server
  model, server serial number, and server manufacturer
  to display N/A if the information is not available

Change-Id: I6619f5369ff290555142e85aa432e901c4f93d2d
Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
</content>
</entry>
<entry>
<title>Update toggle component</title>
<updated>2019-08-09T15:10:42+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-07-19T18:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=c652ed1889599da3ca2a0e0d36979e099f9b3b8c'/>
<id>urn:sha1:c652ed1889599da3ca2a0e0d36979e099f9b3b8c</id>
<content type='text'>
- Adds text to indicate the current state of the toggle button to meet
  accessibility guidelines
- Update size, color, and focus of toggle component to fix
  DAP violations
- Add page, section, and list-pair layout patterns established
  on the power usage page to begin a pattern for consistent
  page layout
- Add form__field and form__actions to help with form layout
  consistency.

Tested: Verified toggle functions in the GUI and tested with screen reader. Passes DAP.

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: Iaa8646b1179cc307971065c455f4b9448095d1ec
</content>
</entry>
<entry>
<title>Clean up color values</title>
<updated>2019-07-09T21:37:46+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-06-24T19:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=6f7ec80eb14084228cd7d8dae580da4b794c2595'/>
<id>urn:sha1:6f7ec80eb14084228cd7d8dae580da4b794c2595</id>
<content type='text'>
This update will clean up slight color variations in the
code base by creating and using Sass color variables
instead of hex values. Available colors are defined in
colors.scss. Any usage of CSS color properties should
refer to the mapped color variables in colors.scss.

- Removed tags.scss file since tag components no longer used

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I045030a158469e59d07a9fa8cd8aa9f125f0d383
</content>
</entry>
<entry>
<title>Fix tablet alignment issues for event logs</title>
<updated>2019-05-29T15:45:21+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-05-16T21:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=6a3b3b2cdd8e92265997fe66f6c8489caf1dd403'/>
<id>urn:sha1:6a3b3b2cdd8e92265997fe66f6c8489caf1dd403</id>
<content type='text'>
This will make sure our event log content is properly aligned
on tablet and desktop views. It will also make the date/time value
on the server overview page always display underneath the 'BMC time'
label in a destkop view–currently the date value will wrap to a
new line if the string is too long.

- Update markup to use Foundation grid layout classes on the
  server overview event log table

Tested: Event log tables on server overview page and event
        log page

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I7d765ebbe679f954e606d1d25e2182d983a7b3f3
</content>
</entry>
<entry>
<title>Fix system overview edit hostname form validation</title>
<updated>2019-05-08T14:49:57+00:00</updated>
<author>
<name>dixsie</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-04-16T18:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=565efda513bbcda6c1c675eaebac6138782febe4'/>
<id>urn:sha1:565efda513bbcda6c1c675eaebac6138782febe4</id>
<content type='text'>
- Add pattern for no spaces
- Fix character count
- Prepopulate hostname in input field
- Show error for invalid input
- Improve form accessibility
- Correct global disabled primary button style

Resolves openbmc/phosphor-webui#71

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: Ia0601ac7c52229d0606dc5b13397b468fa81426d
</content>
</entry>
<entry>
<title>Move to Bootstrap 4</title>
<updated>2018-11-15T21:46:11+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-11-14T19:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=84e114a43065e2c20e87bd8a1a0dfb3ced896147'/>
<id>urn:sha1:84e114a43065e2c20e87bd8a1a0dfb3ced896147</id>
<content type='text'>
Bootstrap &lt; 4.1.2 has the following CVE:
https://nvd.nist.gov/vuln/detail/CVE-2018-14041

Removed bootstrap-theme.css due to "Replaced the separate optional
theme with configurable options via SCSS variables
(e.g., $enable-gradients: true)."

Added "width: 100%" to a few places where width 100% was no longer
getting inherited.
Moved a few elements and adjusted styles to get the same look as
before.

See https://getbootstrap.com/docs/4.0/migration/ for more
information.

Tested: Manually on a Witherspoon.
Change-Id: I0a72665ac1ca6eacd0b553a585b1fb15e14ae62c
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Added loader and updated GUI text and style changes from Michael</title>
<updated>2017-10-09T19:09:46+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iislam@us.ibm.com</email>
</author>
<published>2017-08-09T16:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=a547ff42efba633d372b89600c223fbe19bbe590'/>
<id>urn:sha1:a547ff42efba633d372b89600c223fbe19bbe590</id>
<content type='text'>
Change-Id: Id4f8d96b10e429ca469c6169741588dbcc4b5c7a
Signed-off-by: Iftekharul Islam &lt;iislam@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>added hostname edit modal for overview.</title>
<updated>2017-10-09T18:22:38+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.s.davis@ibm.com</email>
</author>
<published>2017-07-27T19:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=80a6a371cf4805edec23829385be28e7f24718c1'/>
<id>urn:sha1:80a6a371cf4805edec23829385be28e7f24718c1</id>
<content type='text'>
Change-Id: I03337341e58c5bab9c7454227857e6e0ca13f65a
Signed-off-by: Michael Davis &lt;michael.s.davis@ibm.com&gt;
</content>
</entry>
<entry>
<title>misc system overview changes</title>
<updated>2017-09-20T18:14:23+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.s.davis@ibm.com</email>
</author>
<published>2017-07-20T19:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=ec61b2a8f9d00ab4fec9f0a132e9884c4d52f584'/>
<id>urn:sha1:ec61b2a8f9d00ab4fec9f0a132e9884c4d52f584</id>
<content type='text'>
 - removed page header
 - rearranged server/bmc section content blocks to match designs
 - added view all event logs link
 - added priority color to severity label for events

Change-Id: If7ac335033a6b5032d52aa325953c823d6d6f35c
Signed-off-by: Michael Davis &lt;michael.s.davis@ibm.com&gt;
</content>
</entry>
<entry>
<title>Added hardware sensors functionality</title>
<updated>2017-09-20T18:14:23+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iislam@us.ibm.com</email>
</author>
<published>2017-07-27T15:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=8947e7011dcda32d1572e8a3f2f1105bfbc12b15'/>
<id>urn:sha1:8947e7011dcda32d1572e8a3f2f1105bfbc12b15</id>
<content type='text'>
Change-Id: I99435613bb77fc0ff72f046c2dc047b13962a7a3
Signed-off-by: Iftekharul Islam &lt;iislam@us.ibm.com&gt;
</content>
</entry>
</feed>
