rename airwatch folder

This commit is contained in:
Tykayn 2025-09-09 14:43:57 +02:00 committed by tykayn
parent a05388fcbc
commit 949641d881
262 changed files with 21196 additions and 245 deletions

View file

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Before After
Before After

View file

@ -4,11 +4,12 @@
<button (click)="editMessage()" class="button edit">
<i class="ri-edit-box-line"></i>
</button>
} @else {
<button (click)="toggleFullScreen()" class="button fullscreen">
<i class="ri-fullscreen-line"></i>
</button>
}
<!-- @else {-->
<!-- <button (click)="toggleFullScreen()" class="button fullscreen">-->
<!-- <i class="ri-fullscreen-line"></i>-->
<!-- </button>-->
<!-- }-->
</div>
<div class="user-infos ">
<div class="avatar">
@ -75,9 +76,9 @@
</div>
}
</div>
<div [ngClass]="{'is-expanded': expanded}" class="expanded-message-fullscreen">
@if (content) {
<div [innerHTML]="sanitizedContent"></div>
}
</div>
<!-- <div [ngClass]="{'is-expanded': expanded}" class="expanded-message-fullscreen">-->
<!-- @if (content) {-->
<!-- <div [innerHTML]="sanitizedContent"></div>-->
<!-- }-->
<!-- </div>-->
</div>

Some files were not shown because too many files have changed in this diff Show more