-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Always show a notice when no search-query provided
- Loading branch information
1 parent
d174b08
commit fe7b5f0
Showing
5 changed files
with
36 additions
and
22 deletions.
There are no files selected for viewing
22 changes: 11 additions & 11 deletions
22
...s/page-layout/components/registration-lookup-menu/registration-lookup-menu.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
interfaces/Portalicious/src/app/pages/registration-lookup/registration-lookup.page.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
<app-page-layout> | ||
<!-- This page does not actually have any content --> | ||
<!-- We only need to show the registration-lookup-menu component, which is handled by the page-layout component --> | ||
<!-- | ||
When there is a search-query for a phone-number, the registration-lookup-menu component will be shown. | ||
This is handled by the page-layout component. | ||
--> | ||
@if (!registrations.data()) { | ||
<p i18n> | ||
When you receive a task, any information linked to the person's phone | ||
number found in active programs in the 121 Platform will appear here. | ||
</p> | ||
} | ||
</app-page-layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters