Andrew Bone

Results 52 comments of Andrew Bone

In the hbs files, we have 36 unique icons, 27 of which work fine in FA5. I've made a list of them all and included the new names for the...

`TinyPNG` uses https://pngquant.org/, which is open source, provided people don't mind their server doing some extra crunching during the build we should be able to include `pngquant` directly. https://www.npmjs.com/package/pngquant or...

Just adding my support for this feature 👍

To do a drag and drop file uploader we would need, Drop event: https://developer.mozilla.org/en-US/docs/Web/API/Document/drop_event Data transfer: https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer File API: https://developer.mozilla.org/en-US/docs/Web/API/File All of which are IE 10 and above. Here's Mozilla's...

OK, I've moved it over to Font Awesome and made sure it works in IE and Edge. ![password_reveal_fa](https://user-images.githubusercontent.com/3534427/60979592-e2c49a00-a32a-11e9-9e97-41e41f38c679.gif) I'll do another PR for the user profile icon.

@canstudios-nicolaw sorry, I've only just noticed your response I've made another PR #2384

I'd guess adapt_authoring/frontend/src/core/less/forms.less We'd have to change the templates so the styles could be a little more generic but that's fine.

The third location in the original Issue is `adapt_authoring/frontend/src/modules/userManagement/` so outside of the user directory might be best, if we want to use the same styles again, of course.

I think we're there 🙂

@tomgreenfield Google login forms (like Gmail) have a way to reveal passwords, though I can't find anything about it in the material spec. Also, as @canstudios-nicolaw said Edge and IE...