diff --git a/README.md b/README.md index bf5f7e1c..d4609cf2 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,12 @@ Checklist - [x] Request invite code - [x] Request user object itself - [x] Load the metacodes - +- [x] move ImportDialog lightbox into main app - [x] create topic form + - [ ] create synapse form -- [ ] move ImportDialog lightbox into main app +- [ ] replace old loader with react loader +- [ ] ensure exports of maps work - [ ] Notifications: make sure notifications either look nice, or redirect - [ ] Notifications: pagination - [ ] Get actioncable working diff --git a/src/Metamaps/GlobalUI/ImportDialog.js b/src/Metamaps/GlobalUI/ImportDialog.js index c253512d..babe9862 100644 --- a/src/Metamaps/GlobalUI/ImportDialog.js +++ b/src/Metamaps/GlobalUI/ImportDialog.js @@ -1,36 +1,14 @@ /* global $ */ -import React from 'react' -import ReactDOM from 'react-dom' -import outdent from 'outdent' - -import ImportDialogBox from '../../routes/MapView/ImportDialogBox' - -import PasteInput from '../PasteInput' import Map from '../Map' const ImportDialog = { openLightbox: null, closeLightbox: null, - init: function(serverData, openLightbox, closeLightbox) { const self = ImportDialog self.openLightbox = openLightbox self.closeLightbox = closeLightbox - - $('#lightbox_content').append($(outdent` -
To upload a file, drop it here:
+See docs.metamaps.cc for instructions.
+To upload a file, drop it here:
-See docs.metamaps.cc for instructions.
-