You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on emitting notifications for user mentions in the Nextcloud integration I noticed a couple of issues around mentions that are related to the Collabora side of the implementation.
It would be great to address those to make the mentions feature more flawless.
Steps to Reproduce
Use the Nextcloud integration with Collabora
Type @ to insert a mention
Start typing and search for a user
Currently the search is only triggered once on the first character press @a. This is especially a problem for large instances with lots of users where the first result set would not contain all of the users. Instead there should be a debounced fetching of users while typing. You also see that only one postmessage is sent to Nextcloud.
Clicking is required to insert a mention, having one match an pressing enter does not work
Additional Context
Latest master branch of online
The text was updated successfully, but these errors were encountered:
pedropintosilva
changed the title
Mention issues
Mention issues: not all users are shown. Keyboard doesn't work
Oct 8, 2024
pedropintosilva
changed the title
Mention issues: not all users are shown. Keyboard doesn't work
Mention issues: PostMessage is only sent once. Keyboard doesn't work
Oct 8, 2024
Describe the Bug
While working on emitting notifications for user mentions in the Nextcloud integration I noticed a couple of issues around mentions that are related to the Collabora side of the implementation.
It would be great to address those to make the mentions feature more flawless.
Steps to Reproduce
@
to insert a mention@a
. This is especially a problem for large instances with lots of users where the first result set would not contain all of the users. Instead there should be a debounced fetching of users while typing. You also see that only one postmessage is sent to Nextcloud.Additional Context
Latest master branch of online
The text was updated successfully, but these errors were encountered: