Skip to content

Commit b6294ef

Browse files
ca-dJakob Vogelsang
andauthored
fix(logging): remove superfluous invisible reset filter (#266)
* fix(logging): remove superfluous invisible reset filter The "reset" LogEvent kind accidentally introduced a new filter `mwc-icon-button` to the log dialog, which was invisible (no icon), but prevented users from filtering for only "info" kind log entries. * test(open-scd): update snapshot Co-authored-by: Jakob Vogelsang <[email protected]>
1 parent b2d4826 commit b6294ef

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

__snapshots__/open-scd.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,6 @@
392392
on=""
393393
>
394394
</mwc-icon-button-toggle>
395-
<mwc-icon-button-toggle
396-
id="resetfilter"
397-
on=""
398-
>
399-
</mwc-icon-button-toggle>
400395
<mwc-list
401396
id="content"
402397
wrapfocus=""

src/Logging.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const icons = {
2323
warning: 'warning',
2424
error: 'report',
2525
action: 'history',
26-
reset: 'none',
2726
};
2827

2928
/**

0 commit comments

Comments
 (0)