@@ -24,6 +24,7 @@ Comparison of functionalities: Denser vs Condenser<br>
| ✗ | Creating Posts | Creating post with markdowns in the post summary should be disabled | | Possible |**BUG**:<br>Expected error message as in Hive Blog<br> |
| ✗ | Creating Posts | Additional author shouldn't accept special characters as @ and # | | Possible |**BUG**:<br>Expected error message as in Hive Blog<br>Compare:<br><br> |
| ✗ | Creating Posts | Advanced setting ||| **Not supported yet** - There is only form<br> |
| ✗ | Creating Posts | Advanced setting - Tooltip after hovering to Advanced setting link|||  |
| ✓ | Upvote | Upvote by clicking icon in the card of the post in the post list | Works | Possible | **FIXED** Sometimes parts of the icon disappear<br> |
| ✓ | Upvote | Upvote two times the same post by icon in the card of the post in the post list| **Fixed** Now it is <br><br> It was worked<br>(`Your current vote on this comment is identical to this vote.` is showed.)<br> | Impossible<br>(`Transaction Error: undefined` in the console) | Now is error message is ok:<br> |
| ✗ | Upvote/Downvote | Upvote and next downvote the same post on the posts list | **BUG** It does not show any error message and downwote request is sent.<br><br>**It was like below:**<br> Impossible<br>(`Transaction broadcase error` popup is showed) | Impossible<br>(`Transaction Error: undefined` in the console) | **TO DO** Steps:<br>-Upvote post<br>-Downvote the same post (Remove your vote confirm dialog is triggered)<br><br>If you click ok your vote will be cleared (weight 0)<br>-Click second time Downvote (Confirm downvote dialog should be shown)<br><br>If you click ok you downvote this post (weight: -1000) |