Back to Super Productivity

Dialog User Profile Management.Component

src/app/features/user-profile/dialog-user-profile-management/dialog-user-profile-management.component.html

18.4.4686 B
Original Source

{{ T.USER_PROFILES.DIALOG_TITLE | translate }}

{{ T.USER_PROFILES.CREATE_NEW_PROFILE | translate }}

{{ T.USER_PROFILES.PROFILE_NAME | translate }}add {{ T.USER_PROFILES.CREATE | translate }}

{{ T.USER_PROFILES.EXISTING_PROFILES | translate }}

@for (profile of profileService.profiles(); track profile.id) { @if (editingProfileId() === profile.id) { checkclose } @else {

{{ profile.name }} @if (profile.id === profileService.activeProfile()?.id) { {{ T.USER_PROFILES.ACTIVE | translate }} }

{{ T.USER_PROFILES.CREATED | translate }} {{ profile.createdAt | date: 'medium' }}

editdownloaddelete } }

{{ T.USER_PROFILES.CLOSE | translate }}