implement history actions tray, add history search feature

This commit is contained in:
yggverse 2024-04-14 21:18:42 +03:00
parent 5927f00437
commit 970f8f6497
3 changed files with 225 additions and 12 deletions

View file

@ -142,6 +142,36 @@
"time":
{
"format":"c"
},
"header":
{
"margin":8,
"button":
{
"open":
{
"visible":true,
"label":"Open"
},
"clear":
{
"visible":true,
"label":"Clear"
},
"go":
{
"visible":true,
"label":"Go"
}
},
"search":
{
"placeholder":"Search in history..."
}
},
"body":
{
"margin":8
}
}
}