Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

UI updates from InterConnect #121

Merged
merged 3 commits into from
Mar 28, 2017
Merged

UI updates from InterConnect #121

merged 3 commits into from
Mar 28, 2017

Conversation

rvennam
Copy link
Contributor

@rvennam rvennam commented Mar 27, 2017

No description provided.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 80.851% when pulling 13a3583 on ui-updates into 94ff0f7 on dev.

@rvennam rvennam requested a review from l2fprod March 27, 2017 19:09
@rvennam rvennam self-assigned this Mar 27, 2017
@@ -176,6 +184,7 @@ export function *watchEndDemoSession() {
yield take(END_DEMO_SESSION);
const demoState = yield select(demoSelector);
try {
yield put(logoutSuccess());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should logoutSuccess() comes after the code to the backend API succeed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@@ -39,7 +40,14 @@ const ForecastTile = ({ weather }) => {
<TableRow key={i}>
<TableRowColumn style={styles.column}>{forecast.dow}</TableRowColumn>
<TableRowColumn style={styles.column}>
<img
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice that we have icons here now. Can you add it to the ShipmentCard too for consistency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 80.851% when pulling c943b58 on ui-updates into 94ff0f7 on dev.

@rvennam rvennam merged commit e6a1b0f into dev Mar 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants