1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-07 06:16:05 +02:00

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
2 changed files with 4 additions and 1 deletions

View File

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