Closed mgieseking closed 4 years ago
Home button takes you back tot he main page
When I currently see the old screen shots I'm not sure if it will look nice when the name is to the left, since it is too long. When I remember correctly you said that centered is not possible? Currently, I don't know what's the best.
I added some of the parts quite hacky. Obviously, you can do what ever you want with this. Otherwise further improvements would be:
I like what you did here, it makes it a bit closer to the standard Material Design web app UI when the bar stretches across the whole screen.
I had a look at implementing your 3 ideas:
I think it will be difficult to make the middle item unselectable. The library I made the menu with seems not to be made with that use case in mind. If I had a lot of time on my hands, I could monkey patch it, but I probably won't get to it before we turn in the artifact.
Putting icons in the menu items also seems to be quite difficult without patching the library. The text is strictly a string; see the line {{label}}
in this file https://github.com/michitaro/vue-menu/blob/master/src/menubaritem/index.vue. We would have to patch the DOM to insert a SVG element there instead.
I did lower the main content :) in 08aaa30c00d6025d4ad670bc9be1d5554d5da649
* I think it will be difficult to make the middle item unselectable. The library I made the menu with seems not to be made with that use case in mind. If I had a lot of time on my hands, I could monkey patch it, but I probably won't get to it before we turn in the artifact.
OK, this sounds intricate, but would it be possible to change the css for hover over, so that it don't changes the color ;)?
U are right, I did it :) thanks for the idea
Possibly with CSS tricks I can do the github icon as well, but I will save that for later.
There are some ideas to improve the bar: