implemented paging for repository overview

This commit is contained in:
Sebastian Sdorra
2018-08-01 14:56:24 +02:00
parent b1c65a3a3c
commit 2953c805f9
4 changed files with 155 additions and 20 deletions

View File

@@ -32,6 +32,12 @@ class Main extends React.Component<Props> {
component={Overview}
authenticated={authenticated}
/>
<ProtectedRoute
exact
path="/repos/:page"
component={Overview}
authenticated={authenticated}
/>
<ProtectedRoute
exact
path="/users"