Skip to content

Commit

Permalink
Merge pull request runbox#1596 from gtandersen/geir/index_syncing_adj…
Browse files Browse the repository at this point in the history
…ustment

style(install): Integrate "synchronizing" text string in modal.
  • Loading branch information
castaway authored Sep 9, 2024
2 parents 63a4765 + 3931d04 commit f2ae262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3 class="noMessageSelectedNotification">No Message Selected</h3>
<ng-container *ngIf="!hasChildRouterOutlet">
<div id="offerLocalIndex" *ngIf="offerInitialLocalIndex; else searchBar">
<p *ngIf="!mobileQuery.matches">
Runbox will now synchronize with your device to give you an optimal webmail experience. The data can be deleted at any time using the buttons beneath the folder list. <a href="https://help.runbox.com/runbox-7-webmail-new-features/#Synchronized_account_index" target="help">What's this?</a>
Runbox <span *ngIf="searchService.downloadProgress===null">will now synchronize</span><span *ngIf="searchService.downloadProgress!==null">is now synchronizing</span> with your device to give you an optimal webmail experience. The data can be deleted at any time using the buttons beneath the folder list. <a href="https://help.runbox.com/runbox-7-webmail-new-features/#Synchronized_account_index" target="help">What's this?</a>
</p>
<p *ngIf="mobileQuery.matches">
Runbox will now synchronize with your device. <a href="https://help.runbox.com/runbox-7-webmail-new-features/#Synchronized_account_index" target="help" matTooltip="What's this?">?</a>
Expand All @@ -193,9 +193,6 @@ <h3 class="noMessageSelectedNotification">No Message Selected</h3>
</mat-list-item>
</mat-list>
</div>
<div *ngIf="searchService.downloadProgress!==null" id="syncMessage">
Synchronizing account index
</div>
<ng-template #searchBar>
<mat-form-field id="searchField" floatLabel="auto"
*ngIf="searchService.downloadProgress===null">
Expand Down

0 comments on commit f2ae262

Please sign in to comment.