1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Update tmp (#2373)

* fix file history time

* change activities url to dashboard

* remove serverRoot from dashboard

* fix api name

* Repair some components are not display

* fix code style

* rename file

* init seafileAPI

* update search

* update seafile-editor seafile-js

* debug rebase

* fix activities loading

* fix drafts css

* add permission
This commit is contained in:
C_Q
2018-09-18 10:11:37 +08:00
committed by Daniel Pan
parent 180f388af1
commit 3d165ec733
35 changed files with 236 additions and 276 deletions

View File

@@ -2,6 +2,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import Prism from 'prismjs';
import Loading from '../../components/loading';
import Account from '../../components/account';
import Notification from '../../components/notification';
import '../../css/initial-style.css';
require('@seafile/seafile-editor/src/lib/code-hight-package');
@@ -21,7 +23,10 @@ class MainPanel extends React.Component {
return (
<div className="main-panel viewer">
<div className="main-panel-north">
<div className="history-heading"></div>
<div className="history-heading">
<Notification />
<Account />
</div>
</div>
<div className="main-panel-center history-viewer-contanier">
<div className="content-viewer">