205 Commits

Author SHA1 Message Date
Daniel Compton
9cfe463d02 Add Reagent to source dependencies 2017-12-22 16:42:48 +13:00
Daniel Compton
ad7d7393c7 Add metamorphic event processing 2017-12-22 16:40:43 +13:00
Daniel Compton
76f8147f1d Reformat styles 2017-12-22 12:11:06 +13:00
Daniel Compton
2b62d0e2e4 Fixup checkbox styling 2017-12-22 12:11:06 +13:00
Daniel Compton
a3806a8afb Update logos and styles 2017-12-22 12:11:06 +13:00
Daniel Compton
38756239a7 Fill out settings panel 2017-12-22 12:11:06 +13:00
Daniel Compton
7746389741 Add placeholder namespaces for view and overview panels 2017-12-21 15:00:34 +13:00
Daniel Compton
a5c052fd59 Toggle settings 2017-12-21 14:57:46 +13:00
Daniel Compton
f7bdf6e414 Update styling to use blue modern 2017-12-21 14:57:39 +13:00
Daniel Compton
45809dddad Fix setting categories when reloading 2017-12-20 15:16:40 +13:00
Daniel Compton
1e83c2b337 Highlight events
Fixes #106
2017-12-19 21:48:08 +13:00
Daniel Compton
d5e8c154f2 Persist filter category settings to localstorage
Fixes #121
2017-12-19 21:21:16 +13:00
Daniel Compton
08c19d13b3 Hide :sub/create traces for cached subscriptions
Fixes #93
2017-12-19 21:05:38 +13:00
Daniel Compton
12b211657a Persist trace expansions when changing tab
Fixes #105
2017-12-19 21:01:07 +13:00
Daniel Compton
b378cb5f5a Only allow one time based filter at a time
Fixes #125
2017-12-19 20:42:30 +13:00
Daniel Compton
a122621e37 Lower count before expandable icon shows
Fixes #126
2017-12-19 20:39:21 +13:00
Daniel Compton
68d88cc94b Add (hidden) settings panel 2017-12-19 10:45:48 +13:00
Daniel Compton
aec228f816 Add "x" button to remove app-db panel paths 2017-12-11 14:38:19 +13:00
Daniel Compton
2edf0b843a Remove subvis panel and reorganise namespace layout 2017-12-11 14:03:33 +13:00
Daniel Compton
4fa6277dcd Disable loading snapshot when there isn't one, and tweak icon colours 2017-12-11 13:26:49 +13:00
Daniel Compton
0da5ee9522 Set objects properly, not with aset 2017-12-07 17:11:24 +13:00
Daniel Compton
d58b4b8628 Only sort subscriptions by sub key, not whole sub vector
Fixes #119
2017-12-07 16:40:32 +13:00
Daniel Compton
5bbe678856 Add new state snapshotting feature 2017-12-04 17:00:10 +13:00
Daniel Compton
4c4ecf9e49 Unset styles on before/after 2017-12-04 15:56:48 +13:00
Daniel Compton
9b1d77dc00 Improve app-db styling 2017-12-04 15:43:00 +13:00
Daniel Compton
86054ec1ad Update subs style 2017-12-04 15:43:00 +13:00
Daniel Compton
b5d5735b00 Split out colours to be used in other components 2017-12-04 15:43:00 +13:00
Daniel Compton
12542938a3 Add re-com v-box 2017-12-04 15:43:00 +13:00
Daniel Compton
5e4017cc94 Fix panel border not being shown correctly
Width was being rounded, and an extra 1% was added on, which meant you
would never see the scrollbars.
2017-12-04 13:53:29 +13:00
Daniel Compton
9d7be2c845 Reopen external window when reloading the application
Fixes #104
2017-11-27 16:39:23 +13:00
Daniel Compton
7d1062319d Comment out specs 2017-11-27 16:33:24 +13:00
Daniel Compton
4b86a36b66 Remove trailing hr from table
Fixes #116
2017-11-27 11:49:28 +13:00
Daniel Compton
1919827ea0 Fixup resetting styles 2017-11-24 16:48:52 +13:00
Daniel Compton
132dcd6b02 Update docs for using Garden 2017-11-24 16:26:49 +13:00
Daniel Compton
590343b36d Switch from Less to Garden 2017-11-24 16:16:23 +13:00
Daniel Compton
6128ec1901 Improve appearance of subscriptions panel 2017-11-23 10:03:03 +13:00
Daniel Compton
39d29f6252 Add bright yellow text when tracing is not enabled. 2017-11-22 15:02:52 +13:00
Daniel Compton
629406291f Depend on app-db for changes 2017-11-22 14:14:58 +13:00
Daniel Compton
77613b6fd2 Add initial subs panel 2017-11-21 14:45:18 +13:00
Daniel Compton
8b5f380232 Automatically expand app-db path when adding it to browser 2017-11-21 14:40:46 +13:00
Daniel Compton
9395e12c48 Show disposed subscriptions in the subs section 2017-11-17 15:52:57 +13:00
Daniel Compton
a6bf2be052 Save and load JSONML expansions to localstorage 2017-11-16 15:36:59 +13:00
Daniel Compton
87e5679ebb Persist app-db expansions
Uses the path through the hiccup as the expansion path. This means that
if the hiccup layout changes, the wrong item can be expanded. However
it is still better than the alternative, and can be improved in the
future.

Fixes #105
2017-11-16 15:33:07 +13:00
Daniel Compton
4d2db30dee Refactor CSS creation 2017-11-16 14:01:05 +13:00
Daniel Compton
fa4fca778c Check if JSONML object has body before expanding 2017-11-16 13:53:23 +13:00
Daniel Compton
7a8662edea Refactor naming to match JSONML spec 2017-11-16 13:49:52 +13:00
Daniel Compton
1a8ba45cad Print commas in cljs-devtools headers 2017-11-16 12:59:51 +13:00
Daniel Compton
19f52b49aa Refactor get object and config 2017-11-16 12:46:41 +13:00
Daniel Compton
9391d1c162 Preserve ordering of paths by storing as a list, not a set 2017-11-15 15:56:39 +13:00
Daniel Compton
0c42aff532 Use a re-com input box for searching 2017-11-14 15:52:43 +13:00