The Dashboard is a page in the mobile app that keeps you informed and connected with all the resources available on your platform. It offers personalized content that is relevant to you and provides easy access to your launchpad links, pages, and communities. At the top, you'll find entry points to your profile, notifications, and search.
To jump back to the dashboard from any section in the mobile app, select the icon in the navigation bar.
On the Dashboard, you might see any of these sections, depending on which features you use on your platform:
Launchpad
Displays your personalized launchpad with your favorite links or assigned links. You decide which links are shown first by favoriting links in the launchpad. Learn more in Launchpad on mobile.
Hero Teaser
Displays a selected hero teaser with highlighted topics. Learn more in Hero teaser on mobile.
Displays your vacation day balance and future vacation plans as recorded in your HR system. The information mirrors that which is shown in the Time Off widget in the browser version of your platform.
This section is only visible for platforms that have connected an HR system and use the Time off widget.
News
Displays multichannel posts. When managing sections in the Administration, you can configure settings similar to those of the Multichannel Posts widget to specify which posts are displayed.
The section is only visible for platforms with the Studio.
Recent Content
Displays blog articles. When managing sections in the Administration, you can configure settings to specify which blog articles are displayed and how they appear in the dashboard. Learn more in Configuring layouts of blog articles on the mobile Dashboard.
This section is only visible for users with "Enable news module" permission.
Trending Articles
Displays your platform's trending blog articles. The articles displayed are the same as in a Trending blog articles widget on the browser version, with the Smart sorting sort order selected.
My Pages
Displays all the pages you're subscribed to. Auto-subscribed pages are shown first, followed by others in alphabetical order.
By selecting View all, you can access the Pages overview.
If you're not subscribed to any page, the area still displays and allows you to access the Pages overview to subscribe to pages.
My Communities
Displays all the communities you're a member of. Favorite communities are shown first, followed by others in alphabetical order.
If you've received invitations to any communities, you can easily jump to view them and join.
By selecting View all, you can access the Communities overview.
If you're not a member of any community, the area still displays and allows you to access the Communities overview to join communities.
Upcoming Events
Displays all ongoing and upcoming events you're participating in, meaning any event for which you've selected Accept or Maybe.
If you've received invitations to any events, you can easily jump to view them to accept or decline.
If you're not participating in any events, the area still displays and lets you access the Events section to view events you can join
Was this article helpful?
0 out of 0 found this helpful
<% var newArticles = articles.filter(function(article) {
return article['label_names'].some(function(label) {
return labels.includes(label);
});
});
newArticles.sort(function(a, b) {
return b.created_at.localeCompare(a.created_at);
});
%>
<% if (newArticles.length) { %>
<% if (heading) { %>