Commit Graph

65194 Commits

Author SHA1 Message Date
Aman Agrawal
4914dea7b4 channel_topics_list: Ignore stream being muted.
We display all topics unless muted in standard view regardless of
if the channel is muted.
2025-06-17 16:14:34 -07:00
Aman Agrawal
365f3cdeb9 inbox: Alter dropdown text for channel view. 2025-06-17 16:14:34 -07:00
Sayam Samal
e2fa1e6fa4 buttons: Remove focus outline offset in action and icon buttons.
This commit sets the focus outline offset in action and icon buttons
to 0, following the discussions at CZO concerning the visuals and
jagged corners in some cases when the outline offset was applied.
2025-06-17 13:39:56 -07:00
Tim Abbott
ddb0d3f555 help: Use final Flutter blog post URL.
We also update the "Zulip updates" URL, just to save a redirect.
2025-06-17 13:05:45 -07:00
Lauryn Menard
6b8f1dee2d help: Add include macros for shared mobile instructions.
Fixes #34748.
2025-06-17 11:43:49 -07:00
Maneesh Shukla
15f57d46d1 settings: Fix data export spinner size.
This commit adds the same styles to the data export loader as we have
for the users table loader, ensuring that the spinner is sized
correctly and maintains consistency across the tables we have in
settings panel.
2025-06-17 10:45:20 -07:00
Sayam Samal
0be3e242c0 alerts: Fix alert-error banner styling.
This commit is a follow-up to 18b2427937,
which removed the `alert-error` class from the Bootstrap CSS, while the
`web/src/ui_report.ts` module still used this styling for the error
banners.

This commit adds the `alert-error` class back to the Bootstrap CSS,
as a temporary solution until these alerts are migrated to the new
banner component system.
2025-06-17 09:25:33 -07:00
Alya Abbott
92497ee73a help: Reorder "Mark messages as read" options to match app menus. 2025-06-16 17:11:29 -07:00
Alya Abbott
6decd18a66 help: Document new "Open message feeds at" mobile configuration. 2025-06-16 17:11:27 -07:00
Lauryn Menard
7fd8acdee6 help: Reorder tabs on logging in article instructions.
Makes the mobile tab be the initial one shown for the instructions
to log in to a new organization and to switch between organizations.
2025-06-16 17:09:43 -07:00
Lauryn Menard
d0d8c76f21 help: Update section header for logging in to a new organization.
The instructions for the desktop and mobile apps for this section
are for when the user has already logged into an initial Zulip
organization, so we update the section header to be "Log in to a
new organization" instead of "Log in for the first time".

For both apps, if the user has not logged in to any Zulip
organization, then the apps default to the log in prompts, so
there is no need to add a set of instructions for that case.

Follow-up to feedback in #34869.
2025-06-16 17:09:43 -07:00
whilstsomebody
053f30aace test_subs: Fix syntax errors in tests.
This commit fixes the use of `/json/...` by replacing
it with the correct `/api/v1/...`. Also removes
unnecessary `login_user` call when using `api_patch`.
2025-06-16 11:51:14 -07:00
Lauryn Menard
74bbd38ef7 help: Remove mobile documentation files that are no longer in use.
These files are no longer in use due to the combined changes of
the updates for the Flutter app launch: #34869 and #34887.
2025-06-16 11:42:19 -07:00
Tim Abbott
f4d0febc02 help: Add link to Flutter launch blog post planned URL. 2025-06-16 10:53:52 -07:00
Alya Abbott
18ec64f6ee updates: Add update message (level=17). 2025-06-16 10:53:52 -07:00
Aman Agrawal
fd0800eee6 slack_import: Order claimable users by alphabetically. 2025-06-16 10:46:25 -07:00
Aman Agrawal
4cca5652e3 slack_import: Pipe file processing error message to the user.
When the slack import fails due to invalid zip file being uploaded,
we take user back to the file upload page with an appropriate
error message.
2025-06-16 10:46:25 -07:00
Aman Agrawal
853752292a registration: Indicate that slack import can take a while. 2025-06-16 10:46:25 -07:00
Aman Agrawal
efd326e21a slack_import: Fix uploading same file fails.
Since `tus-js-client` caches the uploaded file data, uploading
the same file doesn't trigger our backend hooks and thus we
don't know which file user has selected.

