Back to Super Productivity

Search Page.Component

src/app/pages/search-page/search-page.component.html

18.7.0623 B
Original Source

{{ T.F.SEARCH_BAR.PLACEHOLDER | translate }} @if (searchForm.value) { clear }

@let results = filteredResults$ | async; @if (results && results.length > 0) { @for (item of results; track trackByFn($index, item)) {

@if (item.parentId && item.parentTitle) { subdirectory_arrow_right{{ item.parentTitle }}chevron_right } {{ item?.title }}

@if (item.ctx) { } @if (item.issueType) { } @if (item.isArchiveTask) { archiveinfo }

} } @else if (searchForm.value && searchForm.value.trim()) { search_off

{{ T.F.SEARCH_BAR.NO_RESULTS | translate }}

} @else { search

{{ T.F.SEARCH_BAR.INFO | translate }}

}