Phil Gyford
Phil Gyford
Some fixes to get this working on Wagtail 2 (I'm using Wagtail 2.4 and Django 2.1). * Fix imports that broke from Django 2.0+ (the fixes should still work with...
I've had coverage and coveralls working fine in [a GitHub Action](https://github.com/philgyford/django-hines/blob/main/.github/workflows/main.yml). I recently changed where I keep coverage's config, from `setup.cfg` to `.pyproject.toml`, and installed `coverage[toml]`. But now when coveralls...
Although there's stuff in the README about custom forms and the custom widgets, I couldn't see anything about what to do if you're using `multi=True`. I've got it working, but...
e.g. Safari on macOS, more margin on right: 
> I use Android 9 and in both Firefox and Chrome, it simply doesn't seem to work properly for me. The animations and 'button'/article length things work, and I can...
* Stop relying on iphone/ipad classes (except where they indicate feature changes) and instead use media widths * Drop IE6 support(!) * Generally modernise things * Use Sass?
eg, http://matt.might.net/articles/how-to-native-iphone-ipad-apps-in-javascript/
Not sure how feasible it is, or how difficult. Not sure I'll ever get round to it, but noting it as a nice-to-have feature. Suggested by Jeff Cole.