Last of renames to app-db
This commit is contained in:
parent
e45d8598a6
commit
8727b556f8
|
@ -25,7 +25,7 @@
|
|||
font-family: 'courier new', monospace;
|
||||
color: #222222;
|
||||
/* mixins */
|
||||
/* app-state data viewer
|
||||
/* app-db data viewer
|
||||
========================================================================== */
|
||||
}
|
||||
#--re-frame-trace-- * {
|
||||
|
|
|
@ -561,7 +561,7 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
/* app-state data viewer
|
||||
/* app-db data viewer
|
||||
========================================================================== */
|
||||
|
||||
.re-frame-trace--object {
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
[:div {:style {:flex "1 1 auto" :display "flex" :flex-direction "column"}}
|
||||
[:div.panel-content-scrollable {:style {:margin-left "10px"}}
|
||||
[:div.filter-control-input
|
||||
[components/search-input {:placeholder ":path :into :app-state"
|
||||
[components/search-input {:placeholder ":path :into :app-db"
|
||||
:on-save (fn [path]
|
||||
(if false ;; TODO check if path exists
|
||||
(reset! input-error true)
|
||||
|
|
Loading…
Reference in New Issue