From: Vincent Vanwaelscappel Date: Tue, 4 Oct 2022 06:32:55 +0000 (+0200) Subject: wait #5502 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=557bab29ff84397c136e1279cdaf557b52530a29;p=eif-extranet.git wait #5502 @0.25 --- diff --git a/EIF-URW.zip b/EIF-URW.zip index db8c43e..ae2c207 100644 Binary files a/EIF-URW.zip and b/EIF-URW.zip differ diff --git a/_doc/SVG/Fichier 3.svg b/_doc/SVG/Fichier 3.svg index df4c5d3..5713b34 100644 --- a/_doc/SVG/Fichier 3.svg +++ b/_doc/SVG/Fichier 3.svg @@ -1 +1,4 @@ - \ No newline at end of file +docker volume create -d vieux/sshfs \ +-o sshcmd=root@godzilla.cubedesigners.com:/data/fluidbook/docs/ \ +-o IdentityFile=/docker/fluidbook-processfarm/ssh/id_rsa \ +test \ No newline at end of file diff --git a/js/script.js b/js/script.js index c4e7475..21cbe4a 100644 --- a/js/script.js +++ b/js/script.js @@ -154,8 +154,13 @@ $(function () { // Menu : passer le menu en mode compact $(document).on('click', '.toggle-menu', function () { $('body').toggleClass('menu-compact'); + localStorage.setItem('eif-menu-compact', $('body').hasClass('menu-compact') ? '1' : '0'); return false; }); + if (localStorage.getItem('eif-menu-compact') == '1') { + $('body').addClass('menu-compact'); + } _updateAfterDomChange(); + $('body').addClass('ready'); }); diff --git a/style/inc/common.sass b/style/inc/common.sass index 5d1d76b..14718f4 100644 --- a/style/inc/common.sass +++ b/style/inc/common.sass @@ -4,6 +4,11 @@ html, body, main body background-color: $background-color font-family: $font + opacity: 0 + transition: opacity 100ms + + &.ready + opacity: 1 .button border-radius: 6px