sliding up title dialog

This commit is contained in:
muerwre 2019-03-28 14:12:00 +07:00
parent ea688c363b
commit 3a874583bc
5 changed files with 92 additions and 27 deletions

View file

@ -14,6 +14,7 @@ import { CLIENT } from '$config/frontend';
import { DIALOGS } from '$constants/dialogs';
import { IRootState } from "$redux/user/reducer";
import { Tooltip } from "$components/panels/Tooltip";
import { TitleDialog } from "$components/dialogs/TitleDialog";
interface Props extends IRootState {
userLogout: typeof userLogout,
@ -95,7 +96,7 @@ export class Component extends React.PureComponent<Props, State> {
return (
<div>
{
// <TitleDialog />
<TitleDialog />
}
<div className="panel active panel-user">
<div className="user-panel">