forked from zolcsi/map-of-pi
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from swoocn/dev
Propagation approved.
- Loading branch information
Showing
15 changed files
with
164 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,15 @@ export class InformationComponent { | |
updateItems: { date: string, updates: string[] }[] = [ | ||
{ | ||
date: '3/12/2024', | ||
updates: [ | ||
'Temporary removal of Dark Mode feature.', | ||
'Added Translation for Business Configuration Menu.', | ||
'Added Translation for Add Products Menu.', | ||
'Added Business Search functionality.' | ||
] | ||
}, | ||
{ | ||
date: '3/11/2024', | ||
updates: [ | ||
'Added Translation for Business Marker Dialog.', | ||
'Added Translation for Shopping Order Menu.', | ||
|
@@ -32,20 +41,6 @@ export class InformationComponent { | |
'Added Terms of Service section.' | ||
] | ||
}, | ||
{ | ||
date: '3/9/2024', | ||
updates: [ | ||
'Added GPS navigation feature.', | ||
'Added Privacy Policy section.' | ||
] | ||
}, | ||
{ | ||
date: '3/8/2024', | ||
updates: [ | ||
'Added Footer.', | ||
'Added Information Popup to share latest updates.' | ||
] | ||
} | ||
]; | ||
email: string = '[email protected]'; | ||
|
||
|
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,5 +1,5 @@ | ||
<app-map></app-map> | ||
|
||
<app-search-bar></app-search-bar> | ||
<app-search-bar (searchQuery)="passSearchQueryToMap($event)"></app-search-bar> | ||
|
||
<app-action-row></app-action-row> |
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
Oops, something went wrong.