fhstp-mfg / mobilot

Mobilot is a web and mobile app for easily creating context-oriented content.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Drag and Drop on mobile devices #30

Closed abisz closed 7 years ago

abisz commented 8 years ago

Delayed (as not totally necessary)

miclaus commented 8 years ago

React is now implemented on branch init-react since 1ebfa44.

The main React file is unter public/app/app.react.js and compiles and bundles everything required to public/assets/js/react.bundle.js.

We write React in ES6 (stage-2) and JSX code, which have to be compiled running:

npm run watchify

TIPP: Create an alias for your terminal.

alias nrw="npm run watchify"
miclaus commented 8 years ago

Okay, so I tried a few things and we should postpone React usage until we have a good way to structure components and use JSX. Without JSX I don't see a chance using it productively!

Therefore I'm moving this to v1.1

miclaus commented 8 years ago

Posponed, see d1cecfa for current code examples.

doomsayer2 commented 7 years ago

Fixed all and visual enhancements. Also working for menu, categories and stations, but for editor only on non mobile devices. All other works mobile and desktop.

doomsayer2 commented 7 years ago

Works now too for elements in editor.