From af8dff31ffe0966928adba08d9a4b5deeb51501f Mon Sep 17 00:00:00 2001 From: xieqing Date: Fri, 13 Mar 2020 19:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 3 +- src/actions/PlayersActions.js | 8 ++ src/components/Pagination.css | 36 ++++++++ src/components/Pagination.js | 131 ++++++++++++++++++++++++++++ src/components/PlayerList.js | 1 + src/components/PlayerListItem.js | 3 +- src/components/index.js | 1 + src/constants/ActionTypes.js | 1 + src/containers/PlayerListApp.js | 3 +- src/reducers/playerlist.js | 141 +++++++++++++++++++------------ 10 files changed, 269 insertions(+), 59 deletions(-) create mode 100644 src/components/Pagination.css create mode 100644 src/components/Pagination.js diff --git a/public/index.html b/public/index.html index 5fec76d..c360dee 100755 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,8 @@ - + +