discourse/app
Alan Guo Xiang Tan d875e6e998
UX: Fix edit tags/categories navigation menu modal has no focus on input (#22237)
What this change?

When a user opens the modal to edit tags or categories for the
navigation menu, we want to input filter to have focus. This commit
fixes that by doing the following:

1. Changes <DModal> component such that it prioritises elements with the
   autofocus attribute first.
2. Adds `autofocus` to the input elements on the edit tags/categories
   modal form.
2023-06-22 09:56:12 +08:00
..
assets UX: Fix edit tags/categories navigation menu modal has no focus on input (#22237) 2023-06-22 09:56:12 +08:00
controllers FIX: Force ordering to make things more consistent and fix flaky test (#22228) 2023-06-21 13:16:10 -05:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs DEV: use HTML5 version of loofah (#21522) 2023-06-20 09:49:22 +08:00
mailers FIX: don't add "Re:" prefix in email subject for first post of group PMs. (#22175) 2023-06-19 18:52:00 +05:30
models FIX: Staged user creation loses user custom field data (#22206) 2023-06-21 12:35:24 -05:00
serializers FIX: Site's top tags not shown for anonymous user (#22219) 2023-06-21 14:37:40 +08:00
services DEV: Add plugin modifier for notification_data manipulation (#22208) 2023-06-20 14:07:02 -05:00
views DEV: add class for static login description section (#22002) 2023-06-08 19:51:41 +05:30