Review of "gTile" version 41

Details Page Preview

Tile windows on a grid

Extension Homepage
https://github.com/gTile

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

ewlsh active
Some JS tips if you want them, you should use [] instead of new Array() and for...in loops can be finicky and don't guarantee the order they'll iterate, generally array.forEach((element, index) => { /* ...code... */ }) is better.