Skip to content

Commit

Permalink
Refactor resource list to a functional component
Browse files Browse the repository at this point in the history
	+ use the 18n hook for internationalization
	+ made item generic
	+ made the item render functions use the items type
  • Loading branch information
athornburg committed Mar 14, 2020
1 parent 3ac3a8b commit 0dafcdb
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 459 deletions.
3 changes: 3 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Unreleased changes

### Breaking changes
None

### Enhancements
Changed Resource List to a generic functional component
Made the render item function infer the type of the items prop

### Bug fixes

Expand Down
Loading

0 comments on commit 0dafcdb

Please sign in to comment.