Codrspace / codrspace

The blogging platform for coders.
http://codrspace.com
Other
35 stars 13 forks source link

Allow users to easily publish/draft post when viewing it #29

Open durden opened 12 years ago

durden commented 12 years ago

Currently there is a box at the top of a post that says 'published' or 'draft' depending on the status of your post. This box changes colors on hover, which makes me think it's clickable, which it isn't. So, we should make it clickable since this provides a nice way for a user to immediately draft/publish the currently viewed post without having to click 'edit', find the box for status, change it, then click save.

I think this little change can be done several ways.

  1. Make the status box an ajax type thing that edits the page status
  2. Remove status box in favor of a drop-down box with the status choices
  3. Add an additional link near the 'edit' and 'delete' buttons that allow user to toggle the status

Any other ideas?