* Adding a bit of "pseudo-accessibility" to the New Topic button
I don't have the time to look into this enough to really make the "New Topic" button accessible. However, right now, it isn't accessible for keyboard navigation at all (as it's not registered as "clickable").
While these changes don't add actual "overall" accessibility to the pseudo button, it at least adds the ability for keyboard navigation tools to register it as a button (at least adding support for extensions like [Vimium](https://vimium.github.io/), etc.
* Removed accidentally introduced \n at end of file
It's a good practice to make target="_blank" links to cross-origin destination not give any control over original window to the site that's opened if it's not needed. And it's not needed here.
Also, lighthouse complains about it, so this small change will improve the "Best Practices" score there :)
* 10.1.0
* feat: WIP nojs category dropdown in recent
* feat: allowing new topic button to be clicked without js
It now opens a category dropdown which then sends user to
the discrete composer page.
WARNING: Does not work on tag.tpl. Needs core update to send
categories data through...
* fix: removed unneeded data-toggle attribute
* fix: using new avatar helper
* fix: using helper in flag details page
* feat: using new avatar helper
* fix: more changes to use buildAvatar
* fix: bump nbbpm.compatibility to exclude 1.12.x