Giter VIP home page Giter VIP logo

smoothieware-webui's Introduction

smoothieware-webui's People

Contributors

imrahil avatar luc-github avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

smoothieware-webui's Issues

Cosmetic issue when lot of files in panel

Hi,
If there are lot of files, the list overload the panel instead of resize him:
image
It is just cosmetic - no functional impact
The ui is the one from my fork for ESP8266 but yours has same behavior - I am still learning angular, so did not found the way to resize when list is updated may be you are aware

display bug in jogdial.svg

The current highlight function is little bit buggy - it does not always disappear when moveout
image
There is a fix suggested by @treepleks to remove
<set attributeName="fill" to="orange" begin="mouseover" end="mouseout"/> and use css instead

path.std:hover {
            fill:orange;
        }
rect.std:hover {
            fill:orange;
        }

It fix issue on all browsers I have tested
do you want me to do a PR ?

How to build dist.zip ?

Hi I would like to port your great UI to work with the ESP8266 wifi module with smoothie board, everything is working natively but unfortunalty ESP file upload method is different than smoothieware one, it use normal file transfert methode instead of put all in header (luc-github/ESP3D#112).
I would like to modify the upload function present in your function.js but I cannot see the code in final package...
So sorry for asking, but how to build the dist.zip with minified files and obviously less files ?

Thanks in advance

why not limit output to index.html

after minifing css and js why not embedded them in final single index.html to follow the same logic ?
seems gulp-smoosher do Inline css and js links with file contents

https://www.npmjs.com/package/gulp-smoosher

I am not very familiar with gulp but I plan to apply this to smoothieware-webui for esp8266 as webserver do not handle too many connnection at once, so having 1 file is good - and esp webserver is able to handle .gz file so at the end I have index.hml.gz file for only 11.38 KB which is small footprint
I currently do the concat by hand with the dist.zip files content - but I will try to add the ultimate files fusion using gulp-smoosher, let me know if you are interrested I could push a PR to your github once done

Pre-generated

Hey.

Would you mind adding to the repo a pre-generated version for each language ?
That way folks just have to download/paste to their SD card.
If/when done, I'll add instructions on how to use this on the Smoothie wiki, and ask the community to test it ( if that's fine with you ).

Cheers, and very nice project :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.