RocketChat / RocketChat/Rocket.Chat
When app from marketplace is already installed then install button should be disabled
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
When an app is already installed, it is common practice to disable the "Install" button or provide some visual indication that the app is already installed. This is done to prevent users from accidentally attempting to install the app again when it is unnecessary.
Steps to reproduce:
- check installation status of app
- If the app is already installed, disable the "Install" button or change its appearance to provide a visual indication that the app is present.
Expected behavior:
install button should be disabled if app is installed
Actual behavior:
it is showing install button when app allready installed
Server Setup Information:
- Version of Rocket.Chat Server:
- Operating System:
- Deployment Method:
- Number of Running Instances:
- DB Replicaset Oplog:
- NodeJS Version:
- MongoDB Version:
Client Setup Information
- Desktop App or Browser Version:
- Operating System:
Additional context
Relevant logs:
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 locating the marketplace app installation UI and the code that determines whether an app is already installed. Reproduce the issue with an installed app, then verify that the Install button is disabled or visibly indicates the installed state.
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
- Mostly clear
- Newbie friendliness
- 35/100