299 Commits

Author SHA1 Message Date
Daniel Compton
c263846175 Autocompletion 2017-11-30 13:42:57 +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
Mike Thompson
aa00e585f5
Use the new tagline in the README 2017-11-26 07:45:16 +11: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
Mike Thompson
1854ca2081
Improve README comment on versions 2017-11-23 21:56:25 +11:00
Mike Thompson
20f644fc6a
Add note about re-frame version 2017-11-23 21:54:10 +11:00
Daniel Compton
89dc02c126 Update changelog 2017-11-23 10:18:49 +13:00
Daniel Compton
d380f08c0c Update changelog 2017-11-23 10:04:29 +13:00
Daniel Compton
75a8dc941d Version 0.1.14-SNAPSHOT 2017-11-23 10:03:51 +13:00
Daniel Compton
877a632d91 Version 0.1.13 0.1.13 2017-11-23 10:03:33 +13:00
Daniel Compton
6128ec1901 Improve appearance of subscriptions panel 2017-11-23 10:03:03 +13:00
Daniel Compton
065e5f8a50 Update changelog 2017-11-23 09:44:51 +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
Saskia Lindner
c7ffa124e0 Fix link to instructions in developers' readme 2017-11-22 09:13:51 +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
92fa6efb1b Update changelog 2017-11-16 17:00:27 +13:00
Daniel Compton
17c78e3acd Version 0.1.13-SNAPSHOT 2017-11-16 16:59:26 +13:00
Daniel Compton
46934d1f99 Version 0.1.12 0.1.12 2017-11-16 16:59:06 +13:00
Daniel Compton
8f4336e16d Add developer info about source paths
Fixes #42.
2017-11-16 16:27:36 +13:00
Daniel Compton
06a73af5ad Update CHANGELOG 2017-11-16 15:38:25 +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
Daniel Compton
dabd165295 Extract out subscriptions 2017-11-13 16:22:43 +13:00
Daniel Compton
1c456acaae Add a few re-com utilities 2017-11-13 16:22:36 +13:00
Daniel Compton
8727b556f8 Last of renames to app-db 2017-11-13 13:16:35 +13:00
Daniel Compton
e45d8598a6 Update changelog 2017-11-13 12:52:40 +13:00
Matthew Huebert
de58713e5b Add condensed pretty printing, and namespace aware truncation
Fixes #96, Taken from #100 and squashed into one commit. Fixes #100.
2017-11-13 12:50:13 +13:00
Daniel Compton
4a0c4e2673 Add a warning when the host page unloads
Fixes #102
2017-11-13 12:25:02 +13:00
Daniel Compton
e418ca820c Fixup resizer 2017-11-10 15:28:07 +13:00
Daniel Compton
182aefe538 Fixup returning bad ctx from fx 2017-11-10 15:20:26 +13:00
Daniel Compton
6e6744c146 Remove debug 2017-11-10 15:17:28 +13:00
Daniel Compton
de167f208c Fixup traces not being enabled on intial page load
This was relying on side-effects from rendering which no longer ran
in the re-frame world.
2017-11-10 15:13:33 +13:00
Daniel Compton
18331689e6 Add bottom margin to app-db data 2017-11-09 15:17:52 +13:00
Daniel Compton
7b23f85b2f Fixup flexbox styling
Fixes #97
2017-11-09 15:06:50 +13:00
Daniel Compton
d646c1bb4d Update CHANGELOG 2017-11-09 13:10:07 +13:00
Daniel Compton
94d0b38b04 Pop out traces into an external window
Fixes #92
2017-11-09 13:08:07 +13:00