Apps.Whiteboard icon indicating copy to clipboard operation
Apps.Whiteboard copied to clipboard

Whiteboard Integration App for Rocket.Chat

Results 27 Apps.Whiteboard issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/RocketChat/Apps.Whiteboard/assets/108672035/a0ddb163-447a-43db-8eff-411faaa075c7) the WB create by the menu, click "option" button got an error from server side, nothing happen then ![image](https://github.com/RocketChat/Apps.Whiteboard/assets/108672035/493d8436-45ef-4fa7-aa31-82f88ac2692f) happened at Rocketchat 6.3.0

bug

# Brief Title Settings modal contains initial values for `boardName` and `boardStatus` ## Acceptance Criteria fulfillment - [X] The Settings Modal should contain pre-filled values of Board Name and Board...

I am not being able to change my board's name recently. https://github.com/RocketChat/Apps.Whiteboard/assets/107868772/841ab1bd-b941-4830-8e22-4c54f0c1362f The error which I am getting is ![Screenshot from 2024-01-30 00-32-29](https://github.com/RocketChat/Apps.Whiteboard/assets/107868772/092ae2bb-adb3-4ff7-a2e1-e97b8065e3b6)

Now you can lint the app with linting commands :- For check linting issues, you can use below command: npm run lint For autofix suggested linting issues, you can use...

closes #79 Steps I have taken: 1. Created a new command to revoke user rights. 2. Implemented the `/whiteboard deny {userName} of {boardName}` command for this purpose. 3. Extracted userName...

Right now there are no commands for addressing linting issues in the app This improvement aims to provide commands that facilitate lint issue detection and resolution.

@CulturalProfessor shall I work on this issue? The admin and the board owner should also have the right to revoke edit permissions for a specific user.

Some files have unused imports and variables. These can be removed to decrease the build performance and reduce file size. - [x] ExecuteViewSubmitHandler.ts - [x] ExecuteActionButtonHandler.ts - [ ] ExecuteBlockActionHandler.ts...