contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

Implemented current page title and uri in preview switch bar #1640

Closed Toflar closed 6 years ago

Toflar commented 6 years ago

Here's the implementation for https://github.com/contao/core-bundle/issues/1638.

Before:

screen shot 2018-07-25 at 01 10 35

After:

screen shot 2018-07-25 at 01 05 47

leofeyer commented 6 years ago

We can probably omit the "Preview" in the title:

However, long URLs will break the preview bar:

Maybe we can omit schema and host?

Toflar commented 6 years ago

screen shot 2018-07-25 at 09 21 47

Plus using the title attribute now so you can hover and always see the full URI.

Toflar commented 6 years ago

Endresult now:

screen shot 2018-07-25 at 09 30 41

leofeyer commented 6 years ago

Merged in contao/contao@45f9c69e032abe4f4fb8c09fab2f2b23bcd13309. Thank you @Toflar.