mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
43 stars 6 forks source link

Show the user how the filter/search string is parsed while editing #367

Open mlopatkin opened 9 months ago

mlopatkin commented 9 months ago

Given how complex the parsing rules are, it makes sense to provide an instant feedback to the user. One way would be to support input chips but there's no ready-made component for this. Another way is to color-code the patterns to highlight boundaries (and, probably, errors).