mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement history actions tray, add history search feature
This commit is contained in:
parent
5927f00437
commit
970f8f6497
3 changed files with 225 additions and 12 deletions
30
config.json
30
config.json
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue