Aggregate player comments and split via tabs in the comment div. WIP.#136
Aggregate player comments and split via tabs in the comment div. WIP.#136mizaki wants to merge 2 commits intoarnecls:masterfrom
Conversation
|
First: Thanks for the pull request. |
|
Sounds good. I was wondering about the logging myself but started small. All it does is make three tabs in the raid comment div: Raid, Player and Cancelled, with a count for the player notes. It kind of drives me crazy clicking notes atm because the double click picking/unpicking is not a double click event. Click on one comment and then click another and you've picked/unpicked someone. :) |
|
you can see a simple comment function in my latest commit in a fork: |
This is a quick knock up of the idea to make player comments easier to read. I'm not sure where you would like the function put (guessing not in the display function?). I also had to replace jquery-ui to add the tab function (I just added everything for my ease).
Thoughts?