publiclab / mapknitter

Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
http://mapknitter.org
GNU General Public License v3.0
267 stars 210 forks source link

Ensure a refresh is not required to see "Downloads" that result from an export #597

Open jywarren opened 5 years ago

jywarren commented 5 years ago

We should be refreshing the Exports menu on the fly if an export completes. I think this could be done in:

https://github.com/publiclab/mapknitter/blob/main/app/views/maps/_sidebar_exports.html.erb

The template partial is: https://github.com/publiclab/mapknitter/blob/main/app/views/maps/_exports.html.erb

But it's loaded from:

https://github.com/publiclab/mapknitter/blob/main/app/views/layouts/knitter2.html.erb

jywarren commented 5 years ago

It could use some styling help as well!!!

image

Danielshow commented 5 years ago

Hey @jywarren, is this still open? I can work on it.