Development

This commit is contained in:
Matthew Grotke 2026-06-03 15:31:39 -04:00
parent f479e07a90
commit 2140ea0e0a
2 changed files with 12 additions and 2 deletions

View file

@ -108,11 +108,19 @@
"type": "button_row",
"justify": "space-between",
"items": [
{
"type": "raw_html",
"html": "<label style='display:flex;align-items:center;gap:0.5rem;margin:0;font-size:0.875rem'>Revert behavior:<select name='revert_behavior' class='form-select' style='width:auto'><option value='revert_subsequent'>Revert selected and subsequent tree changes</option><option value='restore_state'>Restore to tree selected state</option></select></label>"
},
{
"type": "button_secondary",
"text": "Revert Selected",
"text": "Revert",
"disabled": "%NO_HISTORY%"
},
{
"type": "raw_html",
"html": "<span style='flex:1'></span>"
},
{
"type": "button_danger",
"text": "Clear Selected History",