mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
Inline editor with: - Collapsible categories, reorder up/down, delete - Entries with identifier, name, subtitle, available toggle - Add/remove with auto-focus on new row - Empty state prompts first category - Theme, scroll speed, column count selectors - Reusable content picker (single/multi-select) against user's image library - Logo picker + background image picker (multi) via that picker - Preview button posts unsaved config to /widgets/preview and shows the returned HTML in a modal iframe (srcdoc + injected <base> so relative content URLs resolve against our origin) - Delete confirms with widget name Also escapes w.name / typeMeta.name / w.id in the widget grid to prevent stored XSS against admins viewing other users' widgets. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| views | ||
| api.js | ||
| app.js | ||
| i18n.js | ||
| socket.js | ||
| utils.js | ||