Kislay
Kislay
fixes #28626 - A message can be split at two blank lines into multiple parts. - A checkbox is provided in the send later popover to enable/disable this behaviour. -...
A confirmation toast is shown when a message is moved using the "Move only this message" option. The toast contains the link to the new location of the message. Fixes...
This PR addresses the lag in password input fields as the length of the password increases. Debouncing is implemented to the password validation calls inside input event handlers. JQuery form...
Renarrow to the unresolved topic for better UX. This PR is a followup to PR #29225. It addresses the TODO comment on that PR: ``` // TODO: Probably this should...
The user circles in recent conversations are not synced with the actual user presence state. We fix that by updating them along with the pm list and sidebar. We also...
Before calling `on_enter_send`, we checked if the #compose-send-button is disabled, but never actually set it to disabled, rather we updated its container (.message-send-controls) with that state. This commit fixes that...
This PR adds support for the web app to automatically detect the user's time zone using `new Intl.DateTimeFormat().resolvedOptions().timeZone` and offer to update the user profile time zone with it if...
When someone adds another user to a channel, we send the user that was added a Notification Bot message to let them know. This PR adds an option for whether...
This PR completes the work started in #29646 It fixes a glitch where the typeahead to select code language would flash on entering the shortcut `Ctrl+Shift+C`. The typeahead now stays...
This PR adds support for a per-channel version of the default code block language, following a similar addition to Realm. - If the stream default language is not set, the...