Commit Graph

223 Commits

Author SHA1 Message Date
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
chris (daiyi) 5a832abab4 Clean jsonml rendering code 2017-10-24 15:24:29 +13:00
chris (daiyi) 4c5b4b8194 Expand and collapse data structures 2017-10-24 15:24:29 +13:00
chris (daiyi) 32f5699f7f Expand entire data structure 2017-10-24 15:24:29 +13:00
Saskia Lindner 64815b3aa6 Add css styles from jsonml 2017-10-24 15:24:29 +13:00
chris (daiyi) 3a2f14cf32 Handle custom formatter objects 2017-10-24 15:24:29 +13:00
chris (daiyi) ed21d59ede Use placeholder toggle for data objects 2017-10-24 15:24:29 +13:00
chris (daiyi) fcd376b8a4 Remember selected tab 2017-10-24 15:24:29 +13:00
chris (daiyi) 2713630f64 First pass at rendering jsonML to dom 2017-10-24 15:24:29 +13:00
chris (daiyi) 251b3436ae Add basic data structure views and styles 2017-10-24 15:24:29 +13:00
chris (daiyi) 4ea8041bbc Render app-db state with symantic class names 2017-10-24 15:24:29 +13:00
chris (daiyi) 506ee537f1 Create app-state tab 2017-10-24 15:24:29 +13:00
chris (daiyi) 5f3cb0dbb8 Equalise table padding 2017-10-24 15:24:29 +13:00
Matthew Jaoudi f9d7f07ed9 update version listed in readme; 2017-10-21 15:15:21 +13:00
Daniel Compton 2858a0ff6c Update window width state when window resizes
Fixes #26
2017-10-20 15:08:23 +13:00
Daniel Compton 05656af0b9 Revert "Switch re-frame-trace to render into Shadow DOM"
Because it doesn't actually work yet.

This reverts commit bab881ee75.

Relates to https://github.com/Day8/re-frame-trace/issues/44
2017-10-20 14:05:16 +13:00
Daniel Compton bab881ee75 Switch re-frame-trace to render into Shadow DOM
I tried to render re-frame-trace into a Shadow DOM which worked, but I
ran out of time to get click handlers to work. This is the working point
that I got up to.

Relates to https://github.com/Day8/re-frame-trace/issues/44
2017-10-20 14:02:32 +13:00
Daniel Compton 586de69894 Use CSS pseudo-selectors for odd/even instead of calculating an index 2017-10-19 16:14:19 +13:00
Daniel Compton 4d13391c37 Handle window viewport size changing, and other misc dragging bugs
Fixes #26
2017-10-19 16:04:25 +13:00
Daniel Compton 0c7a505690 Remind people to follow installation instructions 2017-09-28 11:14:56 +13:00