Skip to content

Commit

Permalink
Adds an enroll column to bulk enroll table (#497)
Browse files Browse the repository at this point in the history
* Add enroll column

Moves custom table cells to their own file

* Replace loader with a skeleton

Skeleton approximates the table

* Update enroll button text

To be in line with the mock

* Use config variable in test
  • Loading branch information
Lael Birch authored Mar 11, 2021
1 parent 2b8dacc commit e8ceffa
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 106 deletions.
206 changes: 173 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"react-dom": "16.13.1",
"react-helmet": "5.2.1",
"react-instantsearch-dom": "6.8.2",
"react-loading-skeleton": "2.2.0",
"react-redux": "5.1.2",
"react-responsive": "6.1.2",
"react-router": "5.2.0",
Expand Down
3 changes: 3 additions & 0 deletions src/components/BulkEnrollmentPage/BulkEnrollment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
.alert {
margin-top: 2rem;
}
.enroll-button {
padding-left: 0;
}
}
Loading

0 comments on commit e8ceffa

Please sign in to comment.