Add help tooltips for components

This commit is contained in:
shamoon
2024-01-13 17:39:18 -08:00
parent 16cc7415c1
commit 1c9550d116
11 changed files with 286 additions and 163 deletions

View File

@@ -1,4 +1,9 @@
<pngx-page-header title="Settings" i18n-title>
<pngx-page-header
title="Settings"
i18n-title
info="Options to customize appearance, notifications, saved views and more. Settings apply to the current user only."
i18n-info
>
<button class="btn btn-sm btn-outline-primary" (click)="tourService.start()"><ng-container i18n>Start tour</ng-container></button>
<a *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.Admin }" class="btn btn-sm btn-primary ms-3" href="admin/" target="_blank">
<ng-container i18n>Open Django Admin</ng-container>