Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whiteboards with same name #46

Merged
merged 8 commits into from
Dec 23, 2023
Merged

Conversation

Sumitwarrior7
Copy link
Contributor

Creating multiple whiteboards with same name within a room is now restricted.

If a user attempts to change the board's name to one that already exists, an error message will be displayed

Closing Issue : #44

Video Reference:

wb_pr_1.mp4

@Sumitwarrior7
Copy link
Contributor Author

now instead of sending message, notification is getting sent.

Video reference:

Screencast.from.16-12-23.11.41.51.PM.IST.webm

@Sumitwarrior7
Copy link
Contributor Author

Sumitwarrior7 commented Dec 16, 2023

Here you can see in the video it is written "only you can see this message" in the error message
@CulturalProfessor

@@ -39,4 +39,6 @@ export enum UtilityEnum {
DELETE_MODAL_ID = "delete-modal-id",
DELETE_ACTION_ID = "delete-action-id",
DELETE_BLOCK_ID = "delete-block-id",
NAE_POPUP_MODAL_ID = "nae-popup-modal-id",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this @Sumitwarrior7 and follow some guidelines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

.setSender(AppSender)
.setRoom(room)
.setText(
`"${newBoardname}" Whiteboard name is already taken. Try different name`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if bold boardname works and change message to ""${newBoardname}" Whiteboard name is already taken. Please try using a different name."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2023-12-22 23-37-07

is this looking good, i have made the boardname bold

@Sumitwarrior7
Copy link
Contributor Author

I have updated the pr for the changes you have discussed above, so please check and tell me if any further changes need to be done @CulturalProfessor

@CulturalProfessor
Copy link
Collaborator

I have updated the pr for the changes you have discussed above, so please check and tell me if any further changes need to be done @CulturalProfessor

keep commit messages in a format like fix : something or feat : something

@CulturalProfessor CulturalProfessor merged commit 59a1665 into RocketChat:main Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants