app-router-examples icon indicating copy to clipboard operation
app-router-examples copied to clipboard

sidebar menu must always be visible

Open 11111000000 opened this issue 10 years ago • 3 comments

Now it doesn't look like SPA

11111000000 avatar Aug 12 '14 12:08 11111000000

update: visual reload now happens only on first click on menu. How to implement component preloading or something similar?

11111000000 avatar Aug 12 '14 12:08 11111000000

You can set up the layout however you want. The app-router-examples sidebar-layout use Polymer's layout elements. You can set it up to use any layout you want.

As for the fade-in on route change, that's the unresolved attribute set on the body https://github.com/erikringsmuth/app-router-examples/blob/master/hash-routing/index.html#L12. I'll try playing around with adding unresolved to the separate pages and see if that does anything.

erikringsmuth avatar Aug 12 '14 12:08 erikringsmuth

thanks!

11111000000 avatar Aug 12 '14 13:08 11111000000