agourlay / post-on-my-fridge

Fun content platform built with Akka and Ember.js
Apache License 2.0
21 stars 4 forks source link

Redesign post creation. #42

Closed agourlay closed 12 years ago

agourlay commented 12 years ago

Redesign post creation to avoid the total refresh of the page. It should be just in ajax.

On 'new post' drop 1) post creation on server. 2) clean 'new post' item and replace it on the left side. 3) re-init captcha (move captcha init to fridge init) 4) call javascript fridge initialisation.

agourlay commented 12 years ago

Done

agourlay commented 12 years ago

Finally done!