Commit Graph

101 Commits

Author SHA1 Message Date
mike-thompson-day8 f69b7cd332 Move examples to v0.3.1.
Plus undo previous mistaken checkin to todomvc
2015-04-17 22:42:46 +10:00
mike-thompson-day8 a12267308e v0.3.1 2015-04-17 22:34:40 +10:00
mike-thompson-day8 f9ae1c2923 Improvements to simple example 2015-04-17 22:22:43 +10:00
mike-thompson-day8 158bc56d4a Fix #32 2015-04-16 00:22:40 +10:00
mike-thompson-day8 3ff4625104 Merge branch 'master' of https://github.com/Day8/re-frame
Conflicts:
	examples/todomvc/src/todomvc/db.cljs
2015-04-16 00:05:09 +10:00
mike-thompson-day8 1d2682e887 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-13 23:31:08 +11:00
mike-thompson-day8 7b43ca7464 Use the latest reagent 2015-03-13 23:30:39 +11:00
Stuart Mitchell 6cb43207ec better printing of errors from re-frame 2015-03-11 16:46:16 +13:00
Stuart Mitchell 450c95eee6 Changed the key name in local storage to conform to todomvc spec 2015-03-10 12:16:58 +13:00
mike-thompson-day8 188c25c953 Improve TodoMVC comment 2015-03-09 16:38:14 +11:00
mike-thompson-day8 d875be528f Improve the way todoMVC uses localstorage 2015-03-09 16:30:03 +11:00
mike-thompson-day8 ec0b383ed3 Rework todomvc history 2015-03-07 21:36:17 +11:00
mike-thompson-day8 c50f88caf0 move on to 0.3.0 2015-03-07 21:35:55 +11:00
mike-thompson-day8 030e57135f Add comments to todomvc 2015-03-07 18:10:17 +11:00
mike-thompson-day8 46b8848f3b And we're there. TodoMVC working. 2015-03-07 00:39:09 +11:00
mike-thompson-day8 9bb1b4e459 Start to simplify todomvc 2015-03-06 18:10:18 +11:00
Stuart Mitchell 2551c6fcb4 merge 2015-03-06 17:34:31 +13:00
Stuart Mitchell 563389599f added routing to todomvc 2015-03-06 17:30:31 +13:00
mike-thompson-day8 a7359eca70 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-06 11:40:39 +11:00
mike-thompson-day8 f0fbea41a9 Various 2015-03-06 11:40:30 +11:00
Stuart Mitchell ce94aa422a moved simpleexample to 0.2.0 2015-03-06 13:09:40 +13:00
mike-thompson-day8 94afb7a7a1 Switch to renames. 2015-03-05 11:57:00 +11:00
mike-thompson-day8 c4b3e0f8f8 Try to add localstorage middleware. Failed because keywords are turned into strings. Duh! 2015-03-05 10:41:20 +11:00
mike-thompson-day8 44ad078cbb Use new cljs macro magic in requires 2015-03-05 10:38:04 +11:00
mike-thompson-day8 907e013d5a Add a reminder 2015-03-05 10:37:38 +11:00
mike-thompson-day8 075393d164 Comment out deliberate error in todomvc 2015-03-05 00:50:40 +11:00
mike-thompson-day8 c116d01a87 Use localstorage ... WIP 2015-03-05 00:47:56 +11:00
mike-thompson-day8 29e36eb862 Add localstorage stuff 2015-03-05 00:47:35 +11:00
mike-thompson-day8 1491d78a43 Correct todos 2015-03-05 00:45:46 +11:00
mike-thompson-day8 9b220f931c Improve todomvc readme 2015-03-05 00:45:33 +11:00
mike-thompson-day8 248faf9e66 todomvc 2015-03-05 00:02:05 +11:00
mike-thompson-day8 aae13840ba Add explanation on schema 2015-03-04 23:59:10 +11:00
hipitihop 1eadd5ea0d add prismatic schema def WIP 2015-03-04 12:04:10 +10:00
mike-thompson-day8 8742e8aa65 Use the latest todomvc CSS 2015-03-03 13:16:10 +11:00
mike-thompson-day8 26477ff159 Begin readme work 2015-03-03 13:15:56 +11:00
mike-thompson-day8 1d92bd7b3c Split todomvc into bite sized namespaces 2015-03-03 13:15:44 +11:00
mike-thompson-day8 a00f9f67ad todomvc closer 2015-03-03 01:03:23 +11:00
mike-thompson-day8 d896189503 Todomvc still busted -- will fix that next. 2015-03-02 23:56:43 +11:00
mike-thompson-day8 bd492d1272 Take out figwheel for the moment, it is annoying me. 2015-03-02 23:56:05 +11:00
mike-thompson-day8 ecc469ff82 Remove initially shown text in HTML 2015-03-02 23:55:26 +11:00
mike-thompson-day8 88e1618b5a As before 0.2.0 2015-03-02 23:01:56 +11:00
mike-thompson-day8 9e85e8b7d6 Rename HTML 2015-03-02 23:00:57 +11:00
mike-thompson-day8 497926e4b4 Bootstrap todomvc correctly. 2015-03-02 07:58:07 +11:00
mike-thompson-day8 9040937702 Better loading of todomvc 2015-03-02 07:56:47 +11:00
mike-thompson-day8 42d1d9e0e6 Further iteration on todomvc 2015-02-27 02:06:23 +11:00
Stuart Mitchell 87cd7a4c0f use lets in subscriptions in the todomvc example 2015-02-26 17:04:40 +13:00
Stuart Mitchell ff0d33e936 moved examples to 0.1.8 2015-02-26 16:23:03 +13:00
Stuart Mitchell aa0f9fc4d2 changed location of initization 2015-02-26 15:35:01 +13:00
Stuart Mitchell 7ba420ee33 added todomvc example 2015-02-26 14:51:59 +13:00
Stuart Mitchell 057639f3e8 moved example to re-frame 0.1.7 2015-02-26 11:38:22 +13:00
Stuart Mitchell 774de39e6c added an example 2015-02-25 14:31:11 +13:00