Last of renames to app-db

This commit is contained in:
Daniel Compton 2017-11-13 13:16:35 +13:00
parent e45d8598a6
commit 8727b556f8
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
font-family: 'courier new', monospace;
color: #222222;
/* mixins */
/* app-state data viewer
/* app-db data viewer
========================================================================== */
}
#--re-frame-trace-- * {

View File

@ -561,7 +561,7 @@
opacity: 1;
}
/* app-state data viewer
/* app-db data viewer
========================================================================== */
.re-frame-trace--object {

View File

@ -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)