-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete storeknox discovery pages testing
- Loading branch information
Elliot Yibaebi
committed
Jan 6, 2025
1 parent
974855a
commit e4db076
Showing
30 changed files
with
1,321 additions
and
81 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
<AkStack @direction='column' @alignItems='center' local-class='empty-container'> | ||
<AkStack | ||
@direction='column' | ||
@alignItems='center' | ||
local-class='empty-container' | ||
data-test-storeknoxDiscover-resultsEmptyContainer | ||
> | ||
<AkSvg::StoreknoxSearchApps | ||
data-test-storeknoxDiscover-resultsEmptyIllustration | ||
/> | ||
|
||
<AkSvg::StoreknoxSearchApps /> | ||
|
||
<AkTypography @variant='h5' @gutterBottom={{true}} local-class='header'> | ||
<AkTypography | ||
@variant='h5' | ||
@gutterBottom={{true}} | ||
local-class='header' | ||
data-test-storeknoxDiscover-resultsEmptyHeaderText | ||
> | ||
{{t 'storeknox.searchForApps'}} | ||
</AkTypography> | ||
|
||
<AkTypography local-class='body-text'> | ||
<AkTypography | ||
local-class='body-text' | ||
data-test-storeknoxDiscover-resultsEmptyDescriptionText | ||
> | ||
{{t 'storeknox.searchForAppsDescription'}} | ||
</AkTypography> | ||
</AkStack> |
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
Oops, something went wrong.