Commit Graph

223 Commits

Author SHA1 Message Date
Daniel Compton 56c2a99791 Add troubleshooting details to README.md, move dev info to DEVELOPERS.md 2017-09-28 11:14:35 +13:00
Daniel Compton a4086d9ffe Version 0.1.8-SNAPSHOT 2017-09-25 14:50:40 +13:00
Daniel Compton a2740cc152 Version 0.1.7 2017-09-25 14:50:23 +13:00
Saskia Lindner 6b8ba00ae1 Update readme with gif of trace window
- fixes #55
2017-09-20 13:26:41 +12: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 5d047c9250 Add instructions for reloading CSS (#70) 2017-09-08 18:27:46 +02:00
chris (daiyi) 3b380afe9b visually separate the filter options and trace table 2017-09-07 15:33:13 +12:00
chris (daiyi) 01f883ca4d Fix trace table bottom being clipped from view 2017-09-07 15:33:13 +12:00
Daniel Compton 96d5aa5137 Version 0.1.7-SNAPSHOT 2017-09-05 19:15:44 +12:00
Daniel Compton 01fa347c9c Version 0.1.6 2017-09-05 19:15:26 +12:00
Dexter Gramfors 3a3faca0b3 Merge pull request #65 from Day8/reset-panel-styles
Isolate panel styles from host project
2017-09-01 12:14:54 +02:00
chris (daiyi) 394210e1f3 Make LESS variables of colours 2017-09-01 12:13:07 +02:00
chris (daiyi) 0339579c1c Equalise table padding 2017-09-01 12:13:01 +02:00
chris (daiyi) 24b8335bd8 Update readme with LESS and CSS info 2017-09-01 10:11:40 +02:00
chris (daiyi) 878b01cb8e Make dropdowns behave like dropdowns 2017-09-01 10:11:40 +02:00
chris (daiyi) f925d12683 Only keep reset styles that we need 2017-09-01 10:11:40 +02:00
chris (daiyi) cddac46a76 Reset styles 2017-09-01 10:11:40 +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 51069d5eb7 Merge pull request #64 from Day8/feature/log-data-to-console
Print trace details to console on click
2017-09-01 13:25:19 +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
Dexter Gramfors 04e86a84a4 Merge pull request #48 from Day8/feature/extend-filter
Enable selecting trace names as filters
2017-08-31 12:12:48 +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 ef4c74291c Version 0.1.6-SNAPSHOT 2017-08-31 16:18:41 +12:00
Daniel Compton 4c529bbc7e Version 0.1.5 2017-08-31 16:18:22 +12:00
Daniel Compton e19835e927 Build CSS to go into the resources directory 2017-08-31 16:17:58 +12:00
Daniel Compton 69d0b993e5 Version 0.1.5-SNAPSHOT 2017-08-31 16:16:36 +12:00
Daniel Compton b8ef0c2f75 Version 0.1.4 2017-08-31 16:16:17 +12:00
Daniel Compton b7cc1ee37e Add release tasks 2017-08-31 16:16:09 +12:00
chris (daiyi) b8d22ca17a Move .less to resources folder 2017-08-31 16:09:14 +12:00
chris (daiyi) 2c63b8d90e Fix typo 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
Dexter Gramfors c617fa4195 Merge pull request #59 from Day8/feature/autoscroll
Pin traces to bottom for autoscrolling
2017-08-30 23:54:25 +02: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
Saskia Lindner 7bd773fe02 Load traces if panel is open 2017-08-29 15:56:52 +02:00
Saskia Lindner 60f6082c67 Remove traces from localstorage 2017-08-29 14:53:32 +02:00
Saskia Lindner 3fa8da74f2 Refactor autoscroll list
- add docstring
- use callback ref to reference DOM element
2017-08-29 14:45:43 +02:00
Saskia Lindner 6276a76cbb Refactor autoscrolling code 2017-08-28 17:18:28 +02:00
Saskia Lindner f7cf12c1bb Save showing state for panel to localstorage 2017-08-28 16:14:06 +02:00
Saskia Lindner d5aefa9b1d Pin traces to bottom for autoscrolling 2017-08-25 11:43:00 +02:00