To fix it, we removed the cached file data once it has been
successfully uploaded.
2025-06-16 10:46:25 -07:00
Lauryn Menard
047c687762 help: Add "Configure automatically marked as read" mobile instructions.
As https://github.com/zulip/zulip-flutter/pull/1574 was merged for
this feature, we add back the instructions for automatically
marking messages as read on scroll for the mobile app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
4ed0e4efa9 help: Update "View message Markdown source" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
32b724fa34 help: Update "View someone's profile" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
d2f06eb7df help: Update "View images and videos" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
d231a93cce help: Update "Resolve a topic" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7738171e02 help: Update "Quote or forward a message" for Flutter launch.
Deletes the mobile tab of the "Forward message" section as that is
not a named feature in the mobile app. Adds a tip about setting a
different topic if the user is in the channel view of the mobile
app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
06ef2710e1 help: Update "Mute or unmute a topic" for Flutter launch.
Deletes static/images/help/mobile-list-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
40705a2773 help: Update "Mark all messages as read" for Flutter launch.
Deletes static/images/help/mobile-globe-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
66b8ee03b1 help: Update log in/out instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
3cb3f9a09a help: Update "Star a message" article for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
275e8cb2e5 help: Update "View your starred messages" section for Flutter launch.
Deletes static/images/help/mobile-star-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
54d4863994 help: Update "View your mentions" instructions for Flutter launch.
Deletes static/images/help/mobile-at-sign-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
0b03a0b3a4 help: Update "Inbox" instructions for Flutter launch.
Also, updates the options in 'Filter by topic status'
for the web app as "Unmuted topics" has been changed
to "Standard view".

Deletes static/images/help/mobile-expand-more.svg,
static/images/help/mobile-expand-less.svg, and
static/images/help/mobile-inbox-icon.svg as they are
no longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
31c6e75e53 help: Update "Start a new topic" instructions for Flutter launch.
Deletes static/images/help/mobile-send-circle-icon.svg as it's no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7d1347095f help: Update "Combined feed" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
37c487866e help: Update "Add a new reaction" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
4cef6e48f6 help: Update "Edit a message" instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
61aa6d83bb help: Add mobile view your DMs instructions for Flutter launch.
Updates the "View your DMs" section to have an instruction block
for locating recent DM conversations in the Flutter app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
f22fbbbcbc help: Update send direct message instructions for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
ae0aaa0b4c help: Update "Delete message content" for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
23184a0058 help: Update "Dark theme" article for Flutter launch.
Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
7c0eacba97 help: Update "Share and upload files" for Flutter launch.
Adds mobile-camera and mobile-image to shared icons.

Deletes static/images/help/mobile-camera-icon.svg,
static/images/help/mobile-image-icon.svg, and
static/images/help/mobile-paperclip.svg as they are no
longer used.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
9b380d6a65 help: Update "Switch account" instructions for Flutter launch.
Adds mobile-arrow-left-right icon to shared icons.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
ebcb7ec3bc help: Update "Configure how links open" for Flutter launch.
Adds mobile-menu icon to shared icons.

Adds "mobile-help" class for CSS rule that updates the icon color
in the help documentation when describing the Flutter app.

Part of #34748.
2025-06-16 10:03:10 -07:00
Lauryn Menard
9a7e1691dc help: Add mobile documentation for "Follow a topic".
Adds instructions for the Flutter mobile app in the "Follow a topic"
article.

Part of #34748.
2025-06-16 09:48:15 -07:00
Lauryn Menard
4f60a95065 help: Add "View Zulip mobile app version" section.
Adds a section to "View Zulip version" article for viewing the
mobile app version, and adds the mobile app installation guide
to the related articles section.

Part of #34748.
2025-06-16 09:48:15 -07:00
Aman Agrawal
c1e3081860 people: Use safePrase to parse error response.
This avoids parsing error when the error response is not in the
expected format.
2025-06-16 09:15:27 -07:00
Lauryn Menard
459350c564 help: Remove Flutter blog post link in mobile install guide. 2025-06-16 09:14:22 -07:00
whilstsomebody
26e5b916bc test_subs: Fix the incorrect syntax in 'test_unarchive_stream'.
This commit fixes the use of `/json/streams/...` by replacing
it with the correct `/api/v1/streams/...`. Also removes
unnecessary `login_user` call when using `api_patch`.
2025-06-16 09:14:03 -07:00
Karl Stolley
c5f0a5daa1 status_modal: Correct light-mode background color. 2025-06-16 09:13:41 -07:00
Maneesh Shukla
5ba7c2bddb settings-banner: Fix bugs in the rendering of the desktop notification banner.
This commit adds the `banner-wrapper` class to the parent container of the
banner.

Added `margin-bottom: 10px` to the banner to improve its appearance.

Placed the event listener at the correct location with the $container
element so that it binds only once. Previously, it was being bound
every time the settings page was loaded, causing multiple event listeners
to be attached to the same element.

Additionally, the banner was not rendering when opening
Org settings > DEFAULT USER SETTINGS directly,
and this has been fixed by ensuring the banner is rendered correctly.
2025-06-14 21:34:25 -07:00