olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7k stars 1.97k forks source link

Little things #994

Closed Falconpage closed 6 years ago

Falconpage commented 6 years ago

Hi,

Thanks for the hard work done on this Metro 4 framework.

I hope you will understand everything.

olton commented 6 years ago

@Falconpage Thanks. Metro 4 Build 4.0.0 - 583 beta 1) use methods: open(), close() 2) fixed 3) please create pen on codepen.io with your problem 4) - 5) I created fallback for ie11 to floated blocks 6) I added option header format. Use data-header-format="%A, %e %b"

Falconpage commented 6 years ago

Thanks for your quick reply. My codepen : https://codepen.io/Falconpage/pen/zRmpJO

olton commented 6 years ago

@Falconpage v-menu and d-menu fixed, thanks. Wait for cdn upd to v4.0.0-584-beta

Falconpage commented 6 years ago

Thanks, great job !

  1. It works, perfect

  2. Tested, nice.

  3. Tested, thanks

  4. It works on IE11

  5. Great, nice to be able to modify this.

  6. For the tiles, can you add an option to disable th animation when tile clicked -> need an option to disable this : tile.addClass("transform-" + side);

Thanks again for the great work you have done with Metro4

olton commented 6 years ago

@Falconpage I added option canTransform to tile. Set to false to disable tile.addClass("transform-" + side);

<div data-role="tile" data-can-transform="false">

Check for build 4.0.0-586-beta

Falconpage commented 6 years ago

Perfect ! Thanks.