Kislay

Results 15 issues of 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. -...

feedback wanted
size: XL
UX
new feature
chat.zulip.org review
area: compose (UI & widgets)

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...

area: onboarding
priority: high
size: M
area: message-editing (topics)

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...

bug
size: M
maintainer review

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...

size: S
integration review

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...

bug
size: S
difficult
area: recent-conversations

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...

bug
size: XS
area: compose (uploads)

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...

size: XL
integration review

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...

size: XL
buddy review

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...

size: M

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...

size: XL
maintainer review