OSDN Git Service

add the peer information page.
authorZhiting Lin <zlin035@uottawa.ca>
Fri, 7 Dec 2018 07:33:07 +0000 (15:33 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Fri, 7 Dec 2018 07:33:07 +0000 (15:33 +0800)
commit5d2279e79261414d8ebc551d7602a5a5447046f8
treed73a71f36b5aa80d5eb0849d0235c520b0bc068e
parentda11200b2ba1adc8f763893a2c3cc377f0831cab
add the peer information page.
17 files changed:
src/actions.js
src/features/app/components/Sync/Sync.jsx
src/features/peers/actions.js [new file with mode: 0644]
src/features/peers/components/List.jsx [new file with mode: 0644]
src/features/peers/components/List.scss [new file with mode: 0644]
src/features/peers/components/ListItem.jsx [new file with mode: 0644]
src/features/peers/components/index.js [new file with mode: 0644]
src/features/peers/index.js [new file with mode: 0644]
src/features/peers/reducers.js [new file with mode: 0644]
src/features/peers/routes.js [new file with mode: 0644]
src/features/shared/components/TableList/TableList.jsx
src/locales/en/translation.json
src/locales/zh/translation.json
src/reducers.js
src/routes.js
src/sdk/api/peer.js [new file with mode: 0644]
src/sdk/client.js