mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
cursor: hint for stickers
This commit is contained in:
parent
45fd758c1d
commit
d248b679ed
9 changed files with 80 additions and 24 deletions
27
src/index.js
27
src/index.js
|
@ -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}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue