MycroftAI / mycroft-gui

The Graphical User Interface used by the Mycroft Mark II and more
Apache License 2.0
167 stars 57 forks source link

Feature/cleaner gui #14

Closed forslund closed 5 years ago

forslund commented 5 years ago
forslund commented 5 years ago

The elements remains but are hidden, incase we want to revert one or more of these.

notmart commented 5 years ago

the back button comes from the older revision, so is pretty much dead code (should be removed rather than hidden), it will need something that does this action in some way, but will need to be designed i guess.

About removing the parallax of the background i guess a design discussion should happen.. I'm not married to that parallax thing, tough if removed the way the image is loaded and scaled/cropped should be a bit different

forslund commented 5 years ago

Points well made. I only hid these so things could be easily reverted.

notmart commented 5 years ago

I'll have to fix it then. by actually removing that dead code and changing the background to use anchors which should simplify the code a bit

notmart commented 5 years ago

so, commit 1c74fe412a507 makes use of anchors and cropping in the image elements, which makes for more efficient code even tough same look