From f14b6d4bbf870b887fb712b41f749da3b5bb4ef0 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 17 Apr 2018 17:38:32 +0200 Subject: [PATCH] [scss.container.list] fixed layout + added togglable arrows for filtering (ordering actually) + [ue.manage] added back button --- public_html/asset/svg/back.svg | 44 ++++++++++++++++++++++++++++ webpack/component/ue/manage.vue | 32 +++++++++++++++----- webpack/scss/container/list.scss | 44 ++++++++++++++++++---------- webpack/scss/global/before-icon.scss | 23 +++++++++++++++ 4 files changed, 121 insertions(+), 22 deletions(-) create mode 100644 public_html/asset/svg/back.svg diff --git a/public_html/asset/svg/back.svg b/public_html/asset/svg/back.svg new file mode 100644 index 0000000..c48c3f5 --- /dev/null +++ b/public_html/asset/svg/back.svg @@ -0,0 +1,44 @@ + +image/svg+xml \ No newline at end of file diff --git a/webpack/component/ue/manage.vue b/webpack/component/ue/manage.vue index 319ec41..e77aad4 100644 --- a/webpack/component/ue/manage.vue +++ b/webpack/component/ue/manage.vue @@ -5,13 +5,17 @@
+
+ +
+
-
enseignant
-
-
volume horaire
-
formations
+
enseignant
+
+
volume horaire
+
formations
@@ -47,7 +51,13 @@
+ :data-id='c.idCours' + data-anim-incoming='1' + :data-anim-bounce='gstore.nav_anim.out?1:0' + + :data-vol='c.volume' + :data-form='c.formations.join(`|`)' + data-typ='cm'>
@@ -117,7 +131,11 @@ v-for='(tp,i) in gstore.manage.tp' :data-id='tp.idTP' data-anim-incoming='1' - :data-anim-bounce='gstore.nav_anim.out?1:0'> + :data-anim-bounce='gstore.nav_anim.out?1:0' + + :data-vol='tp.volume' + :data-form='tp.formations.join(`|`)' + data-typ='td'>