]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6541 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Dec 2023 17:37:08 +0000 (18:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 1 Dec 2023 17:37:08 +0000 (18:37 +0100)
public/packages/fluidbook/toolbox/css/audit.css [deleted file]
public/packages/fluidbook/toolbox/css/audit.css.map [deleted file]
public/packages/fluidbook/toolbox/css/audit.less
public/packages/fluidbook/toolbox/css/context-menu.less
public/packages/fluidbook/toolbox/css/delivery.less
public/packages/fluidbook/toolbox/css/loader.less
public/packages/fluidbook/toolbox/css/stats.less
public/packages/fluidbook/toolbox/css/style.less
resources/views/fields/fluidbook_composition.blade.php

diff --git a/public/packages/fluidbook/toolbox/css/audit.css b/public/packages/fluidbook/toolbox/css/audit.css
deleted file mode 100644 (file)
index a695ee5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-h2 {
-  margin-top: 30px;
-}
-.la-exclamation-circle,
-.la-exclamation-triangle {
-  font-size: 20px;
-}
-.la-exclamation-circle {
-  color: #c00;
-}
-.la-exclamation-triangle {
-  color: #f7a307;
-}
-.message {
-  text-align: center;
-  font-size: 130%;
-  margin-top: 60px;
-}
-/*# sourceMappingURL=audit.css.map */
\ No newline at end of file
diff --git a/public/packages/fluidbook/toolbox/css/audit.css.map b/public/packages/fluidbook/toolbox/css/audit.css.map
deleted file mode 100644 (file)
index e6492ef..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["audit.less"],"names":[],"mappings":"AAEA;EACI,gBAAA;;AAGJ;AAAwB;EACpB,eAAA;;AAGJ;EACI,WAAA;;AAGJ;EACI,cAAA;;AAGJ;EACI,kBAAA;EACA,eAAA;EACA,gBAAA","file":"audit.css"}
\ No newline at end of file
index b31cec7ea6d762e47ef85545259a47a2c5b41664..9c33522f4b0e1cf4a81c3d3f51ae0dfcb05385b1 100644 (file)
@@ -21,3 +21,4 @@ h2 {
     font-size: 130%;
     margin-top: 60px;
 }
+
index 461d879430732875c93f823ca25e73b2d34599fb..1571b5b55736bee1e9f0b28374f0cd1fb9bda22a 100644 (file)
@@ -23,3 +23,4 @@
     font-weight: 600;
     text-align: center;
 }
+
index 61125f89523b123c7ebd515385e7cac3b6d7f5ef..ac120e1c81dca70f0c9fd30367648dc3346c63a9 100644 (file)
@@ -331,3 +331,4 @@ html,body {
     /* Custom pairs */
     --space-32-54: clamp(2.00rem, calc(1.73rem + 1.38vw), 3.38rem);
 }
+
index d205a90d3a8a50a4eb73aabcf7facd141dd670cc..8260abdeaa2236f7e543bf6a1ecd910d53b58294 100644 (file)
@@ -76,3 +76,4 @@
     }
 }
 
+
index f94cc049cbe44dc3ec17d59123bd95c2c70957cf..d88ae6f509529f28360e976aa4a7019c261defa9 100644 (file)
@@ -150,3 +150,4 @@ table.stats-details {
         }
     }
 }
+
index a76c30376ce63c863222ab83aed63e7766ae9df8..a3fdedff1469d10c1556b147ebb54f0453e44e23 100644 (file)
@@ -19,6 +19,7 @@
 @sidebar-breakpoint: ~"(max-width:991.98px)";
 @sidebar-over-breakpoint: ~"(min-width:991.98px)";
 
+
 body {
     background-color: #fafafa;
 }
index e832e51998023c9900d2adc22e9f48e63b7aa889..7f5d037ffb398d8ccc94529272121dc99ce558d1 100644 (file)
                             success: function (data) {
                                 var uploadID = data.uploadID;
                                 conversionDocument = data.document;
+                                console.log('update progress bar', uploadID);
                                 updateProgressBar(uploadID);
                             },
                             uploadProgress: function (event, position, total, percentComplete) {
                                     message = '{{__('Initialisation de la conversion')}}';
                                     progress = 1.05;
                                 }
+                                console.log('show progress bar', message, progress);
                                 showProgressBar(message, progress);
                             },
                             error: function (data) {
                                     type: 'error',
                                     text: '{{__('Une erreur s\'est produite lors du chargement du document')}}',
                                 }).show();
+                                console.log('hide progress bar');
                                 hideProgressBar();
                             }
                         });