Refactored the design of the webmentions this morning. I added the number of un-reviewed webmentions at the top and put them in a details/summary tag. The author name links to their homepage. Below that is a link to the webmention source displaying only the domain.

Reviews are handled via a big thumbs up or thumbs down on the far right. This bit isn't hooked up yet, but it will be soon enough. I also added a button to quickly take you to the new status page.

Webmentions refactored


Next I need to add an api / view to handling the approval / disapproval click. And a menu item on the left to view all webmentions would be handy as well.
Interactions
7
  • Just finished shipping a webmention endpoint in Tanzawa. Actual display of webmentions is a task for another time as it turns out to be quite complex.

  • In reply to: πŸ”Tanzawa... For example a "like" doesn't necessarily have an author name, just a url. Or even no author at all. How do I display these? Do I just not display them? All pages sending webmentions should include author details, if they don't then the site's microformats aren't correctly set up. The liked URL should be marked with 'u-like-of' by the sender and detected as 'like-of' when checking them. If they are detected as a like but with no other details perhaps a counter could be used but I personally wouldn't display them as it is getting away from the cross-site communication ideal of the indieweb.

  • Shipped my new webmentions dashboard in Tanzawa. You can see a preview of them on this post on the Tanzawa development blog.