* load messages per conversation
* only sort ones in ui
* add contributor to message
* fix correct message layout/message
* mugenScroll on chatMessages
* fix lint, no mugen-scroll, use own scroll handler
* fix height / margin of modal + use button to load more
* fix tests
* user data from inbox
* style "load earlier messages"
* move mapMessage to the inbox api result / extract sentMessage of members-api-controller
* fix test back
* fix test
* keep last scroll position
* just set the Id of the returned message instead of all other properties
* fix add new messages (buttons were hidden) + load more
* item-mounted debounce to trigger the re-scrolling
* Add arrow buttons to sub-items
* Fix mistyped in width
* Add 'v-once' to never changing elements(icons)
* Add animation and ability to close tabs
* Fix typo in rotate
* Only 1 opened tab
* Add animation to dropdown elements
* Close menu after clicking tab
* Improved closing the menu after clicking on links
* Remove browser prefixes
* Add 'active' class to some tabs after clicking
* Return ability to open tabs from Desktop
* pin 'currency-tray' at top of menu
* Revert "pin 'currency-tray' at top of menu"
This reverts commit 12d4144a11f77bd8c8a1cb788f001e96cd21f0c5.
* Fix display of 'Groups' sub-items
* Changed the suggested guild string to a translatable string and made changes so that the string only shows within 60 days of user profile creation.
* Removed whitespace.
I found this question in the Help guild:
'I'm deleting my account and aren't able to find the "cap" to type in
"delete" in order to finish deleting process. Any ideas were that
"cap" is?'
* Task notes now disappear when they are deleted from the main task.
* Html component changed back to Markdown. Markdown logic now accounts for if the value is an empty string.
* if-else statement to be sure that the markdown library doesn't create issues with empty strings.
This improves the wording in the error notification that a player
sees when they've been blocked.
It also also changes markdown links to plain text because raw
markdown was being shown in some locations (for example when you saw
the error messages on the command line while using an API command).
These changes have been discussed with and approved by beffymaroo
and the other mods.