RocketChat / RocketChat/Rocket.Chat
[BUG] Slash Commands only show 50 (increase limit or delete default slash commands?)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
I’ve created a Rocketchat app that includes ~45 new Slash Commands
But, on the frontend, the result is limited at 50…
There are ~25 default slash commands that we dont use…
There is a way to increase the size of result or delete all default slash commands?
Note: new requests to fetch new commands are not sent as we type different commands
Server Setup Information
Version of Rocket.Chat Server: 5.1.3
Operating System: Ubuntu
Deployment Method: Docker
NodeJS Version: v14.19.3
MongoDB Version: 4.4.15
Proxy: traefik
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the frontend slash-command picker with more than 50 available commands and inspect how results are fetched while typing. Determine whether completion means increasing the result limit, removing unused default commands, or refreshing requests for new command text, then verify the chosen behavior with a command set exceeding 50 entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100