ui-improvements #23

Merged
oliver merged 3 commits from ui-improvements into master 2020-04-18 20:34:15 +00:00
Collaborator
No description provided.
falk added this to the MVP Version 0.1 milestone 2020-04-18 20:07:01 +00:00
falk added the frontend label 2020-04-18 20:07:01 +00:00
oliver was assigned by falk 2020-04-18 20:07:01 +00:00
oliver approved these changes 2020-04-18 20:15:37 +00:00
oliver left a comment
Owner

lgtm

lgtm
@@ -10,0 +21,4 @@
const output = (data) => {
if (data === null) {
return (
<CircularProgress color="secondary" />
Owner

Nice

Nice
@@ -43,7 +21,7 @@ export default function SelectResource() {
resourceJSON = await resourceJSON.json();
let rArr = [];
for (let i = 0; i < resourceJSON.length; i++) {
rArr.push(CreateResourceCard(resourceJSON[i], classes));
Owner

Nice

Nice
oliver closed this pull request 2020-04-18 20:34:14 +00:00
oliver deleted branch ui-improvements 2020-04-18 20:34:22 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SimCompanies/dashboard#23