diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-11-24 18:05:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-12-16 17:58:16 +0000 |
commit | cbdfcad63e598447c318ce78738d477383f273d7 (patch) | |
tree | 3b9b8c9a807beae1d340916eee94e3083f8857ac /README.md | |
parent | 749fe96b5b987bec29fb608acfcbdb81e57aaebf (diff) |
Add multiple photo upload support.
Three file inputs, progressively enhanced with dropzone.
This moves the photo input higher up, so that photos can upload while
you're filling out the form. It standardises and improves photo error
handling.
[fixmystreet.com] Guidance for what photos should and shouldn’t include.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,8 @@ We've extracted all of the mobile apps from this repository into the ## Releases * master (development) + - Front end improvements: + - Add multiple photo upload support, with new UI. #190 - Performance improvements: - Reduce memory usage. #1285 - Bugfixes: @@ -48,6 +50,7 @@ We've extracted all of the mobile apps from this repository into the - Prevent SVG chevron being stretched in Firefox. #1256 - Better display/internationalisation of numbers. #1297 - Fix cobrand restriction of My/Nearby. #1289 + - Don't have hover state on disabled buttons. - Development improvements: - Add generic static route handler. #1235 - Store reports summary data by cobrand. #1290 |