2 Commits (e4fe0e9d4c471c3683877a880daa91423b907a6f)

Author SHA1 Message Date
Pablo Klaschka 9bc6861b4c
Adding at least a tiny bit of accessibility to the New Topic button (#506)
* 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
5 years ago
Julian Lam 69f4248f72
feat: functioning category dropdown in recent/unread/etc without js (#483)
* 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
6 years ago