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.
Make the status box an ajax type thing that edits the page status
Remove status box in favor of a drop-down box with the status choices
Add an additional link near the 'edit' and 'delete' buttons that allow user to toggle the status
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.
Any other ideas?