You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+152Lines changed: 152 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,158 @@ You can customize various parameters by accessing the node's Properties panel in
237
237
- Automatically adjusts dimensions to model requirements
238
238
4. **Apply**: Dimensions are automatically updated
239
239
240
+
## 🎯 Advanced Preset Management
241
+
242
+
ResolutionMaster includes a powerful **Preset Manager** system forcreating, organizing, and managing custom presets. Access it by clicking the **"⚙️ Manage Presets"** buttonin the Presets section.
243
+
244
+
### Preset Manager Features
245
+
246
+
#### 📋 List View
247
+
The main view shows all your custom presets organized by category:
248
+
249
+
- **Statistics Header**: Displays total categories and preset count
250
+
- **Category Sections**: Each category shows its presets with dimensions
251
+
- **Bulk Operations**: Select multiple presets for batch deletion (Shift+Click for range selection)
252
+
- **Empty State**: Helpful message when no custom presets exist
253
+
254
+
#### ➕ Add/Edit Preset View
255
+
Create or modify presets with an intuitive interface:
256
+
257
+
- **Category Selection**: Choose target category from dropdown
258
+
- **Rename Category**: Click the ✏️ button next to category name to rename
259
+
- **Quick Add Form**:
260
+
- Name field with real-time validation
261
+
- Width and Height inputs (minimum 64px)
262
+
- Live preview showing aspect ratio and shape visualization
263
+
- Visual feedback for edit mode (green accents) vs add mode (blue accents)
264
+
- **Preset Preview**: Grid view of all presets in selected category
265
+
- Click any preset to load its values into the form for editing
266
+
- Delete custom presets or hide/unhide built-in presets
267
+
- Visual indicators for custom (⚙️ icon) and hidden presets
268
+
269
+
#### 🔄 Drag & Drop Operations
270
+
271
+
The Preset Manager supports advanced drag & drop with visual feedback:
272
+
273
+
##### Preset Reordering & Moving
274
+
- **Drag Handle (left side)**: Drag presets to reorder within category or move between categories
275
+
- **Visual Indicators**:
276
+
- **Blue line**: Reordering within same category
277
+
- **Orange line**: Moving to different category
278
+
- **Red line**: Invalid drop (name conflict)
279
+
- **Green line**: Duplicate/clone operation
280
+
- **Modifier Keys**:
281
+
- **Normal Drag**: Move preset to new position
282
+
- **Drag by Clone Handle (⊕)**: Duplicate preset to new location
283
+
284
+
##### Category Reordering
285
+
- **Drag Category Headers**: Reorder entire categories by dragging their headers
286
+
- **Drop Zones**:
287
+
- Above any category header
288
+
- Below last category (in category section body)
289
+
- At top (drop on statistics header)
290
+
291
+
#### 🔄 Clone/Duplicate Presets
292
+
- **Clone Handle (⊕ icon)**: Drag this handle to duplicate a preset
0 commit comments