Prakhar Pratyush
Prakhar Pratyush
This PR makes possible to soft reactivate if the user group mentions has less than 12 members. Fixes part of #27586 We will do topic wildcard mention part of the...
When the compose box is open, we fade messages which the user is not replying to, to reduce the chance they send a message to a recipient they didn't intend...
This PR creates `REALM_EXPORTED` audit log to help during import to distinguish readily between imports from another Zulip server vs imports from another product. Prep PR for #29762 **Screenshots and...
* First commit makes a small fix for #29412 * Second commit: [CZO Discussion](https://chat.zulip.org/#narrow/stream/101-design/topic/jumping.20to.20sent.20message.20conversation.20.28experiment.29.20.2329186/near/1789655) > we should have a standard pattern for these onboarding banners, and replace the x with...
The first commit is from #29211 pulled here for testing the flow. Show a one-time banner when jump to sent message conversation takes place for the first time. Fixes: #29575...
When navigating "back" or "forward", the left sidebar state should be restored. Earlier, "more topics" expanded was not considered a distinct state. This PR makes it possible to correctly place...
Before: ``` $ git grep -i stream help/ | wc -l 166 ``` After: ``` $ git grep -i stream help/ | wc -l 2 $ git grep -i stream...
[Bug report on CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/Personal.20topics.20showing.20after.20being.20deleted/near/1931488) Earlier, when a topic was deleted then UserTopic rows corresponding to that topic were not deleted resulting in a bug where the topic is listed in...
Issue: https://github.com/zulip/zulip/issues/31201 * First commit: Adds 'Export permissions' table. * Second commit: Fixes live update issue in the `start export` modal. **Screenshots and screen captures:** Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code)...