mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
photoswipe element
This commit is contained in:
parent
55c806ce21
commit
19aeb8a334
16 changed files with 260 additions and 58 deletions
|
@ -10,6 +10,7 @@ import { ProfileDialog } from '~/containers/dialogs/ProfileDialog';
|
|||
import { RestoreRequestDialog } from '~/containers/dialogs/RestoreRequestDialog';
|
||||
import { RestorePasswordDialog } from '~/containers/dialogs/RestorePasswordDialog';
|
||||
import { DIALOGS } from '~/redux/modal/constants';
|
||||
import { PhotoSwipe } from '~/containers/dialogs/PhotoSwipe';
|
||||
|
||||
export const DIALOG_CONTENT = {
|
||||
[DIALOGS.EDITOR_IMAGE]: EditorDialogImage,
|
||||
|
@ -22,6 +23,7 @@ export const DIALOG_CONTENT = {
|
|||
[DIALOGS.PROFILE]: ProfileDialog,
|
||||
[DIALOGS.RESTORE_REQUEST]: RestoreRequestDialog,
|
||||
[DIALOGS.RESTORE_PASSWORD]: RestorePasswordDialog,
|
||||
[DIALOGS.PHOTOSWIPE]: PhotoSwipe,
|
||||
};
|
||||
|
||||
export const NODE_EDITOR_DIALOGS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue