Results 7 issues of Joe Strong

When reviewing cards I got a crash in 2.1.26 (previous stable). The popup saying morphman was skipping cards came up at the same time. My distro has only just released...

When the browser window isn't large enough, the image preview in the image picker can cause horizontal scrollbars to appear. There is now a max-width to prevent the image size...

Fixes size and spacing of admin sidebar icons so it looks nice, and more like the original AdminLTE theme Before: ![Screenshot from 2021-10-29 23-33-53](https://user-images.githubusercontent.com/1587455/139508432-1dd18ef6-5cba-4825-8883-8759856595dc.png) After: ![Screenshot from 2021-10-29 23-32-41](https://user-images.githubusercontent.com/1587455/139508422-a93f457b-7fbf-41f7-9a8d-990c7ce5f5c4.png)

When you insert an image into CKEditor from the media library, it will automatically populate the alt attribute, based on what's set as the alt attribute in the media library

A solution to issue #813 , and supersedes pull request #815 Changes: - Upgrades docker ubuntu version from 16.04 to 18.04 (16.04 no longer maintained) - Passes `DEBIAN_FRONTEND=noninteractive` flag during...

Addresses issue #15 by making the call to the external file asynchronous. All the demos still work as before, however as it's asynchronous now, if you need to know when...