mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
Browser: Add option to filter entries in Storage Inspector
This commit is contained in:
parent
d1e6dcfbc2
commit
6463bc7eb3
7 changed files with 87 additions and 11 deletions
|
@ -13,6 +13,11 @@
|
|||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "cookies_filter_textbox"
|
||||
placeholder: "Filter"
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
|
@ -30,6 +35,11 @@
|
|||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "local_storage_filter_textbox"
|
||||
placeholder: "Filter"
|
||||
}
|
||||
|
||||
@GUI::GroupBox {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue