296 Commits

Author SHA1 Message Date
Daniel Compton
d9d8ec049d Make all pod expansions independent of each other
Fixes #134
2018-01-27 23:35:34 +13:00
Daniel Compton
2b414ff9f2 Fix displaying external windows
The bug was introduced in 022a070fb86ffad655b5a6799f018e659a73492d.
2018-01-27 23:28:27 +13:00
Daniel Compton
ddcee6b2c8 Remove ratom state and centralise it in re-frame's app-db 2018-01-27 22:50:36 +13:00
Daniel Compton
f20dd1b0d0 Bundle garden to avoid source conflicts with garden 2.0.0 2018-01-27 18:44:45 +13:00
Daniel Compton
e34047c54d Add setting to filter out trace views that aren't interesting 2018-01-26 20:31:05 +13:00
Daniel Compton
a43ff6464b Return correct match when filtering out event 2018-01-26 19:32:05 +13:00
Daniel Compton
022a070fb8 Add setting to ignore events/epochs 2018-01-26 17:48:19 +13:00
Daniel Compton
db14e69f17 Add setting to control how many epochs are retained 2018-01-26 15:46:54 +13:00
Daniel Compton
05c9f84225 Set a print limit of 400 characters in the event header 2018-01-26 14:43:09 +13:00
Daniel Compton
40f33585f0 Fix bug where a previous epoch would be suggested
When it wasn't possible to go back further.
2018-01-26 14:32:40 +13:00
Daniel Compton
c1e077fa0a Fix reset tracing button 2018-01-26 12:22:00 +13:00
Daniel Compton
17b81ba52c XML encode # character in SVGs
Fixes #130.

See also https://stackoverflow.com/a/38459219.
2018-01-25 23:18:32 +13:00
Daniel Compton
04ab87b576 Add/update doc links for panels 2018-01-25 21:34:57 +13:00
Daniel Compton
fc53c74385 Fixup overflow-y on panels that don't have internal scrolling 2018-01-25 21:29:15 +13:00
Daniel Compton
532657a44a Update bundled versions of re-frame and reagent 2018-01-25 15:16:24 +13:00
Daniel Compton
e1ace4d9a9 Tweak timing panel layout 2018-01-24 21:09:13 +13:00
Daniel Compton
0f3ec5daa1 Fix indexing through match ids 2018-01-24 17:11:29 +13:00
Gregg8
08716872f4 Fixed background color issue with dataviewer component and made a 1px gap between the pods and their scrollbar 2018-01-24 10:48:03 +11:00
Gregg8
dc650e9fa7 Improved handling of event bar when events are long (added vertical scrollbar) 2018-01-24 10:08:54 +11:00
Gregg8
087a1b637f Animation - working for abb-db and subs panels, not yet quite perfect 2018-01-23 16:47:56 +11:00
Daniel Compton
8424b6116d Comment out features that aren't working to get ready for a release 2018-01-23 13:47:50 +13:00
Gregg8
326badfc68 Animation - humble beginnings 2018-01-22 21:36:07 +11:00
Daniel Compton
23a63de354 Update epochs to retain 2018-01-22 16:32:08 +13:00
Daniel Compton
a2c3f7c36b Make our forked version of re-com use our forked version of reagent 2018-01-22 15:01:56 +13:00
Daniel Compton
8f05b1919b Calculate CSS values rather than hard-coding strings for setting 2018-01-22 11:45:09 +13:00
Daniel Compton
7a863c35c1 Set number of retained epochs 2018-01-22 11:18:24 +13:00
Gregg8
b48f5c0ba8 Can now add, edit, delete "ignore epochs" and "filter namespaces" 2018-01-19 18:01:26 +11:00
Gregg8
63c603a822 Settings panel UI framework now implemented 2018-01-19 16:44:08 +11:00
Gregg8
9a6b3f55ae Increased body text font from 12px to 14px, adjusted checkbox so it lines up and improved the input-text styling 2018-01-19 16:44:08 +11:00
Gregg8
4ee67221ad Added px and close-button to re-com (and fixed input-text bug re :box-sizing) 2018-01-19 16:44:08 +11:00
Daniel Compton
c527e7e09c Switch trace panel back to showing ms 2018-01-19 15:12:58 +13:00
Daniel Compton
d158576216 Fix count of traces 2018-01-19 12:11:55 +13:00
Daniel Compton
a627bc9a9f Make part between each data section white 2018-01-19 12:05:37 +13:00
Daniel Compton
b875832fb1 Update timing panel 2018-01-19 11:59:09 +13:00
Gregg8
894f566e87 Tidy up Subs 2018-01-19 09:39:30 +11:00
Daniel Compton
716b9459da Factor out tag component 2018-01-19 11:07:22 +13:00
Daniel Compton
4d6b99f9e3 Timing styles 2018-01-19 10:50:22 +13:00
Gregg8
5c3cba46f2 Applied all the nice new styling from appd-db to Subs 2018-01-18 18:40:11 +11:00
Gregg8
08fd487377 In app-db panel, made many fine adjustments to looks like the updated spec, buttons and hyperlinks now have hover styles 2018-01-18 18:37:20 +11:00
Daniel Compton
0f8adeeab5 Make expansion of each data component independent 2018-01-18 16:21:03 +13:00
Gregg8
b05ecb2250 Updated diff links 2018-01-18 14:02:36 +11:00
Gregg8
9568dbb6e3 Removed the margin around the green pod boxes 2018-01-18 13:57:20 +11:00
Gregg8
46c90fb504 Changed "ONLY BEFORE/AFTER" hyperlinks to open in a new page (and applied them to Subs page 2018-01-18 13:57:20 +11:00
Daniel Compton
c236d1ff63 Make subscription counts match visible pods 2018-01-18 15:12:59 +13:00
Daniel Compton
6b4bf37a21 Put debug panel behind closure define 2018-01-18 15:05:15 +13:00
Daniel Compton
15f35571f4 Group together run subs that were created 2018-01-18 14:33:43 +13:00
Daniel Compton
7a22921614 Warn if sub run multiple times (WIP UI) 2018-01-17 23:55:17 +13:00
Daniel Compton
96ab1730f9 Toggle subscription pods open and closed 2018-01-17 16:43:50 +13:00
Daniel Compton
18d0a9b145 Add setting to ignore unchanged layer 2 subscriptions 2018-01-17 13:44:05 +13:00
Gregg8
b07514d001 Made pod overflow more aesthetic 2018-01-16 17:33:10 +11:00