mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
move StatePaginator
This commit is contained in:
@@ -37,6 +37,10 @@ const styles = {
|
||||
},
|
||||
marginInHeader: {
|
||||
marginRight: "0.5em"
|
||||
},
|
||||
isVerticalCenter: {
|
||||
display: "flex",
|
||||
alignItems: "center"
|
||||
}
|
||||
};
|
||||
|
||||
@@ -80,7 +84,7 @@ class Content extends React.Component<Props, State> {
|
||||
|
||||
return (
|
||||
<span className={classes.pointer}>
|
||||
<article className="media">
|
||||
<article className={classNames("media", classes.isVerticalCenter)}>
|
||||
<div className="media-content" onClick={this.toggleCollapse}>
|
||||
<i
|
||||
className={classNames(
|
||||
|
||||
@@ -6,10 +6,13 @@ import type {
|
||||
Repository,
|
||||
PagedCollection
|
||||
} from "@scm-manager/ui-types";
|
||||
import { ErrorNotification, Loading } from "@scm-manager/ui-components";
|
||||
import {
|
||||
ErrorNotification,
|
||||
Loading,
|
||||
StatePaginator
|
||||
} from "@scm-manager/ui-components";
|
||||
import { getHistory } from "./history";
|
||||
import ChangesetList from "../../components/changesets/ChangesetList";
|
||||
import StatePaginator from "../components/content/StatePaginator";
|
||||
|
||||
type Props = {
|
||||
file: File,
|
||||
|
||||
Reference in New Issue
Block a user