feat(web): Language settings list UX nits (#10261)

* feat(web): Sort language settings list

before: https://bo0.tz/u/xMLnEW.png
after: https://bo0.tz/u/lGLn9h.png

* feat(web): Select combobox text when focused
This commit is contained in:
bo0tzz 2024-06-13 13:01:18 +02:00 committed by GitHub
parent b9593361a4
commit 058ca28d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -59,6 +59,7 @@
const activate = () => {
isActive = true;
input?.select();
openDropdown();
};