Commit Graph

442 Commits

Author SHA1 Message Date
Daniel Compton 6bd14f1799 Rename events to traces in traces view 2017-11-02 16:05:57 +13:00
Daniel Compton 53ded51dfb Merge branch 'darwin/config' 2017-11-02 11:53:00 +13:00
Daniel Compton 3af7398cdf Comment out header wrapping for now 2017-11-02 11:49:22 +13:00
Matt Huebert 8ca3b22746 Update d3
Old version of d3 has a bad externs file that can cause Closure compiler to throw.

```
-> Closure - Optimizing ...
Closure compilation failed with 1 errors
--- EXTERNS:/Users/.../.m2/repository/cljsjs/d3/4.2.2-0/d3-4.2.2-0.jar!/cljsjs/d3/common/d3.ext.js:670
Object literal contains illegal duplicate key "scaleSequential", disallowed in strict mode
```
2017-11-02 10:04:52 +13:00
Matt Huebert 0807a6156f Detect re-frame-trace views via 'devtools outer'
This is more reliable than looking for the namespace, as reagent does not attempt to keep namespace information when compiled with Closure, whereas "devtools outer" is hard-coded as the :display-name for the panel's container and survives compilation/optimization.
2017-11-01 14:34:54 +13:00
Daniel Compton 744c48b9d6 Update CHANGELOG 2017-10-31 09:55:18 +13:00
Matthew Huebert a6cb2abdbc Support for React 16 component paths
We rely on reagent.impl.component/component-path to avoid rendering re-frame-trace events to itself (causing infinite loop). This patch copies in a very recent change to Reagent which supports reading of component paths from React 16 components.
2017-10-31 09:47:48 +13:00
Antonin Hildebrand 94b6d64f2b Patch default cljs-devtools styles to wrap normally
We don't want to hard-code styles to make this future-proof.
2017-10-30 19:54:58 +01:00
Antonin Hildebrand cf81870e13 Don't interfere with app's cljs-devtools prefs
Also properly set :initial-hierarchy-depth-budget
2017-10-30 19:28:05 +01:00
Antonin Hildebrand 77068d3b5d Introduce with-cljs-devtools-prefs macro 2017-10-30 19:25:44 +01:00
Daniel Compton 8ce90653dc Reformat all code 2017-10-30 16:02:22 +13:00
Daniel Compton 74faed83e3 Hide index spans 2017-10-30 14:10:28 +13:00
Daniel Compton e6b7f76656 Version 0.1.12-SNAPSHOT 2017-10-27 16:48:42 +13:00
Daniel Compton c365e55f49 Version 0.1.11 2017-10-27 16:48:24 +13:00
Daniel Compton 91b5d7d83b Drop font size lower to fit more in 2017-10-27 16:47:52 +13:00
Daniel Compton 4935d3f50f Rename label to app-db 2017-10-27 16:03:58 +13:00
Daniel Compton 4fd95bd576 Fix the expanded data being off by one pixel
When there are rows of expanded data, if that row itself has an
expansion button, then there would be a 1 pixel difference between it
and the parent row spacing.
2017-10-27 14:38:10 +13:00
Daniel Compton 33f9e0966b Rename app-state to app-db 2017-10-27 13:26:27 +13:00
Daniel Compton 4708a6e95e Version 0.1.11-SNAPSHOT 2017-10-27 09:55:42 +13:00
Daniel Compton 7e8570f5da Version 0.1.10 2017-10-27 09:55:25 +13:00
Daniel Compton 0ae40e8fcd Comment out subvis 2017-10-27 09:55:15 +13:00
Daniel Compton a4d9b04e48 Version 0.1.10-SNAPSHOT 2017-10-27 09:05:26 +13:00
Daniel Compton 6cf306e320 Version 0.1.9 2017-10-27 09:05:09 +13:00
Daniel Compton a1af35b316 Limit captured traces to max 4,000 to prevent performance slowdowns
Fixes #91
2017-10-26 16:59:38 +13:00
Daniel Compton f1bfdc2476 Print full keyword for operation name 2017-10-26 16:57:07 +13:00
Daniel Compton a0811a03b4 Speed up animations for auto scrolling 2017-10-26 16:04:08 +13:00
Daniel Compton 70d20af6e7 Fix bad merge which set window-width back to a value
Fixes #90
2017-10-26 11:24:17 +13:00
Daniel Compton cbdcf552fc Make Reagent and re-frame dependencies provided 2017-10-25 14:33:37 +13:00
Daniel Compton d05bc33576 Update the changelog 2017-10-25 14:09:20 +13:00
Daniel Compton 74e70d3e06 Version 0.1.9-SNAPSHOT 2017-10-25 13:31:11 +13:00
Daniel Compton 130b11c0f6 Version 0.1.8 2017-10-25 13:30:53 +13:00
Daniel Compton 594bb651d0 Update version to dummy version 2017-10-25 13:30:44 +13:00
Daniel Compton a49febb8e4 Add docstring for jsonml->hiccup 2017-10-24 15:28:43 +13:00
Daniel Compton 96f00e50c2 Make the base font a bit smaller and set a constant width for expansion
buttons
2017-10-24 15:24:30 +13:00
Daniel Compton 92e7a2b1bd Make expansion button not change size when expanding
It seems like this needs to be in a variable width font for the size
to stay consistent.
2017-10-24 15:24:30 +13:00
Daniel Compton cb91c168dc Remove unneeded CSS 2017-10-24 15:24:30 +13:00
Daniel Compton 9669b38595 Don't display objects as a block, let them be formatted naturally
This makes them very wide, but has better formatting behaviour.
2017-10-24 15:24:30 +13:00
chris (daiyi) 4340f66e3b Add strike on-focus to deleting subtree button 2017-10-24 15:24:30 +13:00
chris (daiyi) 4b70c7f5fc Make search input into a component 2017-10-24 15:24:30 +13:00
chris (daiyi) 58cc6bb1e5 Collapse data trees and subtrees behind one point by default 2017-10-24 15:24:30 +13:00
chris (daiyi) f4ce962ae3 Add & remove sub-paths into app-state 2017-10-24 15:24:30 +13:00
Saskia Lindner a9306075b3 Fix hiccup structure 2017-10-24 15:24:30 +13:00
Saskia Lindner 019ebc7748 Add docstring to string->css function 2017-10-24 15:24:30 +13:00
Saskia Lindner 448cee365e Move position of app-state tab 2017-10-24 15:24:30 +13:00
Saskia Lindner 0ab47c5029 Refactor naming for render state tab 2017-10-24 15:24:30 +13:00
Saskia Lindner 8c1d39b006 Refactor jsonml parsing 2017-10-24 15:24:30 +13:00
chris (daiyi) 910483dd53 Toggling data structures with arrows only, not body 2017-10-24 15:24:29 +13:00
Saskia Lindner 49095dcfe3 Refactor function for style string parsing 2017-10-24 15:24:29 +13:00
chris (daiyi) c18714a9d8 Correctly pass all params in form 2 component 2017-10-24 15:24:29 +13:00
chris (daiyi) ea2f3d6dab Add toggle arrow indicators next to expandable objects 2017-10-24 15:24:29 +13:00