Aditya Kumar Kasaudhan
Aditya Kumar Kasaudhan
changed var to val Purpose / Description Removed var from CardHtml.kt with issue https://github.com/ankidroid/Anki-Android/issues/11450.
**Description:** This PR resolves the misalignment issue between privacy icons and stream names in the stream list. The icons were not properly aligned with the text, causing a visual discrepancy....
**Summary:** This PR ensures that errors in the Slack incoming webhook handler return JSON responses with Slack's expected format: `{ok: false, error: "error string"}`. Previously, errors were returned using Zulip's...
Previously, Sentry webhook alerts in Zulip did not include any visual indicators to denote the severity level. This made it harder for users to quickly assess the importance of alerts,...
This PR adds backend support allowing admins to change non- sensitive settings for other users. Fixes part of #31474. Self-review checklist - [x] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability...
This PR prepares the system for automatic avatar population based on selected integrations. This PR saves the integration name selected during bot creation using BotConfigData and prepopulates the "Select an...
This PR keeps the focus on the dropdown input in the integration URL modal (for both the integration picker and channel picker dropdowns). Fixes: Follow-up of #33777 ([comment](https://github.com/zulip/zulip/pull/33777#issuecomment-2923422748)). **Screenshots and...
This PR adds frontend of navigation views for builin views only. Fixes: #32077. **Screenshots and screen captures:** [Watch the video](https://drive.google.com/file/d/1gqz6Uu8pf2ukUUTnhRBzoWSqyB9NhV9v/view?usp=sharing) | | | | |--------------|--------------|--------------| |  |  |...
This PR migrates user-facing strings and relevant code references from "Alert Words" to "Watched Phrases". Currently, it does not include documentation changes and the handling of the `is:alerted` filter. ---...