-
+
+ {/* Prompt Editor */}
+
+
+
+ {selectedLayoutName !== 'Standard' && (
+
+ )}
+
+
+ {showSaveDialog && (
+
+ setNewLayoutName(e.target.value)}
+ onKeyDown={e => { if (e.key === 'Enter') handleSaveLayout(); if (e.key === 'Escape') setShowSaveDialog(false) }}
+ autoFocus
+ />
+
+
+
+ )}
+
+
+ {/* Words */}
+
+
{/* Right: Sentences */}