diff --git a/docs/THIRDPARTY b/docs/THIRDPARTY index 155d6fc6b7..ad1f535c4c 100644 --- a/docs/THIRDPARTY +++ b/docs/THIRDPARTY @@ -96,6 +96,10 @@ Source: https://github.com/ionic-team/ionicons/blob/v5.5.2/src/svg/earth.svg, mo Copyright: 2015-present Ionic (http://ionic.io/) License: Expat +Files: web/shared/icons/mobile-menu.svg +Copyright: 2013-2023 Cole Bemis (https://feathericons.com) +License: Expat + Files: web/shared/icons/more-vertical.svg Copyright: 2013-2023 Cole Bemis (https://feathericons.com) License: Expat diff --git a/help/view-zulip-version.md b/help/view-zulip-version.md index 909e5fb8a3..e76e431e30 100644 --- a/help/view-zulip-version.md +++ b/help/view-zulip-version.md @@ -54,8 +54,25 @@ web app. {end_tabs} +## Zulip mobile app version + +The [Zulip mobile apps](/apps/) have an independent version from the server and +web app. + +### View Zulip mobile app version + +{start_tabs} + +1. Tap the **Menu** () + tab in the bottom right corner of the app. + +1. Tap **About Zulip**. + +{end_tabs} + ## Related articles -* [Desktop installation guides](/help/desktop-app-install-guide) +* [Desktop app installation guides](/help/desktop-app-install-guide) +* [Mobile app installation guides](/help/mobile-app-install-guide) * [Upgrading Zulip][upgrade-zulip] * [Zulip release lifecycle](https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html) diff --git a/web/shared/icons/mobile-menu.svg b/web/shared/icons/mobile-menu.svg new file mode 100644 index 0000000000..cbd5a58731 --- /dev/null +++ b/web/shared/icons/mobile-menu.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/web/styles/portico/markdown.css b/web/styles/portico/markdown.css index 7772ee8b05..6b05ab518f 100644 --- a/web/styles/portico/markdown.css +++ b/web/styles/portico/markdown.css @@ -246,6 +246,10 @@ vertical-align: middle; } + & i.zulip-icon.mobile-help { + color: hsl(244deg 69% 62%); + } + & a { color: hsl(176deg 46% 41%); font-weight: 600;