Skip to content

Commit

Permalink
workflow-list: enhance ui
Browse files Browse the repository at this point in the history
* UI according to mockups
* Uses moment for date handling
* Removes actions and progress bar
* Enriches date/time handling

closes #67
  • Loading branch information
mvidalgarcia committed Feb 7, 2020
1 parent 259716a commit 08d4a0d
Show file tree
Hide file tree
Showing 8 changed files with 237 additions and 297 deletions.
1 change: 1 addition & 0 deletions reana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"eslint-plugin-react": "^7.16.0",
"history": "^4.7.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
Expand Down
2 changes: 1 addition & 1 deletion reana-ui/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Footer() {
target="_blank"
rel="noopener noreferrer"
>
<Icon name="conversation"></Icon> Mattermost
<Icon name="conversation"></Icon> Chat
</a>
</span>
</footer>
Expand Down
28 changes: 14 additions & 14 deletions reana-ui/src/pages/login/Login.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
*/

.login-form {
height: 100%;
display: flex;
flex-direction: column;
height: 100%;
display: flex;
flex-direction: column;

:global(.ui.grid).login-grid {
height: 100%;
margin-left: 1em;
margin-right: 1em;
}
:global(.ui.grid).login-grid {
height: 100%;
margin-left: 1em;
margin-right: 1em;
}

.login-column {
max-width: 450px;
}
.login-column {
max-width: 450px;
}

.reana-logo {
padding-bottom: 4em;
}
.reana-logo {
padding-bottom: 4em;
}
}
79 changes: 0 additions & 79 deletions reana-ui/src/pages/workflowsList/components/WorkflowsActions.js

This file was deleted.

Loading

0 comments on commit 08d4a0d

Please sign in to comment.