1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:17:34 +00:00

Browser: Add option to filter entries in Storage Inspector

This commit is contained in:
Rafał Babiarz 2022-05-06 20:30:39 +02:00 committed by Linus Groh
parent d1e6dcfbc2
commit 6463bc7eb3
7 changed files with 87 additions and 11 deletions

View file

@ -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]