Back to Super Productivity

Onboarding Hint.Component

src/app/features/onboarding/onboarding-hint.component.html

18.4.4419 B
Original Source

@if (hintPosition(); as pos) {

@if (!isFloating() && onboardingHintService.currentStep() !== 'explore') {

}

@if (hintMessage()) { {{ hintMessage() | translate }} } @if (hintActions().length) { @for (action of hintActions(); track action.text) { {{ action.icon }}{{ action.text | translate }} } } @if (shortcutHint(); as shortcut) { {{ T.ONBOARDING.HINTS.OR_PRESS | translate }} {{ shortcut }} } ✕

}