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
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 bab881ee75921fb7a5afdeb9510e967cb0132904.
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
Christian Karlsen
0a4d04b214
Fix on-mouse-up not firing when resizing
2017-09-15 11:46:36 -04:00
saskali
5d4f21b89f
Add trace filter by category ( #71 )
...
* Add trace filter by category
- fixes #39
- fixes #57
* Fix combination of filter types
* Refactor filter
- use idiom 'seq' to check for empty sequences
* Make small refactorings in filter code
* Refactor toggle-category-fn to use set operations
2017-09-14 16:44:44 +02:00
chris
bb37c70113
Table readability ( #69 )
...
* Restyle table for readability
* Make op text colours accessible AA standard
* Table to full panel width
* Separate traces with stripes in classnames
* Trace detail arrows brighten on focus state
* Show print icon when hovering on trace detail
* Clean filter inputs and accessibility focus
* Make filtering state more obvious
* Click trace filtering count to reset filters
* Remove redundant buttons
2017-09-11 13:34:32 +02:00
chris (daiyi)
01f883ca4d
Fix trace table bottom being clipped from view
2017-09-07 15:33:13 +12:00
chris (daiyi)
0339579c1c
Equalise table padding
2017-09-01 12:13:01 +02:00
Daniel Compton
b345eb824e
Use when-not instead of single branch if-not and do
2017-09-01 14:31:25 +12:00
Saskia Lindner
8e3279c39c
Replace time filter when adding a new one
2017-09-01 14:31:25 +12:00
Saskia Lindner
562a8c7322
Prevent duplicate filter strings
2017-09-01 14:31:25 +12:00
Daniel Compton
4451982037
Don't convert Clojure objects to JS objects
...
- Add docs to suggest use of cljs-devtools
2017-09-01 13:24:02 +12:00
Saskia Lindner
9a4072ddf8
Print trace details to console on click
...
- fixes #56
2017-08-31 15:20:04 +02:00
Saskia Lindner
654925545e
Merge branch 'master' into feature/extend-filter
2017-08-31 12:04:51 +02:00
Saskia Lindner
e3c9eb6947
Refactor adding new filters
2017-08-31 11:55:54 +02:00
Daniel Compton
6bee5c3a63
Use the correct location for getting CSS
2017-08-31 16:23:46 +12:00
Daniel Compton
e19835e927
Build CSS to go into the resources directory
2017-08-31 16:17:58 +12:00
chris (daiyi)
b8d22ca17a
Move .less to resources folder
2017-08-31 16:09:14 +12:00
chris (daiyi)
e448b45f0a
Use lein-less to do css preprocessing
...
closes #61
2017-08-31 16:09:14 +12:00
chris (daiyi)
483d1f5a16
Use slurp macro to read styles from .css file
...
closes #24
2017-08-31 16:09:14 +12:00
Daniel Compton
91d4ac57f7
Merge pull request #58 from Day8/local-storage-show-details
...
Save state of traces panel to localstorage
2017-08-31 16:06:36 +12:00
Saskia Lindner
49a84e3f60
Merge branch 'master' into feature/autoscroll
2017-08-29 16:56:49 +02:00
Saskia Lindner
df1bc168fa
Merge branch 'master' into feature/extend-filter
2017-08-29 16:55:52 +02:00
Saskia Lindner
50deba5281
Refactor save query function
2017-08-29 16:43:27 +02:00