PHP 8.2.31
Preview: ConsentSidebar.jsx Size: 769 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Draft/components/ConsentSidebar.jsx

import { useAIConsentStore } from '@shared/state/ai-consent';
import { Panel } from '@wordpress/components';
import { __ } from '@wordpress/i18n';

export const ConsentSidebar = () => {
	const { consentTerms, setUserGaveConsent } = useAIConsentStore();

	return (
		<Panel>
			<div className="p-4">
				<h2 className="mb-2 mt-0 text-lg">
					{__('Terms of Use', 'extendify-local')}
				</h2>
				<p className="m-0" dangerouslySetInnerHTML={{ __html: consentTerms }} />
				<button
					className="mt-4 w-full rounded-sm border-0 bg-wp-theme-main px-4 py-2 text-center text-white"
					type="button"
					onClick={() => setUserGaveConsent(true)}
					data-test="draft-terms-button"
				>
					{__('Accept', 'extendify-local')}
				</button>
			</div>
		</Panel>
	);
};

Directory Contents

Dirs: 2 × Files: 11

Name Size Perms Modified Actions
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
- drwxr-xr-x 2026-04-28 02:40:01
Edit Download
616 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
769 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
1.22 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
2.15 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
2.36 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
5.11 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
2.52 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
7.46 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
1.69 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
5.04 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
6.34 KB lrw-r--r-- 2026-03-19 23:35:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).