Remove smart picker dialog from text - #9040
Conversation
Fixes nextcloud#7795 Signed-off-by: xhon-pelushi <xhon@pelushi.com>
max-nextcloud
left a comment
There was a problem hiding this comment.
Thanks a lot for your contribution. Could you add some screenshots to illustrate the effective change in the UI? That will make the design review easier.
The failing static analysis test is unrelated. You do not need to worry about that.
|
Thanks @max-nextcloud — happy to add screenshots. Summary of the UI change while I gather them: Before: choosing a smart-picker result could open an extra dialog layer on top of the editor. I'll follow up with before/after screenshots as soon as I can capture them from a running instance. |
Signed-off-by: xhon-pelushi <xhon@pelushi.com>
|
Thanks @max-nextcloud — before/after screenshots for the smart picker UX change: Before (blocking dialog via After (inline Static HTML repros rendered with headless Chromium; code change removes the dialog call and focuses the editor with |


Fixes #7795