-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to latest bootstrap, jquery, filesaver. #238
Conversation
Switched from glyphicons to bootstrap icons. This will allow us to switch to "vanilla" JS & remove jquery. Hide the import/export accordion until the app is loaded. Use enableCORS, remove individual CORS headers.
which were trying to load local css & js, which does not currently work. Removed isotope library, used bootstrap grid instead. Query product for info & simple page titles. Removed target="_blank" from navbar links.
Hi Jason, The UI looks much cleaner. Well done! Q: Is there any reason not to just use the version that is on the local file system? I also put my LEDs on an isolated network, and in many places, people pay for all data transferred (no flat rate internet). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to expose my ignorance about HTML/JS coding....
- See comment ... debugging data left in accidentally?
- Are all five versions of the
glyphicons
file required?
Thanks!
Yes, the local file system static files are not currently being served correctly. See #231 (comment) |
Inlined a few styles to compensate for local static file problem. Fixed info softAPMacAddress label.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: my review is cursory at best, due to my limited expertise in the HTML/JS.
The look of the web app didn't change drastically.
Before:
After: