REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 721 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Agent/state/position.js
Text
Base64
import { create } from 'zustand'; import { devtools, persist } from 'zustand/middleware'; const DEFAULT_HEIGHT = 600; const startingPosition = { x: window.innerWidth - 410 - 20, y: window.innerHeight - DEFAULT_HEIGHT, width: 410, height: DEFAULT_HEIGHT, }; export const usePositionStore = create()( persist( devtools( (set) => ({ ...startingPosition, setSize: (width, height) => set({ width, height }), setPosition: (x, y) => set({ x, y }), resetPosition: () => set({ ...startingPosition, y: window.innerHeight - DEFAULT_HEIGHT, }), }), { name: 'Extendify Agent Position' }, ), { name: `extendify-agent-position-${window.extSharedData.siteId}`, }, ), );
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
chat.js
3.15 KB
lrw-r--r--
2026-03-19 23:35:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
global.js
2.37 KB
lrw-r--r--
2026-03-19 23:35:18
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
position.js
721 B
lrw-r--r--
2026-02-19 03:27:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
suggestions.js
4.25 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
tours.js
6.52 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
workflows.js
4.91 KB
lrw-r--r--
2026-03-19 23:35:18
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).