main ← ux-fix-android-ownership-modal
merged 09:25PM - 24 Jul 26 UTC
Reported here: https://meta.discourse.org/t/cannot-change-post-ownership-android…-chrome/408402
On Android focusing the input in the ownership modal closes the keyboard, so you can't type to find a user... switching to `useHeaderFilter` avoids this and gets it working again. I've also added some minor style improvements.
Before (can't keep the keyboard open):
<img width="350" alt="image" src="https://github.com/user-attachments/assets/2c890c66-d419-48a6-aeb1-39176199bbd7" />
After:
<img width="350" alt="image" src="https://github.com/user-attachments/assets/816a2add-2d8f-4a97-b660-8ac28682ac74" />