PHP 8.2.31
Preview: RetryNotice.jsx Size: 563 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/PageCreator/components/RetryNotice.jsx

import { Snackbar } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { AnimatePresence, motion } from 'framer-motion';

export const RetryNotice = ({ show }) => {
	if (!show) return null;
	return (
		<AnimatePresence>
			<motion.div className="fixed bottom-[20px] right-0 z-max flex justify-end px-4 pb-4">
				<div className="shadow-2xl">
					<Snackbar>
						{__(
							'Just a moment, this is taking longer than expected.',
							'extendify-local',
						)}
					</Snackbar>
				</div>
			</motion.div>
		</AnimatePresence>
	);
};

Directory Contents

Dirs: 2 × Files: 4

Name Size Perms Modified Actions
content DIR
- drwxr-xr-x 2026-04-28 02:40:02
Edit Download
topbar DIR
- drwxr-xr-x 2026-04-28 02:40:02
Edit Download
1.43 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
1.77 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
6.95 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
563 B lrw-r--r-- 2025-03-13 21:10:44
Edit Download

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