Deepak Bhagat
Deepak Bhagat
This change fixes an issue where SVG attachments were being resized incorrectly after the first render due to intrinsic sizing logic being re-applied... Causing the image not showing in channel...
# Fix: Two-Factor Modal Alignment on Tablet Layouts Closes #6839 This update fixes the vertical alignment of the two-factor authentication modal on tablets. Previously, the modal appeared near the top...
On mobile, webhook messages that contain both `text` and `attachments` were showing attachments first and the text later. On the web, the text always appears first. This caused an inconsistent...
This update adds configurable Enter-key behavior for tablet and iPad users. They can now choose whether pressing Enter should **send the message** or **insert a newline**, directly from the Preferences...
### Describe the Bug Two-factor authentication modal renders shifted upward on tablet/iPad layouts (screenshot attached). ### Steps to Reproduce Open the Rocket.Chat mobile app on an iPad or Android tablet...
### Fixes #4740 In the channel list, long message previews were cut off mid-word or mid-sentence without an ellipsis, especially when the device font size was increased. ## Before vs...
I fixed an issue where updating a profile avatar wasn’t showing the new image immediately after going back to the ProfileView. The old cached image would keep showing until the...
### Describe the Bug There’s a type-safety issue in RoomContext that needs to be fixed. Right now, the room property is typed as any, which removes TypeScript checks and can...
### Describe the Bug After I update a profile avatar and go back, it still shows the old image from cache. The new avatar only appears if I hit "Save...
Right now, the isReadOnly function reads permissions using reduxStore.getState(), which is a static snapshot. Because of that, when my permission changes (like when an admin gives me the “post-readonly” permission),...