REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.55 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Assist/components/Modal.jsx
Text
Base64
import { useGlobalStore } from '@assist/state/globals'; import { Dialog, DialogTitle } from '@headlessui/react'; import { Button } from '@wordpress/components'; import { useEffect, useState } from '@wordpress/element'; import { __ } from '@wordpress/i18n'; import { close, Icon } from '@wordpress/icons'; export const Modal = () => { const { modals, popModal } = useGlobalStore(); const ModalContent = modals[0]; const [title, setTitle] = useState(''); useEffect(() => { if (!modals[0]) setTitle(''); }, [modals]); return ( <Dialog as="div" className="extendify-assist" open={modals.length > 0} onClose={popModal} > <div className="fixed top-0 z-high mx-auto h-full w-full items-center justify-center overflow-hidden p-2 md:flex md:p-6"> <div className="fixed inset-0 bg-black/40 transition-opacity" aria-hidden="true" /> <div className="relative mx-auto flex flex-col rounded-xs bg-white shadow-2xl sm:flex sm:min-w-md sm:overflow-hidden"> <div className="flex items-center justify-between"> <DialogTitle className="m-0 px-6 text-base text-gray-900"> {title} </DialogTitle> <Button className="m-4 border-0" onClick={popModal} icon={<Icon icon={close} size={24} />} label={__('Close Modal', 'extendify-local')} showTooltip={false} /> </div> <div className="relative m-0 p-6 pt-0 text-left"> {modals?.length > 0 && ( <ModalContent popModal={popModal} setModalTitle={setTitle} /> )} </div> </div> </div> </Dialog> ); };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
dashboard
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tasks
DIR
-
drwxr-xr-x
2026-04-28 02:40:01
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ImageUploader.jsx
4.70 KB
lrw-r--r--
2026-04-09 23:45:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Modal.jsx
1.55 KB
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).