replaced self-hacked™ solution with bulma panels for changesets

This commit is contained in:
Florian Scholdei
2019-01-29 17:45:47 +01:00
parent 258e11025a
commit 6edc3d12c7
4 changed files with 28 additions and 45 deletions

View File

@@ -89,10 +89,12 @@ class BranchRoot extends React.Component<Props> {
const changesets = <Changesets repository={repository} branch={branch} />;
return (
<div className="has-border-around is-round">
<nav className="panel">
<article className="panel-heading">
{this.renderBranchSelector()}
</article>
<Route path={`${url}/:page?`} component={() => changesets} />
</div>
</nav>
);
}