"refactor: rename DemoWeatherApp to DemoDictionaryApp, update UI components, add favourites tab, and enhance search functionality"

This commit is contained in:
louiscklaw
2025-06-04 18:08:28 +08:00
parent 9caca30e1e
commit 85651ff204
10 changed files with 557 additions and 0 deletions

View File

@@ -260,6 +260,15 @@ const SettingsPage: React.FC<SettingsProps> = ({
<IonIcon icon={chevronForwardOutline}></IonIcon>
</IonItem>
</IonList>
{/* */}
<IonList inset={false}>
<IonItem button={true} onClick={() => router.push(paths.DEMO_RECIPE_APP, 'forward')}>
<IonIcon slot="start" icon={cart} size="large"></IonIcon>
<IonLabel>Demo Recipe App</IonLabel>
<IonIcon icon={chevronForwardOutline}></IonIcon>
</IonItem>
</IonList>
</IonContent>
{/* REQ0058/logout */}