rsms

Manage posts in Gitblog web admin UI

The latest version of Gitblog got a new posts manager, which has been inspired by the inbox of Google Mail.

As a post can be in several states (and versions) at the same time, I had to use multiple dimensions of visual cues – row colors, labels (“Draft”, the “scheduled” clock) and hierarchical rows in the case when there is a work version alongside a cached version.

To get this feature, simply perform a git pull in your gitblog directory:

cd path/to/my/blog/gitblog
git pull