mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Browser: Add window to inspect history
This commit is contained in:
parent
ebe925b7c0
commit
3454891d38
11 changed files with 259 additions and 0 deletions
15
Userland/Applications/Browser/History/HistoryWidget.gml
Normal file
15
Userland/Applications/Browser/History/HistoryWidget.gml
Normal file
|
@ -0,0 +1,15 @@
|
|||
@GUI::Widget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "history_filter_textbox"
|
||||
placeholder: "Filter"
|
||||
}
|
||||
|
||||
@GUI::TableView {
|
||||
name: "history_tableview"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue