cursor: hint for stickers

This commit is contained in:
muerwre 2018-12-07 14:00:07 +07:00
parent 45fd758c1d
commit d248b679ed
9 changed files with 80 additions and 24 deletions

View file

@ -1,14 +1,29 @@
/*
todo shot mechanism (50%)
done shot mechanism (100%)
done client-side shot mechanism
todo croppr.js
todo shot stickers
done croppr.js
done shot stickers
todo progress
todo hotkeys via sagas
todo map catalogue
todo public maps
todo map search
todo map lazy loading
todo map preview on save
todo tooltips
todo better poly editor https://github.com/SupriyaSudhindra/leaflet-editable-polyline
todo network operations notify
todo delayed notify (delay(2000).then(showLoadingMsg))
todo network error notifications
todo check canvas support at startup
todo check osrm is up
todo better loader screen
todo network errors handling on startup
*/
import React from 'react';
import ReactDOM from 'react-dom';
@ -16,11 +31,7 @@ import ReactDOM from 'react-dom';
import { App } from '$containers/App';
import '$styles/main.less';
// import 'raleway-cyrillic/raleway.css';
// import 'typeface-pt-sans';
import { Provider } from 'react-redux';
// import { ConnectedRouter } from 'react-router-redux';
import { PersistGate } from 'redux-persist/integration/react';
import { configureStore } from '$redux/store';
@ -35,5 +46,3 @@ export const Index = () => (
);
ReactDOM.render(<Index />, document.getElementById('index'));
// <PersistGate loading={null} persistor={persistor}>