Inspector: Add ability to filter css properties

This commit is contained in:
aplefull 2025-01-19 18:45:39 +01:00 committed by Sam Atkins
commit 6e61cc5a1e
Notes: github-actions[bot] 2025-02-13 11:46:06 +00:00
3 changed files with 34 additions and 2 deletions

View file

@ -512,6 +512,7 @@ void InspectorClient::load_inspector()
auto generate_property_table = [&](auto name) {
return MUST(String::formatted(R"~~~(
<div id="{0}" class="tab-content">
<input class="property-filter" id="{0}-filter" placeholder="Filter properties" />
<table class="property-table">
<thead>
<tr>