From cb3712886420fcba47b630f47cc597dbef132e5e Mon Sep 17 00:00:00 2001 From: Matt Linville Date: Thu, 11 Jun 2026 15:03:33 -0700 Subject: [PATCH] User-facing mobile app updates in 26.11-12 --- platform/hosting/monitoring-usage/mobile-app.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/hosting/monitoring-usage/mobile-app.mdx b/platform/hosting/monitoring-usage/mobile-app.mdx index 2671d1f624..141f754221 100644 --- a/platform/hosting/monitoring-usage/mobile-app.mdx +++ b/platform/hosting/monitoring-usage/mobile-app.mdx @@ -45,10 +45,11 @@ The following features are available in the mobile app. - **Star projects**: See your most important projects at a glance. Click the star icon next to a project to star it. To filter the list to only starred projects, click the **Starred** tab at the top of the list. - **Track experiments**: View run status, metrics, and line plots for your experiments in real time. - **Live updates**: Charts refresh as new data arrives. The **Runs** tab and project run lists update automatically when new runs start. - - **Run overview tab**: On each run, open the **Overview** tab for a dedicated summary of run details alongside metrics and logs. Long run config values wrap to multiple lines instead of truncating. + - **Run overview tab**: On each run, open the **Overview** tab for a dedicated summary of run details alongside metrics and logs. View the full run configuration and summary, including nested objects and arrays. Long config values wrap to multiple lines. Click a configuration value to copy it. - **View system metrics**: On each run, open the **Metrics** tab to view [system metrics](/models/ref/python/experiments/system-metrics) that W&B logs automatically during training, such as GPU utilization, CPU usage, memory, disk I/O, and network traffic. System metrics appear in a collapsible **System** section alongside your logged metrics. Each metric displays as a line chart with the same tooltip and search behavior as other metrics on the tab. - **Mobile-optimized panel grouping**: Panels are automatically grouped by name into collapsible sections. You can collapse the ungrouped metrics section to focus on named sections. Sections are a single level (not nested), and grouping follows the same rules as [workspace panels](/models/app/features/panels) in the W&B web app, so the layout stays consistent when you move between desktop and your phone. - **Star panels**: See your most important panels at a glance. When viewing a run or a project, click the star icon at the top of a panel to star it. To filter the list to only starred panels, click the **Starred** tab at the top of the list. + - **Star metrics**: When viewing an important metric in detail view, click the star icon to star it. - **Search panels**: When viewing a run or a project, use the **panel search** field at the bottom of the screen to filter which runs appear in each chart. You can search with [JavaScript regular expressions](https://www.w3schools.com/js/js_regexp.asp) to match patterns in run names. - **Chart tooltips**: On line charts, tooltips show metric values with up to four decimal places so you can read small changes accurately. - **Stop runs**: When viewing an in-progress run, click the **action ()** menu, then click **Stop run**.