mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-02-18 00:46:22 +00:00
Fix case insensitive filtering
This commit is contained in:
parent
aa4b455559
commit
b3bfa816bb
@ -153,7 +153,7 @@
|
|||||||
{:style {:padding "10px"}}
|
{:style {:padding "10px"}}
|
||||||
[:h1 "TRACES"]
|
[:h1 "TRACES"]
|
||||||
[:span filter-msg [:button {:on-click #(do (trace/reset-tracing!) (reset! traces []))} " Clear traces"]] [:br]
|
[:span filter-msg [:button {:on-click #(do (trace/reset-tracing!) (reset! traces []))} " Clear traces"]] [:br]
|
||||||
[:span "Filter events " [search-input {:on-save #(reset! filter-items %)}]
|
[:span "Filter events " [search-input {:on-save #(reset! filter-items (str/lower-case %))}]
|
||||||
[:button "+"]
|
[:button "+"]
|
||||||
;; [:button {:style {:background "#aae0ec"
|
;; [:button {:style {:background "#aae0ec"
|
||||||
;; :padding 7
|
;; :padding 7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user