From f1dc0a629a2e03b49282b171e1558a270bf2e489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 8 Mar 2013 21:05:53 +0100 Subject: [PATCH] Fixed state information for gcode file upload. Now offers some status text that gives feedback whether file is still uploading to the server or being saved to disk on the server. --- octoprint/static/css/octoprint.less | 7 ------- octoprint/templates/index.html | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index 6ac2051..1092137 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -245,13 +245,6 @@ ul.dropdown-menu li a { } } -#gcode_upload_progress .bar { - -webkit-transition: width 0s linear !important; - -moz-transition: width 0s linear !important; - -o-transition: width 0s linear !important; - transition: width 0s linear !important; -} - /** Controls */ #controls { diff --git a/octoprint/templates/index.html b/octoprint/templates/index.html index 0daacf0..57e2674 100644 --- a/octoprint/templates/index.html +++ b/octoprint/templates/index.html @@ -136,7 +136,7 @@
-
Loading ...
+
Hint: You can also drag and drop files on this page to upload them.