add undo/redo to page editors with keyboard shortcuts
All checks were successful
deploy / deploy (push) Successful in 1m29s
All checks were successful
deploy / deploy (push) Successful in 1m29s
History stacks (@history/@future) on both admin editor and live sidebar, capped at 50 entries. All mutations routed through apply_mutation for consistent history tracking. EditorKeyboard JS hook combines DirtyGuard with Ctrl+Z/Ctrl+Shift+Z. Settings panel fade-in animation. 10 new tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1475,6 +1475,12 @@
|
||||
padding: 0.75rem 0.75rem 0.25rem;
|
||||
padding-left: 2.75rem;
|
||||
border-top: 1px solid var(--t-border-default);
|
||||
animation: blockSettingsFadeIn 0.15s ease;
|
||||
}
|
||||
|
||||
@keyframes blockSettingsFadeIn {
|
||||
from { opacity: 0; transform: translateY(-4px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
.block-settings-fields {
|
||||
|
||||
Reference in New Issue
Block a user