mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
sliding up title dialog
This commit is contained in:
parent
ea688c363b
commit
3a874583bc
5 changed files with 92 additions and 27 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue