-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
plugins
/
extendify
/
src
/
Library
/
components
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
sidebar
--
NONE
topbar
--
NONE
BlockPreviewButton.jsx
1.561KB
Edit File
Delete File
Rename
MainButton.jsx
0.883KB
Edit File
Delete File
Rename
Modal.jsx
4.223KB
Edit File
Delete File
Rename
import { __ } from '@wordpress/i18n'; import { Icon } from '@wordpress/icons'; import { useActivityStore } from '@shared/state/activity'; import { extendifyLogo } from '@library/icons/extendify-logo'; import { useGlobalsStore } from '@library/state/global'; export const MainButton = () => { const { setOpen } = useGlobalsStore(); const { incrementActivity } = useActivityStore(); const handleClick = () => { // Minimize HC if its open window.dispatchEvent(new CustomEvent('extendify-hc:minimize')); setOpen(true); incrementActivity('library-button-click'); }; return ( <div role="button" onClick={handleClick} className="components-button has-icon is-primary h-8 min-w-0 cursor-pointer px-2 xs:h-9 sm:ml-2 xl:pr-3"> <Icon icon={extendifyLogo} size={24} /> <span className="ml-1 hidden xl:inline"> {__('Design Library', 'extendify-local')} </span> </div> ); };
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat