Skip to content

Commit 034c22b

Browse files
committed
style(general): Move "beta" from Mail to Contacts and Calendar.
1 parent 8d4a12e commit 034c22b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div style="display: flex;">
3939
<div id="sidenavGreeting">
4040
<p>Good {{timeOfDay}}, {{(rmmapi.me | async)?.user_address}}.</p>
41-
<p id="sidenavGreetingContent"><a routerLink="/welcome" class="textLink">Welcome</a> to Runbox 7 (beta)! Please see <a href="https://help.runbox.com/runbox-7-webmail-new-features/" target="help" class="textLink">help</a> and our <a href="https://community.runbox.com/" target="forum" class="textLink">forum</a> for support and suggestions.</p>
41+
<p id="sidenavGreetingContent"><a routerLink="/welcome" class="textLink">Welcome</a> to Runbox 7! Please see <a href="https://help.runbox.com/runbox-7-webmail-new-features/" target="help" class="textLink">help</a> and our <a href="https://community.runbox.com/" target="forum" class="textLink">forum</a> for support and suggestions.</p>
4242
<p *ngIf="experimentalFeatureEnabled">
4343
<a routerLink="/onscreen" class="textLink"> (Experimental) create a video call </a>
4444
</p>

src/app/calendar-app/calendar-app.component.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ <h3 class="sideNavHeader">Calendar Menu</h3>
187187
[activities]="calendarservice.activities.observable"
188188
></app-activity-indicator>
189189
</mat-list-item>
190+
191+
<mat-divider></mat-divider>
192+
193+
<mat-list-item>
194+
Runbox 7 Calendar (beta) lets you manage and synchronize your calendars via CalDAV. You may also import and export calendar events using ICS files.
195+
</mat-list-item>
196+
190197
</mat-nav-list>
191198
</mat-sidenav>
192199

src/app/contacts-app/contacts-welcome.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Component } from '@angular/core';
2525
<div class="mainTextContent">
2626
<h1> Runbox 7 Contacts </h1>
2727
<p>
28-
Runbox 7 Contacts lets you easily import, manage, and synchronize all your contacts.
28+
Runbox 7 Contacts (beta) lets you easily import, manage, and synchronize all your contacts.
2929
</p>
3030
<p>
3131
If it's your first time here, you may want to check out the

0 commit comments

Comments
 (0)