From 7fc7f9d10eacc87d8aa5e0107f529bb177b63ee3 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 27 Aug 2015 22:52:30 +0200 Subject: [PATCH] Version React iso-fonctionnelle --- css/style.css | 5 - index.html | 32 +--- js/app.js | 242 ------------------------------ js/app.jsx | 116 +++++++++++++- js/components/app-item.jsx | 28 ++++ js/components/app-list.jsx | 23 ++- js/components/category-header.jsx | 23 ++- js/dom.js | 53 ------- js/{anim.js => mixins/animate.js} | 21 ++- js/util/index.js | 1 + js/util/system.js | 31 ++++ package.json | 2 - 12 files changed, 223 insertions(+), 354 deletions(-) delete mode 100644 js/app.js create mode 100644 js/components/app-item.jsx delete mode 100644 js/dom.js rename js/{anim.js => mixins/animate.js} (55%) create mode 100644 js/util/index.js create mode 100644 js/util/system.js diff --git a/css/style.css b/css/style.css index f9473f9..6739667 100644 --- a/css/style.css +++ b/css/style.css @@ -28,11 +28,6 @@ html, body { .launcher .category-header { padding: 40px 50px 0; font-size: 50px; - display: none; -} - -.launcher .category-header.visible { - display: block; } .launcher .category-header a.goback { diff --git a/index.html b/index.html index 73e552b..aad2c75 100644 --- a/index.html +++ b/index.html @@ -7,37 +7,7 @@
- - - - - - - - - +