Compare commits

..

1 Commits

Author SHA1 Message Date
AppCakes 8ef288f145 build: d805a69a-e437-4a58-a083-30e34be74fcd 2026-06-09 20:54:25 +00:00
107 changed files with 8940 additions and 690 deletions
Binary file not shown.
+1 -1
View File
@@ -4,7 +4,7 @@ android {
namespace = "io.ionic.starter"
compileSdk = rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "io.demoapp.app"
applicationId "io.ionic.starter"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
-6
View File
@@ -21,12 +21,6 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="io.demoapp.app" />
</intent-filter>
</activity>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 B

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#FFFFFF</color>
</resources>
</resources>
@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="splashBackground">#FFFFFF</color>
</resources>
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">DemoApp</string>
<string name="title_activity_main">DemoApp</string>
<string name="app_name">bringg</string>
<string name="title_activity_main">bringg</string>
<string name="package_name">io.ionic.starter</string>
<string name="custom_url_scheme">io.ionic.starter</string>
</resources>
+2 -4
View File
@@ -16,9 +16,7 @@
</style>
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/splashBackground</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_logo</item>
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBar</item>
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="android:background">@drawable/splash</item>
</style>
</resources>
+1
View File
@@ -15,4 +15,5 @@ ext {
cordovaAndroidVersion = '14.0.1'
rgcfaIncludeGoogle = true
androidxCredentialsVersion = '1.3.0'
javaVersion = JavaVersion.VERSION_17
}
+2 -2
View File
@@ -1,8 +1,8 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.demoapp.app',
appName: 'DemoApp',
appId: 'com.bringg.app',
appName: 'bringg',
webDir: 'dist',
plugins: {
FirebaseAuthentication: {
+2 -6
View File
@@ -26,7 +26,6 @@
504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1A4EB3C21FED79650016851F /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
958DCC722DB07C7200EA8C5F /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = debug.xcconfig; path = ../debug.xcconfig; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
@@ -69,7 +68,6 @@
504EC30E1FED79650016851F /* Assets.xcassets */,
504EC3101FED79650016851F /* LaunchScreen.storyboard */,
504EC3131FED79650016851F /* Info.plist */,
1A4EB3C21FED79650016851F /* App.entitlements */,
2FAD9762203C412B000D30F8 /* config.xml */,
50B271D01FEDC1A000F3C39B /* public */,
);
@@ -297,7 +295,6 @@
baseConfigurationReference = 958DCC722DB07C7200EA8C5F /* debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
INFOPLIST_FILE = App/Info.plist;
@@ -308,7 +305,7 @@
);
MARKETING_VERSION = 1.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = io.demoapp.app;
PRODUCT_BUNDLE_IDENTIFIER = com.bringg.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
@@ -320,7 +317,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
INFOPLIST_FILE = App/Info.plist;
@@ -330,7 +326,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.demoapp.app;
PRODUCT_BUNDLE_IDENTIFIER = com.bringg.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
@@ -1,122 +1,14 @@
{
"images": [
"images" : [
{
"idiom": "iphone",
"scale": "1x",
"size": "20x20",
"filename": "icon-20.png"
},
{
"idiom": "ipad",
"scale": "1x",
"size": "20x20",
"filename": "icon-20.png"
},
{
"idiom": "iphone",
"scale": "1x",
"size": "29x29",
"filename": "icon-29.png"
},
{
"idiom": "ipad",
"scale": "1x",
"size": "29x29",
"filename": "icon-29.png"
},
{
"idiom": "ipad",
"scale": "1x",
"size": "40x40",
"filename": "icon-40.png"
},
{
"idiom": "iphone",
"scale": "2x",
"size": "20x20",
"filename": "icon-40.png"
},
{
"idiom": "iphone",
"scale": "2x",
"size": "29x29",
"filename": "icon-58.png"
},
{
"idiom": "ipad",
"scale": "2x",
"size": "29x29",
"filename": "icon-58.png"
},
{
"idiom": "iphone",
"scale": "3x",
"size": "20x20",
"filename": "icon-60.png"
},
{
"idiom": "ipad",
"scale": "1x",
"size": "76x76",
"filename": "icon-76.png"
},
{
"idiom": "iphone",
"scale": "2x",
"size": "40x40",
"filename": "icon-80.png"
},
{
"idiom": "ipad",
"scale": "2x",
"size": "40x40",
"filename": "icon-80.png"
},
{
"idiom": "iphone",
"scale": "3x",
"size": "29x29",
"filename": "icon-87.png"
},
{
"idiom": "iphone",
"scale": "2x",
"size": "60x60",
"filename": "icon-120.png"
},
{
"idiom": "iphone",
"scale": "3x",
"size": "40x40",
"filename": "icon-120.png"
},
{
"idiom": "ipad",
"scale": "2x",
"size": "76x76",
"filename": "icon-152.png"
},
{
"idiom": "ipad",
"scale": "2x",
"size": "83.5x83.5",
"filename": "icon-167.png"
},
{
"idiom": "iphone",
"scale": "3x",
"size": "60x60",
"filename": "icon-180.png"
},
{
"idiom": "ios-marketing",
"scale": "1x",
"size": "1024x1024",
"filename": "icon-1024.png"
"filename" : "AppIcon-512@2x.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info": {
"author": "appsuite",
"version": 1
"info" : {
"author" : "xcode",
"version" : 1
}
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 993 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

+17 -7
View File
@@ -1,13 +1,23 @@
{
"images": [
"images" : [
{
"idiom": "universal",
"filename": "splash.png",
"scale": "1x"
"idiom" : "universal",
"filename" : "splash-2732x2732-2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "splash-2732x2732-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "splash-2732x2732.png",
"scale" : "3x"
}
],
"info": {
"author": "appsuite",
"version": 1
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

+3 -3
View File
@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>DemoApp</string>
<string>bringg</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@@ -51,10 +51,10 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>io.demoapp.app</string>
<string>com.bringg.app</string>
<key>CFBundleURLSchemes</key>
<array>
<string>io.demoapp.app</string>
<string>com.bringg.app</string>
</array>
</dict>
</array>
-363
View File
@@ -1,363 +0,0 @@
workflows:
android-debug:
name: Android Debug APK
max_build_duration: 45
instance_type: mac_mini_m2
environment:
node: 22
java: 21
cache:
cache_paths:
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICES_JSON" ]; then
echo "$GOOGLE_SERVICES_JSON" | base64 --decode > android/app/google-services.json
echo "Wrote google-services.json ($(wc -c < android/app/google-services.json) bytes)"
else
echo "GOOGLE_SERVICES_JSON is empty — skipping"
fi
if [ -n "$GOOGLE_SERVICE_INFO_PLIST" ]; then
echo "$GOOGLE_SERVICE_INFO_PLIST" | base64 --decode > ios/App/App/GoogleService-Info.plist
echo "Wrote GoogleService-Info.plist ($(wc -c < ios/App/App/GoogleService-Info.plist) bytes)"
fi
- name: Capacitor sync
script: npx cap sync android
- name: Set up debug keystore
script: |
if [ -n "$CM_DEBUG_KEYSTORE" ]; then
echo "$CM_DEBUG_KEYSTORE" | base64 --decode > /tmp/debug-keystore.p12
fi
- name: Build debug APK
script: |
cd android
if [ -n "$CM_DEBUG_KEYSTORE" ]; then
./gradlew assembleDebug \
-Pandroid.injected.signing.store.file=/tmp/debug-keystore.p12 \
-Pandroid.injected.signing.store.password=$CM_DEBUG_KEYSTORE_PASSWORD \
-Pandroid.injected.signing.key.alias=debug \
-Pandroid.injected.signing.key.password=$CM_DEBUG_KEYSTORE_PASSWORD \
--no-daemon
else
./gradlew assembleDebug --no-daemon
fi
artifacts:
- android/app/build/outputs/apk/debug/app-debug.apk
android-release-apk:
name: Android Release APK
max_build_duration: 45
instance_type: mac_mini_m2
environment:
node: 22
java: 21
cache:
cache_paths:
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICES_JSON" ]; then
echo "$GOOGLE_SERVICES_JSON" | base64 --decode > android/app/google-services.json
fi
- name: Capacitor sync
script: npx cap sync android
- name: Set up keystore
script: echo "$CM_KEYSTORE" | base64 --decode > /tmp/keystore.jks
- name: Build Release APK
script: |
cd android
./gradlew assembleRelease \
-Pandroid.injected.signing.store.file=/tmp/keystore.jks \
-Pandroid.injected.signing.store.password=$CM_KEYSTORE_PASSWORD \
-Pandroid.injected.signing.key.alias=$CM_KEY_ALIAS \
-Pandroid.injected.signing.key.password=$CM_KEY_PASSWORD \
--no-daemon
artifacts:
- android/app/build/outputs/apk/release/app-release.apk
android-release-aab:
name: Android Release AAB
max_build_duration: 45
instance_type: mac_mini_m2
environment:
node: 22
java: 21
cache:
cache_paths:
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICES_JSON" ]; then
echo "$GOOGLE_SERVICES_JSON" | base64 --decode > android/app/google-services.json
fi
- name: Capacitor sync
script: npx cap sync android
- name: Set up keystore
script: echo "$CM_KEYSTORE" | base64 --decode > /tmp/keystore.jks
- name: Build Release AAB
script: |
cd android
./gradlew bundleRelease \
-Pandroid.injected.signing.store.file=/tmp/keystore.jks \
-Pandroid.injected.signing.store.password=$CM_KEYSTORE_PASSWORD \
-Pandroid.injected.signing.key.alias=$CM_KEY_ALIAS \
-Pandroid.injected.signing.key.password=$CM_KEY_PASSWORD \
--no-daemon
artifacts:
- android/app/build/outputs/bundle/release/app-release.aab
android-release:
name: Android Publish to Google Play
max_build_duration: 60
instance_type: mac_mini_m2
environment:
node: 22
java: 21
cache:
cache_paths:
- $HOME/.gradle/caches
- $HOME/.gradle/wrapper
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICES_JSON" ]; then
echo "$GOOGLE_SERVICES_JSON" | base64 --decode > android/app/google-services.json
fi
- name: Capacitor sync
script: npx cap sync android
- name: Set up keystore
script: echo "$CM_KEYSTORE" | base64 --decode > /tmp/keystore.jks
- name: Build Release AAB
script: |
cd android
./gradlew bundleRelease \
-Pandroid.injected.signing.store.file=/tmp/keystore.jks \
-Pandroid.injected.signing.store.password=$CM_KEYSTORE_PASSWORD \
-Pandroid.injected.signing.key.alias=$CM_KEY_ALIAS \
-Pandroid.injected.signing.key.password=$CM_KEY_PASSWORD \
--no-daemon
publishing:
google_play:
credentials: $GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS
track: $GOOGLE_PLAY_TRACK
submit_as_draft: false
artifacts:
- android/app/build/outputs/bundle/release/app-release.aab
ios-debug:
name: iOS Debug IPA
max_build_duration: 60
instance_type: mac_mini_m2
environment:
node: 22
xcode: latest
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Capacitor sync
script: npx cap sync ios
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICE_INFO_PLIST" ]; then
echo "$GOOGLE_SERVICE_INFO_PLIST" | base64 --decode > ios/App/App/GoogleService-Info.plist
ruby -e "
require 'xcodeproj'
project = Xcodeproj::Project.open('ios/App/App.xcodeproj')
target = project.targets.find { |t| t.name == 'App' }
app_group = project.main_group['App']
unless app_group.files.find { |f| f.path == 'GoogleService-Info.plist' }
file_ref = app_group.new_reference('GoogleService-Info.plist')
target.resources_build_phase.add_file_reference(file_ref)
project.save
end
"
fi
- name: Capacitor sync
script: npx cap sync ios
- name: Set up signing
script: |
keychain initialize
if [ -n "$APP_STORE_CONNECT_PRIVATE_KEY" ]; then
app-store-connect fetch-signing-files \
$(xcode-project detect-bundle-id) \
--type IOS_APP_DEVELOPMENT \
--certificate-key=@env:APP_STORE_CONNECT_PRIVATE_KEY \
--issuer-id=$APP_STORE_CONNECT_ISSUER_ID \
--key-id=$APP_STORE_CONNECT_KEY_IDENTIFIER \
--create
xcode-project use-profiles
elif [ -n "$CM_CERTIFICATE" ]; then
echo "$CM_CERTIFICATE" | base64 --decode > /tmp/cert.p12
keychain add-certificates \
--certificate /tmp/cert.p12 \
--certificate-password "$CM_CERTIFICATE_PASSWORD"
mkdir -p "$HOME/Library/MobileDevice/Provisioning Profiles"
echo "$CM_PROVISIONING_PROFILE" | base64 --decode > "$HOME/Library/MobileDevice/Provisioning Profiles/profile.mobileprovision"
xcode-project use-profiles
else
echo "No signing credentials configured — build will fail at signing"
exit 1
fi
- name: Build IPA
script: |
xcode-project build-ipa \
--workspace ios/App/App.xcworkspace \
--scheme App
artifacts:
- build/ios/ipa/*.ipa
ios-release:
name: iOS Release IPA
max_build_duration: 90
instance_type: mac_mini_m2
environment:
node: 22
xcode: latest
scripts:
- name: Strip unused scaffold packages
script: |
for pkg in "@capacitor/google-maps" "@capacitor/push-notifications" "@capacitor-firebase/authentication"; do
if ! grep -rq "$pkg" src/; then
node -e "const fs=require('fs'),p=JSON.parse(fs.readFileSync('package.json','utf8'));delete p.dependencies['${pkg}'];fs.writeFileSync('package.json',JSON.stringify(p,null,2));"
echo "Stripped $pkg (not used in src/)"
else
echo "Keeping $pkg (used in src/)"
fi
done
- name: Install dependencies
script: rm -f package-lock.json && npm install --legacy-peer-deps
- name: Build web assets
script: npm run build
- name: Capacitor sync
script: npx cap sync ios
- name: Write Firebase config
script: |
if [ -n "$GOOGLE_SERVICE_INFO_PLIST" ]; then
echo "$GOOGLE_SERVICE_INFO_PLIST" | base64 --decode > ios/App/App/GoogleService-Info.plist
ruby -e "
require 'xcodeproj'
project = Xcodeproj::Project.open('ios/App/App.xcodeproj')
target = project.targets.find { |t| t.name == 'App' }
app_group = project.main_group['App']
unless app_group.files.find { |f| f.path == 'GoogleService-Info.plist' }
file_ref = app_group.new_reference('GoogleService-Info.plist')
target.resources_build_phase.add_file_reference(file_ref)
project.save
end
"
fi
- name: Capacitor sync
script: npx cap sync ios
- name: Set up signing
script: |
keychain initialize
if [ -n "$APP_STORE_CONNECT_PRIVATE_KEY" ]; then
app-store-connect fetch-signing-files \
$(xcode-project detect-bundle-id) \
--type IOS_APP_STORE \
--certificate-key=@env:APP_STORE_CONNECT_PRIVATE_KEY \
--issuer-id=$APP_STORE_CONNECT_ISSUER_ID \
--key-id=$APP_STORE_CONNECT_KEY_IDENTIFIER \
--create
xcode-project use-profiles
else
echo "$CM_CERTIFICATE" | base64 --decode > /tmp/cert.p12
keychain add-certificates \
--certificate /tmp/cert.p12 \
--certificate-password "$CM_CERTIFICATE_PASSWORD"
mkdir -p "$HOME/Library/MobileDevice/Provisioning Profiles"
echo "$CM_PROVISIONING_PROFILE" | base64 --decode > "$HOME/Library/MobileDevice/Provisioning Profiles/profile.mobileprovision"
xcode-project use-profiles
fi
- name: Build IPA
script: |
xcode-project build-ipa \
--workspace ios/App/App.xcworkspace \
--scheme App \
--config Release
- name: Publish
script: |
if [ "$SUBMIT_TO_TESTFLIGHT" = "true" ] || [ "$SUBMIT_TO_APP_STORE" = "true" ]; then
app-store-connect publish \
--certificate-key=@env:APP_STORE_CONNECT_PRIVATE_KEY \
--issuer-id=$APP_STORE_CONNECT_ISSUER_ID \
--key-id=$APP_STORE_CONNECT_KEY_IDENTIFIER \
--submit-to-testflight=$SUBMIT_TO_TESTFLIGHT \
--submit-to-app-store=$SUBMIT_TO_APP_STORE
fi
artifacts:
- build/ios/ipa/*.ipa
+2 -2
View File
@@ -21,8 +21,8 @@
"@capacitor/push-notifications": "^8.1.1",
"@capacitor/status-bar": "8.0.2",
"@ionic/pwa-elements": "^3.0.0",
"@ionic/react": "8.8.7",
"@ionic/react-router": "8.8.7",
"@ionic/react": "^8.5.0",
"@ionic/react-router": "^8.5.0",
"@supabase/supabase-js": "^2.0.0",
"firebase": "^11.0.0",
"ionicons": "^7.4.0",
+49 -15
View File
@@ -1,8 +1,7 @@
import React, { useEffect } from 'react';
import React from 'react';
import { Redirect, Route } from 'react-router-dom';
import { IonApp, IonRouterOutlet } from '@ionic/react';
import { IonReactRouter } from '@ionic/react-router';
import { setStatusBarStyle, Style } from './utils/statusBar';
import '@ionic/react/css/core.css';
import '@ionic/react/css/normalize.css';
@@ -18,22 +17,57 @@ import '@ionic/react/css/display.css';
import './theme/variables.css';
import Home from './pages/Home';
import ProductDetail from './pages/ProductDetail';
import Cart from './pages/Cart';
import OrderConfirmation from './pages/OrderConfirmation';
import MyOrders from './pages/MyOrders';
import OrderDetail from './pages/OrderDetail';
import Auth from './pages/Auth';
import Profile from './pages/Profile';
import Addresses from './pages/Addresses';
import Wallet from './pages/Wallet';
import PaymentMethods from './pages/PaymentMethods';
import AddPaymentMethod from './pages/AddPaymentMethod';
import AdminOrders from './pages/AdminOrders';
import AdminOrderDetail from './pages/AdminOrderDetail';
import { AuthProvider } from './context/AuthContext';
const App: React.FC = () => {
useEffect(() => {
setStatusBarStyle(Style.Light);
}, []);
return (
<IonApp>
<IonReactRouter>
const App: React.FC = () => (
<IonApp>
<IonReactRouter>
<AuthProvider>
<IonRouterOutlet>
<Route path="/home" component={Home} exact />
<Route exact path="/" render={() => <Redirect to="/home" />} />
<Route path="/auth" component={Auth} exact />
<Route path="/product/:id" component={ProductDetail} exact />
<Route path="/cart" component={Cart} exact />
<Route path="/orders" component={MyOrders} exact />
<Route path="/orders/:id" component={OrderDetail} exact />
<Route path="/profile" component={Profile} exact />
<Route path="/addresses" component={Addresses} exact />
<Route path="/wallet" component={Wallet} exact />
<Route
path="/wallet/payment-methods"
component={PaymentMethods}
exact
/>
<Route
path="/wallet/payment-methods/add"
component={AddPaymentMethod}
exact
/>
<Route path="/admin/orders" component={AdminOrders} exact />
<Route path="/admin/orders/:id" component={AdminOrderDetail} exact />
<Route
path="/order-confirmation"
component={OrderConfirmation}
exact
/>
<Redirect exact from="/" to="/home" />
</IonRouterOutlet>
</IonReactRouter>
</IonApp>
);
};
</AuthProvider>
</IonReactRouter>
</IonApp>
);
export default App;
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 466 KiB

+36
View File
@@ -0,0 +1,36 @@
import React from 'react';
import { Redirect, Route, RouteProps } from 'react-router-dom';
import { IonLoading } from '@ionic/react';
import { useAuth } from '../context/AuthContext';
type Props = RouteProps;
const AdminRoute: React.FC<Props> = ({ component: Component, ...rest }) => {
const { user, profile, isLoading } = useAuth();
if (!Component) return null;
return (
<Route
{...rest}
render={(props) => {
if (isLoading) {
return <IonLoading isOpen message="Loading..." />;
}
if (!user) {
return <Redirect to="/auth" />;
}
if (!profile?.is_admin) {
return <Redirect to="/home" />;
}
const RouteComponent = Component as React.ComponentType<any>;
return <RouteComponent {...props} />;
}}
/>
);
};
export default AdminRoute;
+101
View File
@@ -0,0 +1,101 @@
import React from 'react';
import {
IonButton,
IonIcon,
IonLabel,
IonModal,
IonRadio,
IonRadioGroup,
IonItem,
IonList,
} from '@ionic/react';
import { funnelOutline } from 'ionicons/icons';
export type SortOption = 'popular' | 'price-asc' | 'price-desc' | 'name-asc';
type Props = {
categories: string[];
selectedCategory: string;
setSelectedCategory: (value: string) => void;
sortOption: SortOption;
setSortOption: (value: SortOption) => void;
isOpen: boolean;
onClose: () => void;
};
const ProductFilters: React.FC<Props> = ({
categories,
selectedCategory,
setSelectedCategory,
sortOption,
setSortOption,
isOpen,
onClose,
}) => (
<>
<div className="filter-row">
<div className="filter-chip-row">
<IonButton
fill={selectedCategory === 'All' ? 'solid' : 'outline'}
size="small"
onClick={() => setSelectedCategory('All')}
>
All
</IonButton>
{categories.map((category) => (
<IonButton
key={category}
fill={selectedCategory === category ? 'solid' : 'outline'}
size="small"
onClick={() => setSelectedCategory(category)}
>
{category}
</IonButton>
))}
</div>
<IonButton fill="clear" className="filter-button" onClick={onClose}>
<IonIcon icon={funnelOutline} slot="start" />
Filters
</IonButton>
</div>
<IonModal
isOpen={isOpen}
onDidDismiss={onClose}
breakpoints={[0, 0.45]}
initialBreakpoint={0.45}
>
<div className="filter-modal ion-padding">
<h2>Sort products</h2>
<IonRadioGroup
value={sortOption}
onIonChange={(e) => setSortOption(e.detail.value)}
>
<IonList lines="none">
<IonItem>
<IonLabel>Most popular</IonLabel>
<IonRadio value="popular" />
</IonItem>
<IonItem>
<IonLabel>Price: low to high</IonLabel>
<IonRadio value="price-asc" />
</IonItem>
<IonItem>
<IonLabel>Price: high to low</IonLabel>
<IonRadio value="price-desc" />
</IonItem>
<IonItem>
<IonLabel>Name: A to Z</IonLabel>
<IonRadio value="name-asc" />
</IonItem>
</IonList>
</IonRadioGroup>
<IonButton expand="block" onClick={onClose}>
Done
</IonButton>
</div>
</IonModal>
</>
);
export default ProductFilters;
+32
View File
@@ -0,0 +1,32 @@
import React from 'react';
import { Redirect, Route, RouteProps } from 'react-router-dom';
import { IonLoading } from '@ionic/react';
import { useAuth } from '../context/AuthContext';
type Props = RouteProps;
const ProtectedRoute: React.FC<Props> = ({ component: Component, ...rest }) => {
const { user, isLoading } = useAuth();
if (!Component) return null;
return (
<Route
{...rest}
render={(props) => {
if (isLoading) {
return <IonLoading isOpen message="Loading..." />;
}
if (!user) {
return <Redirect to="/auth" />;
}
const RouteComponent = Component as React.ComponentType<any>;
return <RouteComponent {...props} />;
}}
/>
);
};
export default ProtectedRoute;
+97
View File
@@ -0,0 +1,97 @@
import React, {
createContext,
useContext,
useEffect,
useMemo,
useState,
} from 'react';
import type { Session, User } from '@supabase/supabase-js';
import { supabase } from '../supabase';
import type { Tables } from '../database.types';
type Profile = Tables<'profiles'>;
type AuthContextValue = {
session: Session | null;
user: User | null;
profile: Profile | null;
isLoading: boolean;
refreshProfile: () => Promise<void>;
signOut: () => Promise<void>;
};
const AuthContext = createContext<AuthContextValue | undefined>(undefined);
export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({
children,
}) => {
const [session, setSession] = useState<Session | null>(null);
const [user, setUser] = useState<User | null>(null);
const [profile, setProfile] = useState<Profile | null>(null);
const [isLoading, setIsLoading] = useState(true);
const loadProfile = async (userId: string | null) => {
if (!userId) {
setProfile(null);
return;
}
const { data } = await supabase
.from('profiles')
.select('*')
.eq('id', userId)
.maybeSingle();
setProfile(data ?? null);
};
useEffect(() => {
let isMounted = true;
supabase.auth.getSession().then(async ({ data }) => {
if (!isMounted) return;
const nextSession = data.session ?? null;
setSession(nextSession);
setUser(nextSession?.user ?? null);
await loadProfile(nextSession?.user?.id ?? null);
if (isMounted) setIsLoading(false);
});
const {
data: { subscription },
} = supabase.auth.onAuthStateChange(async (_event, nextSession) => {
setSession(nextSession);
setUser(nextSession?.user ?? null);
await loadProfile(nextSession?.user?.id ?? null);
setIsLoading(false);
});
return () => {
isMounted = false;
subscription.unsubscribe();
};
}, []);
const value = useMemo<AuthContextValue>(
() => ({
session,
user,
profile,
isLoading,
refreshProfile: async () => loadProfile(user?.id ?? null),
signOut: async () => {
await supabase.auth.signOut();
},
}),
[session, user, profile, isLoading]
);
return <AuthContext.Provider value={value}>{children}</AuthContext.Provider>;
};
export const useAuth = () => {
const context = useContext(AuthContext);
if (!context) {
throw new Error('useAuth must be used within AuthProvider');
}
return context;
};
+425
View File
@@ -0,0 +1,425 @@
export type Json =
| string
| number
| boolean
| null
| { [key: string]: Json | undefined }
| Json[]
export type Database = {
// Allows to automatically instantiate createClient with right options
// instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
__InternalSupabase: {
PostgrestVersion: "14.5"
}
public: {
Tables: {
addresses: {
Row: {
address_line: string
created_at: string
id: string
is_default: boolean
label: string
notes: string | null
phone: string
recipient_name: string
user_id: string
}
Insert: {
address_line: string
created_at?: string
id?: string
is_default?: boolean
label: string
notes?: string | null
phone: string
recipient_name: string
user_id: string
}
Update: {
address_line?: string
created_at?: string
id?: string
is_default?: boolean
label?: string
notes?: string | null
phone?: string
recipient_name?: string
user_id?: string
}
Relationships: []
}
order_items: {
Row: {
created_at: string
id: string
order_id: string
product_id: string
product_name: string
quantity: number
unit_price: number
}
Insert: {
created_at?: string
id?: string
order_id: string
product_id: string
product_name: string
quantity: number
unit_price: number
}
Update: {
created_at?: string
id?: string
order_id?: string
product_id?: string
product_name?: string
quantity?: number
unit_price?: number
}
Relationships: [
{
foreignKeyName: "order_items_order_id_fkey"
columns: ["order_id"]
isOneToOne: false
referencedRelation: "orders"
referencedColumns: ["id"]
},
]
}
orders: {
Row: {
address_id: string | null
created_at: string
customer_name: string | null
customer_phone: string | null
delivery_address: string | null
delivery_fee: number
delivery_notes: string | null
id: string
item_count: number
order_number: string
status: string
subtotal: number
total: number
user_id: string | null
}
Insert: {
address_id?: string | null
created_at?: string
customer_name?: string | null
customer_phone?: string | null
delivery_address?: string | null
delivery_fee?: number
delivery_notes?: string | null
id?: string
item_count?: number
order_number: string
status?: string
subtotal?: number
total?: number
user_id?: string | null
}
Update: {
address_id?: string | null
created_at?: string
customer_name?: string | null
customer_phone?: string | null
delivery_address?: string | null
delivery_fee?: number
delivery_notes?: string | null
id?: string
item_count?: number
order_number?: string
status?: string
subtotal?: number
total?: number
user_id?: string | null
}
Relationships: [
{
foreignKeyName: "orders_address_id_fkey"
columns: ["address_id"]
isOneToOne: false
referencedRelation: "addresses"
referencedColumns: ["id"]
},
]
}
payment_methods: {
Row: {
brand: string
cardholder_name: string | null
created_at: string
expiry_month: number
expiry_year: number
id: string
is_default: boolean
last4: string
user_id: string
}
Insert: {
brand: string
cardholder_name?: string | null
created_at?: string
expiry_month: number
expiry_year: number
id?: string
is_default?: boolean
last4: string
user_id: string
}
Update: {
brand?: string
cardholder_name?: string | null
created_at?: string
expiry_month?: number
expiry_year?: number
id?: string
is_default?: boolean
last4?: string
user_id?: string
}
Relationships: []
}
profiles: {
Row: {
created_at: string
full_name: string | null
id: string
is_admin: boolean
phone: string | null
updated_at: string
}
Insert: {
created_at?: string
full_name?: string | null
id: string
is_admin?: boolean
phone?: string | null
updated_at?: string
}
Update: {
created_at?: string
full_name?: string | null
id?: string
is_admin?: boolean
phone?: string | null
updated_at?: string
}
Relationships: []
}
wallet_transactions: {
Row: {
amount: number
created_at: string
description: string | null
id: string
order_id: string | null
title: string
type: string
wallet_id: string
}
Insert: {
amount: number
created_at?: string
description?: string | null
id?: string
order_id?: string | null
title: string
type: string
wallet_id: string
}
Update: {
amount?: number
created_at?: string
description?: string | null
id?: string
order_id?: string | null
title?: string
type?: string
wallet_id?: string
}
Relationships: [
{
foreignKeyName: "wallet_transactions_order_id_fkey"
columns: ["order_id"]
isOneToOne: false
referencedRelation: "orders"
referencedColumns: ["id"]
},
{
foreignKeyName: "wallet_transactions_wallet_id_fkey"
columns: ["wallet_id"]
isOneToOne: false
referencedRelation: "wallets"
referencedColumns: ["id"]
},
]
}
wallets: {
Row: {
balance: number
created_at: string
currency: string
id: string
updated_at: string
user_id: string
}
Insert: {
balance?: number
created_at?: string
currency?: string
id?: string
updated_at?: string
user_id: string
}
Update: {
balance?: number
created_at?: string
currency?: string
id?: string
updated_at?: string
user_id?: string
}
Relationships: []
}
}
Views: {
[_ in never]: never
}
Functions: {
[_ in never]: never
}
Enums: {
[_ in never]: never
}
CompositeTypes: {
[_ in never]: never
}
}
}
type DatabaseWithoutInternals = Omit<Database, "__InternalSupabase">
type DefaultSchema = DatabaseWithoutInternals[Extract<keyof Database, "public">]
export type Tables<
DefaultSchemaTableNameOrOptions extends
| keyof (DefaultSchema["Tables"] & DefaultSchema["Views"])
| { schema: keyof DatabaseWithoutInternals },
TableName extends DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? keyof (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])
: never = never,
> = DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])[TableName] extends {
Row: infer R
}
? R
: never
: DefaultSchemaTableNameOrOptions extends keyof (DefaultSchema["Tables"] &
DefaultSchema["Views"])
? (DefaultSchema["Tables"] &
DefaultSchema["Views"])[DefaultSchemaTableNameOrOptions] extends {
Row: infer R
}
? R
: never
: never
export type TablesInsert<
DefaultSchemaTableNameOrOptions extends
| keyof DefaultSchema["Tables"]
| { schema: keyof DatabaseWithoutInternals },
TableName extends DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
: never = never,
> = DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
Insert: infer I
}
? I
: never
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
Insert: infer I
}
? I
: never
: never
export type TablesUpdate<
DefaultSchemaTableNameOrOptions extends
| keyof DefaultSchema["Tables"]
| { schema: keyof DatabaseWithoutInternals },
TableName extends DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
: never = never,
> = DefaultSchemaTableNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
Update: infer U
}
? U
: never
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
Update: infer U
}
? U
: never
: never
export type Enums<
DefaultSchemaEnumNameOrOptions extends
| keyof DefaultSchema["Enums"]
| { schema: keyof DatabaseWithoutInternals },
EnumName extends DefaultSchemaEnumNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? keyof DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"]
: never = never,
> = DefaultSchemaEnumNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"][EnumName]
: DefaultSchemaEnumNameOrOptions extends keyof DefaultSchema["Enums"]
? DefaultSchema["Enums"][DefaultSchemaEnumNameOrOptions]
: never
export type CompositeTypes<
PublicCompositeTypeNameOrOptions extends
| keyof DefaultSchema["CompositeTypes"]
| { schema: keyof DatabaseWithoutInternals },
CompositeTypeName extends PublicCompositeTypeNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? keyof DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"]
: never = never,
> = PublicCompositeTypeNameOrOptions extends {
schema: keyof DatabaseWithoutInternals
}
? DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"][CompositeTypeName]
: PublicCompositeTypeNameOrOptions extends keyof DefaultSchema["CompositeTypes"]
? DefaultSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
: never
export const Constants = {
public: {
Enums: {},
},
} as const
+308
View File
@@ -0,0 +1,308 @@
import React, { useMemo, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonInput,
IonItem,
IonLabel,
IonPage,
IonText,
IonToggle,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { cardOutline, chevronBackOutline } from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import { useAuth } from '../context/AuthContext';
import { setStatusBarStyle, Style } from '../utils/statusBar';
const sanitizeCardNumber = (value: string) =>
value.replace(/\D/g, '').slice(0, 19);
const sanitizeExpiry = (value: string) => {
const digits = value.replace(/\D/g, '').slice(0, 4);
if (digits.length <= 2) return digits;
return `${digits.slice(0, 2)}/${digits.slice(2)}`;
};
const sanitizeCvv = (value: string) => value.replace(/\D/g, '').slice(0, 4);
const detectBrand = (cardNumber: string) => {
if (/^4/.test(cardNumber)) return 'Visa';
if (/^(5[1-5]|2[2-7])/.test(cardNumber)) return 'Mastercard';
if (/^3[47]/.test(cardNumber)) return 'Amex';
return 'Card';
};
const AddPaymentMethod: React.FC = () => {
const history = useHistory();
const { user } = useAuth();
const [cardholderName, setCardholderName] = useState('');
const [cardNumber, setCardNumber] = useState('');
const [expiry, setExpiry] = useState('');
const [cvv, setCvv] = useState('');
const [setAsDefault, setSetAsDefault] = useState(true);
const [isPreviewBack, setIsPreviewBack] = useState(false);
const [isSubmitting, setIsSubmitting] = useState(false);
const [message, setMessage] = useState('');
const [error, setError] = useState('');
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Light);
});
const showError = (text: string) => {
setError(text);
window.setTimeout(() => setError(''), 4000);
};
const formattedCardNumber = useMemo(() => {
return sanitizeCardNumber(cardNumber)
.replace(/(.{4})/g, '$1 ')
.trim();
}, [cardNumber]);
const cardBrand = detectBrand(sanitizeCardNumber(cardNumber));
const previewNumber = formattedCardNumber || '1234 5678 9010 0010';
const previewName = cardholderName.trim() || 'Andrew Johnson';
const previewExpiry = expiry || '10/22';
const previewCvv = cvv || '123';
const handleSave = async () => {
if (!user) {
history.replace('/auth');
return;
}
const cleanCardNumber = sanitizeCardNumber(cardNumber);
const cleanExpiry = sanitizeExpiry(expiry);
const [monthRaw, yearRaw] = cleanExpiry.split('/');
const month = Number(monthRaw);
const year = Number(yearRaw);
if (!cardholderName.trim()) return showError('Enter the name on card.');
if (cleanCardNumber.length < 12)
return showError('Enter a valid card number.');
if (
!month ||
month < 1 ||
month > 12 ||
String(yearRaw ?? '').length !== 2
) {
return showError('Enter a valid expiry date.');
}
if (sanitizeCvv(cvv).length < 3) return showError('Enter a valid CVV.');
setIsSubmitting(true);
setError('');
if (setAsDefault) {
await supabase
.from('payment_methods')
.update({ is_default: false })
.eq('user_id', user.id);
}
const { error: insertError } = await supabase
.from('payment_methods')
.insert({
user_id: user.id,
brand: detectBrand(cleanCardNumber),
last4: cleanCardNumber.slice(-4),
expiry_month: month,
expiry_year: 2000 + year,
cardholder_name: cardholderName.trim(),
is_default: setAsDefault,
});
setIsSubmitting(false);
if (insertError) {
showError('Could not save this payment method.');
return;
}
setMessage('Payment method saved.');
window.setTimeout(() => history.replace('/wallet/payment-methods'), 700);
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to payment methods"
onClick={() => history.replace('/wallet/payment-methods')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Wallet</span>
<strong>Add card</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent fullscreen className="wallet-page add-card-page ion-padding">
<div className="wallet-intro-card add-card-intro-card">
<h1>Add Credit Card</h1>
<p>
Save a card for faster checkout. Only masked card metadata is stored
in this phase.
</p>
</div>
<div className="add-card-preview-shell">
<div className="preview-toggle-wrap">
<IonButton
fill="clear"
className="card-preview-toggle-button"
onClick={() => setIsPreviewBack((value) => !value)}
>
Show {isPreviewBack ? 'front' : 'back'} preview
</IonButton>
</div>
<div className="card-preview-stage">
<div
className={`card-preview card-preview-front ${
!isPreviewBack ? 'is-visible' : 'is-hidden'
}`}
>
<div className="card-preview-top-row">
<div className="card-chip-visual" />
<span className="card-brand-pill">{cardBrand}</span>
</div>
<div className="card-preview-number">{previewNumber}</div>
<div className="card-preview-meta-row">
<div>
<span>Cardholder Name</span>
<strong>{previewName}</strong>
</div>
<div className="card-preview-meta-right">
<span>Valid Thru</span>
<strong>{previewExpiry}</strong>
</div>
</div>
</div>
<div
className={`card-preview card-preview-back ${
isPreviewBack ? 'is-visible' : 'is-hidden'
}`}
>
<div className="card-preview-strip" />
<div className="card-preview-cvv-block">
<span>Security Code</span>
<strong>{previewCvv}</strong>
</div>
</div>
</div>
</div>
<div className="wallet-form-card add-card-form-card">
{message && (
<IonText color="success">
<p className="wallet-inline-message">{message}</p>
</IonText>
)}
{error && (
<IonText color="danger">
<p className="wallet-inline-message">{error}</p>
</IonText>
)}
<div className="checkout-form-grid add-card-form-grid">
<div className="form-field full-width">
<IonLabel>Card Number</IonLabel>
<IonItem lines="none" className="checkout-input add-card-input">
<IonIcon icon={cardOutline} slot="start" />
<IonInput
value={formattedCardNumber}
type="text"
inputMode="numeric"
placeholder="1234 5678 9012 3456"
onIonFocus={() => setIsPreviewBack(false)}
onIonInput={(e) => setCardNumber(e.detail.value ?? '')}
/>
</IonItem>
</div>
<div className="form-field">
<IonLabel>Cardholder Name</IonLabel>
<IonItem lines="none" className="checkout-input add-card-input">
<IonInput
value={cardholderName}
placeholder="Andrew Johnson"
onIonFocus={() => setIsPreviewBack(false)}
onIonInput={(e) => setCardholderName(e.detail.value ?? '')}
/>
</IonItem>
</div>
<div className="form-field">
<IonLabel>Valid Thru</IonLabel>
<IonItem lines="none" className="checkout-input add-card-input">
<IonInput
value={expiry}
type="text"
inputMode="numeric"
placeholder="10/22"
onIonFocus={() => setIsPreviewBack(false)}
onIonInput={(e) =>
setExpiry(sanitizeExpiry(e.detail.value ?? ''))
}
/>
</IonItem>
</div>
<div className="form-field full-width add-card-security-block">
<IonLabel>Security Code (CVV)</IonLabel>
<IonItem
lines="none"
className="checkout-input add-card-input add-card-cvv-input"
>
<IonInput
value={cvv}
type="password"
inputMode="numeric"
placeholder="123"
onIonFocus={() => setIsPreviewBack(true)}
onIonInput={(e) => setCvv(sanitizeCvv(e.detail.value ?? ''))}
/>
</IonItem>
</div>
</div>
<div className="wallet-toggle-row add-card-toggle-row">
<div>
<strong>Set as default</strong>
<p>Use this card first the next time you checkout.</p>
</div>
<IonToggle
checked={setAsDefault}
onIonChange={(e) => setSetAsDefault(e.detail.checked)}
/>
</div>
<IonButton
expand="block"
className="reference-place-order-button add-card-save-button"
onClick={handleSave}
disabled={isSubmitting}
>
{isSubmitting ? 'Save Card' : 'Save Card'}
</IonButton>
</div>
</IonContent>
</IonPage>
);
};
export default AddPaymentMethod;
+262
View File
@@ -0,0 +1,262 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonInput,
IonItem,
IonLabel,
IonList,
IonPage,
IonText,
IonTextarea,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { chevronBackOutline, trashOutline } from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import { useAuth } from '../context/AuthContext';
import type { Tables } from '../database.types';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Address = Tables<'addresses'>;
const Addresses: React.FC = () => {
const history = useHistory();
const { user } = useAuth();
const [addresses, setAddresses] = useState<Address[]>([]);
const [label, setLabel] = useState('Home');
const [recipientName, setRecipientName] = useState('');
const [phone, setPhone] = useState('');
const [addressLine, setAddressLine] = useState('');
const [notes, setNotes] = useState('');
const [message, setMessage] = useState('');
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
});
const showMessage = (msg: string) => {
setMessage(msg);
window.setTimeout(() => setMessage(''), 4000);
};
const loadAddresses = async () => {
if (!user) return;
const { data } = await supabase
.from('addresses')
.select('*')
.eq('user_id', user.id)
.order('is_default', { ascending: false })
.order('created_at', { ascending: false });
setAddresses(data ?? []);
};
useEffect(() => {
loadAddresses();
}, [user?.id]);
const saveAddress = async () => {
if (
!user ||
!recipientName.trim() ||
!phone.trim() ||
!addressLine.trim()
) {
showMessage('Complete the required address details.');
return;
}
const makeDefault = addresses.length === 0;
if (makeDefault) {
await supabase
.from('addresses')
.update({ is_default: false })
.eq('user_id', user.id);
}
const { error } = await supabase.from('addresses').insert({
user_id: user.id,
label: label.trim() || 'Address',
recipient_name: recipientName.trim(),
phone: phone.trim(),
address_line: addressLine.trim(),
notes: notes.trim() || null,
is_default: makeDefault,
});
if (!error) {
setLabel('Home');
setRecipientName('');
setPhone('');
setAddressLine('');
setNotes('');
showMessage('Address saved.');
loadAddresses();
}
};
const setDefaultAddress = async (addressId: string) => {
if (!user) return;
await supabase
.from('addresses')
.update({ is_default: false })
.eq('user_id', user.id);
await supabase
.from('addresses')
.update({ is_default: true })
.eq('id', addressId);
loadAddresses();
};
const deleteAddress = async (addressId: string) => {
await supabase.from('addresses').delete().eq('id', addressId);
loadAddresses();
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to profile"
onClick={() => history.replace('/profile')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Profile</span>
<strong>Addresses</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
{message && (
<IonText color="medium">
<p>{message}</p>
</IonText>
)}
<div className="checkout-card">
<div className="section-heading checkout-heading">
<h2>Add address</h2>
</div>
<div className="checkout-form-grid">
<div className="form-field">
<IonLabel position="stacked">Label</IonLabel>
<IonInput
value={label}
onIonInput={(e) => setLabel(e.detail.value ?? '')}
className="checkout-input"
/>
</div>
<div className="form-field">
<IonLabel position="stacked">Recipient</IonLabel>
<IonInput
value={recipientName}
onIonInput={(e) => setRecipientName(e.detail.value ?? '')}
className="checkout-input"
/>
</div>
<div className="form-field">
<IonLabel position="stacked">Phone</IonLabel>
<IonInput
value={phone}
onIonInput={(e) => setPhone(e.detail.value ?? '')}
className="checkout-input"
/>
</div>
<div className="form-field full-width">
<IonLabel position="stacked">Address</IonLabel>
<IonTextarea
value={addressLine}
onIonInput={(e) => setAddressLine(e.detail.value ?? '')}
className="checkout-input checkout-textarea"
autoGrow
rows={3}
/>
</div>
<div className="form-field full-width">
<IonLabel position="stacked">Notes</IonLabel>
<IonTextarea
value={notes}
onIonInput={(e) => setNotes(e.detail.value ?? '')}
className="checkout-input checkout-textarea"
autoGrow
rows={3}
/>
</div>
</div>
<IonButton expand="block" onClick={saveAddress}>
Save address
</IonButton>
</div>
{addresses.length === 0 ? (
<div className="empty-state">
<h3>No saved addresses</h3>
<p className="muted-text">
Save your first address for faster checkout.
</p>
</div>
) : (
<IonList lines="none" className="orders-list">
{addresses.map((address) => (
<div key={address.id} className="order-card">
<div className="order-card-top">
<div>
<span className="order-label">{address.label}</span>
<h3>{address.recipient_name}</h3>
</div>
{address.is_default ? (
<span className="default-pill">Default</span>
) : (
<IonButton
size="small"
fill="outline"
onClick={() => setDefaultAddress(address.id)}
>
Make default
</IonButton>
)}
</div>
<div className="delivery-detail-row delivery-detail-block">
<span>Phone</span>
<strong>{address.phone}</strong>
</div>
<div className="delivery-detail-row delivery-detail-block">
<span>Address</span>
<strong>{address.address_line}</strong>
</div>
{address.notes && (
<div className="delivery-detail-row delivery-detail-block">
<span>Notes</span>
<strong>{address.notes}</strong>
</div>
)}
<IonButton
fill="clear"
color="danger"
onClick={() => deleteAddress(address.id)}
>
<IonIcon slot="start" icon={trashOutline} />
Delete
</IonButton>
</div>
))}
</IonList>
)}
</IonContent>
</IonPage>
);
};
export default Addresses;
+123
View File
@@ -0,0 +1,123 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonContent,
IonHeader,
IonIcon,
IonItem,
IonLabel,
IonList,
IonPage,
IonSelect,
IonSelectOption,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { chevronBackOutline } from 'ionicons/icons';
import { RouteComponentProps, useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import type { Tables } from '../database.types';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Props = RouteComponentProps<{ id: string }>;
type Order = Tables<'orders'>;
type OrderItem = Tables<'order_items'>;
const statuses = ['confirmed', 'packed', 'out_for_delivery', 'delivered'];
const AdminOrderDetail: React.FC<Props> = ({ match }) => {
const history = useHistory();
const [order, setOrder] = useState<Order | null>(null);
const [items, setItems] = useState<OrderItem[]>([]);
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
});
const loadOrder = async () => {
const [{ data: orderData }, { data: itemData }] = await Promise.all([
supabase.from('orders').select('*').eq('id', match.params.id).single(),
supabase.from('order_items').select('*').eq('order_id', match.params.id),
]);
setOrder(orderData ?? null);
setItems(itemData ?? []);
};
useEffect(() => {
loadOrder();
}, [match.params.id]);
const updateStatus = async (status: string) => {
await supabase.from('orders').update({ status }).eq('id', match.params.id);
loadOrder();
};
if (!order)
return (
<IonPage>
<IonContent />
</IonPage>
);
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to admin orders"
onClick={() => history.replace('/admin/orders')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Admin order</span>
<strong>{order.order_number}</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<div className="tracking-summary-card">
<div className="delivery-detail-row">
<span>Customer</span>
<strong>{order.customer_name || '—'}</strong>
</div>
<div className="delivery-detail-row">
<span>Phone</span>
<strong>{order.customer_phone || '—'}</strong>
</div>
<div className="delivery-detail-row delivery-detail-block">
<span>Address</span>
<strong>{order.delivery_address || '—'}</strong>
</div>
<IonSelect
value={order.status}
interface="action-sheet"
onIonChange={(e) => updateStatus(e.detail.value)}
>
{statuses.map((status) => (
<IonSelectOption key={status} value={status}>
{status.replace(/_/g, ' ')}
</IonSelectOption>
))}
</IonSelect>
</div>
<IonList lines="none" className="cart-list">
{items.map((item) => (
<IonItem key={item.id} className="cart-item">
<IonLabel>
<h2>{item.product_name}</h2>
<p>Qty {item.quantity}</p>
</IonLabel>
</IonItem>
))}
</IonList>
</IonContent>
</IonPage>
);
};
export default AdminOrderDetail;
+109
View File
@@ -0,0 +1,109 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonContent,
IonHeader,
IonIcon,
IonItem,
IonLabel,
IonList,
IonPage,
IonSelect,
IonSelectOption,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { chevronBackOutline } from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import type { Tables } from '../database.types';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Order = Tables<'orders'>;
const statuses = ['confirmed', 'packed', 'out_for_delivery', 'delivered'];
const AdminOrders: React.FC = () => {
const history = useHistory();
const [orders, setOrders] = useState<Order[]>([]);
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
});
const loadOrders = async () => {
const { data } = await supabase
.from('orders')
.select('*')
.order('created_at', { ascending: false });
setOrders(data ?? []);
};
useEffect(() => {
loadOrders();
}, []);
const updateStatus = async (orderId: string, status: string) => {
await supabase.from('orders').update({ status }).eq('id', orderId);
loadOrders();
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to profile"
onClick={() => history.replace('/profile')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Admin</span>
<strong>Orders</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<IonList lines="none" className="orders-list">
{orders.map((order) => (
<IonItem
key={order.id}
className="cart-item admin-order-item"
button
onClick={() => history.push(`/admin/orders/${order.id}`)}
>
<IonLabel>
<h2>{order.order_number}</h2>
<p>
{order.customer_name || 'Customer'} · $
{Number(order.total).toFixed(2)}
</p>
</IonLabel>
<IonSelect
value={order.status}
interface="popover"
onIonChange={(e) => {
e.stopPropagation();
updateStatus(order.id, e.detail.value);
}}
>
{statuses.map((status) => (
<IonSelectOption key={status} value={status}>
{status.replace(/_/g, ' ')}
</IonSelectOption>
))}
</IonSelect>
</IonItem>
))}
</IonList>
</IonContent>
</IonPage>
);
};
export default AdminOrders;
+225
View File
@@ -0,0 +1,225 @@
import React, { useState } from 'react';
import {
IonButton,
IonContent,
IonHeader,
IonInput,
IonItem,
IonLabel,
IonPage,
IonText,
IonTitle,
IonToolbar,
IonToggle,
useIonViewWillEnter,
} from '@ionic/react';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import { setStatusBarStyle, Style } from '../utils/statusBar';
const Auth: React.FC = () => {
const history = useHistory();
const [mode, setMode] = useState<'login' | 'signup'>('login');
const [email, setEmail] = useState('');
const [password, setPassword] = useState('');
const [message, setMessage] = useState('');
const [errorMessage, setErrorMessage] = useState('');
const [isSubmitting, setIsSubmitting] = useState(false);
const [demoMode, setDemoMode] = useState(true);
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Light);
});
const showError = (msg: string) => {
setErrorMessage(msg);
window.setTimeout(() => setErrorMessage(''), 4000);
};
const showMessage = (msg: string) => {
setMessage(msg);
window.setTimeout(() => setMessage(''), 4000);
};
const normaliseAuthError = (msg: string) => {
const lowered = msg.toLowerCase();
if (lowered.includes('email not confirmed')) {
return 'Please confirm your email before signing in. Check your inbox for the verification email.';
}
if (lowered.includes('invalid login credentials')) {
return 'Incorrect email or password. Please try again.';
}
if (lowered.includes('user already registered')) {
return 'An account with this email already exists. Please sign in instead.';
}
return msg;
};
const handleResendConfirmation = async () => {
if (!email.trim()) {
showError(
'Enter your email address first so we can resend the confirmation email.'
);
return;
}
setIsSubmitting(true);
const { error } = await supabase.auth.resend({
type: 'signup',
email: email.trim(),
});
setIsSubmitting(false);
if (error) {
showError(normaliseAuthError(error.message));
return;
}
showMessage('Confirmation email sent. Please check your inbox.');
};
const handleSubmit = async () => {
if (demoMode && mode === 'login') {
history.replace('/wallet');
return;
}
if (!email.trim() || password.trim().length < 6) {
showError('Enter a valid email and password with at least 6 characters.');
return;
}
setIsSubmitting(true);
if (mode === 'login') {
const { error } = await supabase.auth.signInWithPassword({
email: email.trim(),
password,
});
setIsSubmitting(false);
if (error) {
showError(normaliseAuthError(error.message));
return;
}
history.replace('/home');
return;
}
const { data, error } = await supabase.auth.signUp({
email: email.trim(),
password,
});
setIsSubmitting(false);
if (error) {
showError(normaliseAuthError(error.message));
return;
}
if (data.session) {
history.replace('/home');
return;
}
showMessage('Account created! Check your email for a verification link.');
};
return (
<IonPage>
<IonHeader className="ion-no-border">
<IonToolbar>
<IonTitle>
{mode === 'login' ? 'Welcome back' : 'Create account'}
</IonTitle>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding auth-page">
<div className="auth-card">
<h1>
{mode === 'login'
? 'Sign in to continue'
: 'Create your shopping account'}
</h1>
<p className="muted-text">
Save your orders, addresses, and track deliveries securely.
</p>
{errorMessage && (
<IonText color="danger">
<p>{errorMessage}</p>
</IonText>
)}
{message && (
<IonText color="success">
<p>{message}</p>
</IonText>
)}
<div className="auth-form">
<IonItem lines="none" className="auth-input-item auth-toggle-item">
<IonLabel>Demo quick access</IonLabel>
<IonToggle
checked={demoMode}
onIonChange={(e) => setDemoMode(e.detail.checked)}
/>
</IonItem>
<IonText className="auth-helper-text">
<p>
When enabled, Sign in opens the app immediately so you can
review the full experience without authentication.
</p>
</IonText>
<IonItem lines="none" className="auth-input-item">
<IonLabel position="stacked">Email</IonLabel>
<IonInput
value={email}
type="email"
disabled={demoMode && mode === 'login'}
onIonInput={(e) => setEmail(e.detail.value ?? '')}
/>
</IonItem>
<IonItem lines="none" className="auth-input-item">
<IonLabel position="stacked">Password</IonLabel>
<IonInput
value={password}
type="password"
disabled={demoMode && mode === 'login'}
onIonInput={(e) => setPassword(e.detail.value ?? '')}
/>
</IonItem>
<IonButton
expand="block"
onClick={handleSubmit}
disabled={isSubmitting}
>
{mode === 'login' ? 'Sign in' : 'Create account'}
</IonButton>
{mode === 'login' && (
<IonButton
fill="clear"
expand="block"
onClick={handleResendConfirmation}
disabled={isSubmitting}
>
Resend confirmation email
</IonButton>
)}
<IonButton
fill="clear"
expand="block"
onClick={() => setMode(mode === 'login' ? 'signup' : 'login')}
>
{mode === 'login'
? 'Need an account? Sign up'
: 'Already have an account? Sign in'}
</IonButton>
</div>
</div>
</IonContent>
</IonPage>
);
};
export default Auth;
+529
View File
@@ -0,0 +1,529 @@
import React, { useEffect, useMemo, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonInput,
IonItem,
IonLabel,
IonList,
IonLoading,
IonPage,
IonSelect,
IonSelectOption,
IonTextarea,
IonText,
IonTitle,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import {
addOutline,
bagHandleOutline,
chevronBackOutline,
removeOutline,
timeOutline,
trashOutline,
} from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import type { Tables, TablesInsert } from '../database.types';
import { useAuth } from '../context/AuthContext';
import { CartItem, LAST_ORDER_STORAGE_KEY, readCart, writeCart } from './Home';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Address = Tables<'addresses'>;
type CheckoutForm = {
customerName: string;
customerPhone: string;
deliveryAddress: string;
deliveryNotes: string;
addressId: string;
};
type FormErrors = Partial<Record<keyof CheckoutForm, string>>;
type SavedOrderInfo = {
id: string;
orderNumber: string;
total: number;
itemCount: number;
status: string;
customerName: string;
customerPhone: string;
deliveryAddress: string;
deliveryNotes: string;
};
const initialForm: CheckoutForm = {
customerName: '',
customerPhone: '',
deliveryAddress: '',
deliveryNotes: '',
addressId: '',
};
const Cart: React.FC = () => {
const history = useHistory();
const { user, profile } = useAuth();
const [cart, setCart] = useState<CartItem[]>([]);
const [addresses, setAddresses] = useState<Address[]>([]);
const [isSubmitting, setIsSubmitting] = useState(false);
const [errorMessage, setErrorMessage] = useState('');
const [form, setForm] = useState<CheckoutForm>(initialForm);
const [formErrors, setFormErrors] = useState<FormErrors>({});
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
});
useEffect(() => {
setCart(readCart());
}, []);
useEffect(() => {
const syncCartFromStorage = () => setCart(readCart());
window.addEventListener('storage', syncCartFromStorage);
window.addEventListener(
'cart:updated',
syncCartFromStorage as EventListener
);
return () => {
window.removeEventListener('storage', syncCartFromStorage);
window.removeEventListener(
'cart:updated',
syncCartFromStorage as EventListener
);
};
}, []);
useEffect(() => {
const loadAddresses = async () => {
if (!user) {
setAddresses([]);
setForm((current) => ({
...current,
customerName: current.customerName || profile?.full_name || '',
customerPhone: current.customerPhone || profile?.phone || '',
addressId: '',
}));
return;
}
const { data } = await supabase
.from('addresses')
.select('*')
.eq('user_id', user.id)
.order('is_default', { ascending: false });
const nextAddresses = data ?? [];
setAddresses(nextAddresses);
const defaultAddress =
nextAddresses.find((address) => address.is_default) ?? nextAddresses[0];
setForm((current) => ({
...current,
customerName:
current.customerName ||
profile?.full_name ||
defaultAddress?.recipient_name ||
'',
customerPhone:
current.customerPhone ||
profile?.phone ||
defaultAddress?.phone ||
'',
deliveryAddress:
current.deliveryAddress || defaultAddress?.address_line || '',
deliveryNotes: current.deliveryNotes || defaultAddress?.notes || '',
addressId: defaultAddress?.id || '',
}));
};
void loadAddresses();
}, [user?.id, profile?.full_name, profile?.phone]);
const syncCart = (nextCart: CartItem[]) => {
setCart(nextCart);
writeCart(nextCart);
};
const showError = (message: string) => {
setErrorMessage(message);
window.setTimeout(() => setErrorMessage(''), 4000);
};
const handleFieldChange = (field: keyof CheckoutForm, value: string) => {
setForm((current) => ({ ...current, [field]: value }));
if (formErrors[field]) {
setFormErrors((current) => ({ ...current, [field]: undefined }));
}
};
const handleAddressSelect = (addressId: string) => {
const selected = addresses.find((address) => address.id === addressId);
if (!selected) return;
setForm((current) => ({
...current,
addressId,
customerName: selected.recipient_name,
customerPhone: selected.phone,
deliveryAddress: selected.address_line,
deliveryNotes: selected.notes || '',
}));
};
const validateForm = () => {
const nextErrors: FormErrors = {};
if (!form.customerName.trim()) {
nextErrors.customerName = 'Please enter the customer name.';
}
if (form.customerPhone.trim().replace(/\D/g, '').length < 7) {
nextErrors.customerPhone = 'Please enter a valid phone number.';
}
if (form.deliveryAddress.trim().length < 10) {
nextErrors.deliveryAddress =
'Please add a more complete delivery address.';
}
setFormErrors(nextErrors);
return Object.keys(nextErrors).length === 0;
};
const itemCount = useMemo(
() => cart.reduce((sum, item) => sum + item.quantity, 0),
[cart]
);
const subtotal = useMemo(
() => cart.reduce((sum, item) => sum + item.price * item.quantity, 0),
[cart]
);
const deliveryFee = cart.length > 0 ? 2.99 : 0;
const total = subtotal + deliveryFee;
const updateQuantity = (id: string, delta: number) =>
syncCart(
cart
.map((item) =>
item.id === id ? { ...item, quantity: item.quantity + delta } : item
)
.filter((item) => item.quantity > 0)
);
const removeItem = (id: string) =>
syncCart(cart.filter((item) => item.id !== id));
const placeOrder = async () => {
if (cart.length === 0 || isSubmitting) return;
if (!validateForm()) {
showError('Please complete the checkout form before placing the order.');
return;
}
setIsSubmitting(true);
const orderNumber = `QC-${Date.now().toString().slice(-6)}`;
const orderPayload: TablesInsert<'orders'> = {
order_number: orderNumber,
subtotal,
delivery_fee: deliveryFee,
total,
item_count: itemCount,
status: 'confirmed',
customer_name: form.customerName.trim(),
customer_phone: form.customerPhone.trim(),
delivery_address: form.deliveryAddress.trim(),
delivery_notes: form.deliveryNotes.trim() || null,
user_id: user?.id ?? null,
address_id: user ? form.addressId || null : null,
};
const { data: order, error: orderError } = await supabase
.from('orders')
.insert(orderPayload)
.select()
.single();
if (orderError || !order) {
setIsSubmitting(false);
showError('We could not place your order. Please try again.');
return;
}
const itemsPayload: TablesInsert<'order_items'>[] = cart.map((item) => ({
order_id: order.id,
product_id: item.id,
product_name: item.name,
unit_price: item.price,
quantity: item.quantity,
}));
const { error: itemsError } = await supabase
.from('order_items')
.insert(itemsPayload);
if (itemsError) {
await supabase.from('orders').delete().eq('id', order.id);
setIsSubmitting(false);
showError('We could not save your order items. Please try again.');
return;
}
const savedOrder: SavedOrderInfo = {
id: order.id,
orderNumber: order.order_number,
total: Number(order.total),
itemCount: order.item_count,
status: order.status,
customerName: order.customer_name ?? '',
customerPhone: order.customer_phone ?? '',
deliveryAddress: order.delivery_address ?? '',
deliveryNotes: order.delivery_notes ?? '',
};
localStorage.setItem(LAST_ORDER_STORAGE_KEY, JSON.stringify(savedOrder));
writeCart([]);
setCart([]);
setIsSubmitting(false);
history.replace('/order-confirmation');
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to home"
onClick={() => history.replace('/home')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Checkout</span>
<strong>Basket</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent fullscreen className="hybrid-page-surface ion-padding">
<IonLoading isOpen={isSubmitting} message="Placing your order..." />
{errorMessage && (
<IonText color="danger">
<p>{errorMessage}</p>
</IonText>
)}
{cart.length === 0 ? (
<div className="empty-state reference-empty-state cart-empty">
<IonIcon icon={bagHandleOutline} />
<h3>Your basket is empty</h3>
<p className="muted-text">
Add your first product to place an order.
</p>
<IonButton onClick={() => history.push('/home')}>
Browse products
</IonButton>
</div>
) : (
<div className="reference-cart-layout">
<div className="reference-cart-summary-strip">
<div>
<p className="overview-label">Items in basket</p>
<h2>
{itemCount} item{itemCount === 1 ? '' : 's'}
</h2>
</div>
<div className="summary-time-pill">
<IonIcon icon={timeOutline} />
<span>Arrives in 60 min</span>
</div>
</div>
<IonList lines="none" className="cart-list reference-cart-list">
{cart.map((item) => (
<IonItem
key={item.id}
className="cart-item reference-cart-item"
>
<IonLabel>
<h2>{item.name}</h2>
<p>${item.price.toFixed(2)} each</p>
<strong>${(item.price * item.quantity).toFixed(2)}</strong>
</IonLabel>
<div className="cart-actions reference-cart-actions">
<IonButton
fill="clear"
onClick={() => updateQuantity(item.id, -1)}
>
<IonIcon icon={removeOutline} />
</IonButton>
<span>{item.quantity}</span>
<IonButton
fill="clear"
onClick={() => updateQuantity(item.id, 1)}
>
<IonIcon icon={addOutline} />
</IonButton>
<IonButton
fill="clear"
color="danger"
onClick={() => removeItem(item.id)}
>
<IonIcon icon={trashOutline} />
</IonButton>
</div>
</IonItem>
))}
</IonList>
<div className="checkout-card reference-checkout-card">
<div className="section-heading checkout-heading">
<div>
<h2>Delivery details</h2>
<IonText color="medium">
<p>Complete this to confirm your order</p>
</IonText>
</div>
</div>
{user && addresses.length > 0 && (
<div className="form-field full-width">
<IonLabel position="stacked">Saved address</IonLabel>
<IonSelect
value={form.addressId}
placeholder="Choose a saved address"
className="checkout-input"
onIonChange={(e) => handleAddressSelect(e.detail.value)}
>
{addresses.map((address) => (
<IonSelectOption key={address.id} value={address.id}>
{address.label} · {address.address_line}
</IonSelectOption>
))}
</IonSelect>
</div>
)}
<div className="checkout-form-grid">
<div className="form-field">
<IonLabel position="stacked">Customer name</IonLabel>
<IonInput
value={form.customerName}
placeholder="Enter full name"
className="checkout-input"
onIonInput={(e) =>
handleFieldChange('customerName', e.detail.value ?? '')
}
/>
{formErrors.customerName && (
<IonText color="danger" className="field-error">
<p>{formErrors.customerName}</p>
</IonText>
)}
</div>
<div className="form-field">
<IonLabel position="stacked">Phone number</IonLabel>
<IonInput
value={form.customerPhone}
type="tel"
inputmode="tel"
placeholder="e.g. +263 77 123 4567"
className="checkout-input"
onIonInput={(e) =>
handleFieldChange('customerPhone', e.detail.value ?? '')
}
/>
{formErrors.customerPhone && (
<IonText color="danger" className="field-error">
<p>{formErrors.customerPhone}</p>
</IonText>
)}
</div>
<div className="form-field full-width">
<IonLabel position="stacked">Delivery address</IonLabel>
<IonTextarea
value={form.deliveryAddress}
autoGrow
rows={3}
placeholder="House number, street, suburb, city"
className="checkout-input checkout-textarea"
onIonInput={(e) =>
handleFieldChange('deliveryAddress', e.detail.value ?? '')
}
/>
{formErrors.deliveryAddress && (
<IonText color="danger" className="field-error">
<p>{formErrors.deliveryAddress}</p>
</IonText>
)}
</div>
<div className="form-field full-width">
<IonLabel position="stacked">Delivery notes</IonLabel>
<IonTextarea
value={form.deliveryNotes}
autoGrow
rows={3}
placeholder="Gate code, landmark, or helpful instructions"
className="checkout-input checkout-textarea"
onIonInput={(e) =>
handleFieldChange('deliveryNotes', e.detail.value ?? '')
}
/>
</div>
</div>
{user && (
<IonButton
fill="outline"
expand="block"
className="detail-secondary-button"
onClick={() => history.push('/addresses')}
>
Manage saved addresses
</IonButton>
)}
</div>
<div className="summary-card reference-order-total-card">
<div className="summary-row">
<IonText color="medium">Items</IonText>
<strong>{itemCount}</strong>
</div>
<div className="summary-row">
<IonText color="medium">Subtotal</IonText>
<strong>${subtotal.toFixed(2)}</strong>
</div>
<div className="summary-row">
<IonText color="medium">Delivery</IonText>
<strong>${deliveryFee.toFixed(2)}</strong>
</div>
<div className="summary-row total-row">
<span>Total</span>
<strong>${total.toFixed(2)}</strong>
</div>
<IonButton
expand="block"
className="reference-place-order-button"
onClick={placeOrder}
disabled={isSubmitting}
>
Place order
</IonButton>
</div>
</div>
)}
</IonContent>
</IonPage>
);
};
export default Cart;
+831 -19
View File
@@ -1,30 +1,842 @@
import React from 'react';
import React, { useEffect, useMemo, useState } from 'react';
import {
IonButton,
IonChip,
IonContent,
IonHeader,
IonIcon,
IonPage,
IonSearchbar,
IonText,
IonTitle,
IonToolbar,
IonToast,
useIonViewWillEnter,
} from '@ionic/react';
import {
bagHandleOutline,
cartOutline,
chevronForwardOutline,
homeOutline,
locationOutline,
micOutline,
personCircleOutline,
receiptOutline,
searchOutline,
storefrontOutline,
timeOutline,
} from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import ProductFilters, { SortOption } from '../components/ProductFilters';
import { useAuth } from '../context/AuthContext';
import { setStatusBarStyle, Style } from '../utils/statusBar';
import avocadoOilImage from '../assets/organic-avocado-oil.png';
import sourdoughBreadImage from '../assets/artisan-sourdough-bread.png';
import strawberriesPackImage from '../assets/fresh-strawberries-pack.png';
import farmEggsImage from '../assets/farm-eggs-carton.png';
import bananasImage from '../assets/bananas-bunch.png';
import wholeMilkImage from '../assets/whole-milk-carton.png';
import brownRiceImage from '../assets/brown-rice-bag.png';
import chickenBreastImage from '../assets/chicken-breast-pack.png';
import orangeJuiceImage from '../assets/orange-juice-bottle.png';
import rolledOatsImage from '../assets/rolled-oats-pack.png';
import greekYogurtImage from '../assets/greek-yogurt-cup.png';
import peanutButterImage from '../assets/peanut-butter-jar.png';
import spaghettiImage from '../assets/pasta-spaghetti-pack.png';
import tomatoSauceImage from '../assets/tomato-sauce-jar.png';
import cheddarCheeseImage from '../assets/cheddar-cheese-block.png';
import lettuceImage from '../assets/lettuce-head.png';
import carrotsImage from '../assets/carrots-bag.png';
import potatoesImage from '../assets/potatoes-bag.png';
import onionsImage from '../assets/onions-net-bag.png';
import salmonImage from '../assets/salmon-fillet-pack.png';
import sparklingWaterImage from '../assets/sparkling-water-pack.png';
import coffeeBeansImage from '../assets/coffee-beans-bag.png';
import greenTeaImage from '../assets/green-tea-box.png';
import oliveOilImage from '../assets/olive-oil-bottle.png';
const Home: React.FC = () => (
<IonPage>
<IonHeader translucent className="home-header">
<IonToolbar className="home-toolbar">
<IonTitle>Home</IonTitle>
</IonToolbar>
</IonHeader>
<IonContent fullscreen className="home-content">
<div className="home-shell minimal-home-shell">
<section className="minimal-welcome-card subtle-welcome-card">
<h1>Welcome to your new app</h1>
<p className="minimal-subtitle">
Chat with the assistant to start adding features and pages
</p>
</section>
</div>
</IonContent>
</IonPage>
export type Product = {
id: string;
name: string;
category: string;
description: string;
price: number;
rating: number;
prepTime: string;
image: string;
imageAlt: string;
};
export type CartItem = {
id: string;
name: string;
price: number;
quantity: number;
};
export const CART_STORAGE_KEY = 'simple-shop-cart';
export const LAST_ORDER_STORAGE_KEY = 'simple-shop-last-order';
export const products: Product[] = [
{
id: '1',
name: 'Organic Avocado Oil',
category: 'Pantry',
description:
'Cold-pressed avocado oil for cooking, roasting, and healthy everyday meals.',
price: 8.99,
rating: 4.8,
prepTime: '60 MIN',
image: avocadoOilImage,
imageAlt: 'Bottle of organic avocado oil with fresh avocados',
},
{
id: '2',
name: 'Artisan Sourdough Bread',
category: 'Bakery',
description:
'Freshly baked sourdough loaf with a crisp crust and soft, airy center.',
price: 7.49,
rating: 4.6,
prepTime: '45 MIN',
image: sourdoughBreadImage,
imageAlt: 'Fresh artisan sourdough bread loaf on a wooden board',
},
{
id: '3',
name: 'Fresh Strawberries Pack',
category: 'Fruit',
description:
'Sweet, bright strawberries packed fresh for snacks, desserts, and smoothies.',
price: 9.25,
rating: 4.9,
prepTime: '35 MIN',
image: strawberriesPackImage,
imageAlt: 'Pack of fresh strawberries with berries beside it',
},
{
id: '4',
name: 'Free Range Farm Eggs',
category: 'Dairy & Eggs',
description:
'Farm-fresh eggs with rich yolks, ideal for breakfast, baking, and meal prep.',
price: 4.5,
rating: 4.7,
prepTime: '55 MIN',
image: farmEggsImage,
imageAlt: 'Carton of free range farm eggs on a clean background',
},
{
id: '5',
name: 'Bananas Bunch',
category: 'Fruit',
description:
'Naturally sweet ripe bananas for breakfast bowls, snacks, and smoothies.',
price: 3.2,
rating: 4.7,
prepTime: '40 MIN',
image: bananasImage,
imageAlt: 'Fresh bunch of ripe yellow bananas',
},
{
id: '6',
name: 'Whole Milk Carton',
category: 'Dairy & Eggs',
description:
'Creamy whole milk for cereal, coffee, cooking, and family breakfasts.',
price: 3.99,
rating: 4.5,
prepTime: '30 MIN',
image: wholeMilkImage,
imageAlt: 'Carton of whole milk standing upright',
},
{
id: '7',
name: 'Brown Rice Bag',
category: 'Pantry',
description:
'Nutty wholegrain brown rice for bowls, sides, and meal prep dinners.',
price: 5.75,
rating: 4.6,
prepTime: '50 MIN',
image: brownRiceImage,
imageAlt: 'Sealed bag of brown rice on a white background',
},
{
id: '8',
name: 'Chicken Breast Pack',
category: 'Meat & Seafood',
description:
'Lean chicken breast fillets for grilling, roasting, and protein-packed meals.',
price: 11.9,
rating: 4.8,
prepTime: '70 MIN',
image: chickenBreastImage,
imageAlt: 'Pack of fresh chicken breast fillets',
},
{
id: '9',
name: 'Orange Juice Bottle',
category: 'Beverages',
description:
'Bright citrus orange juice for a refreshing breakfast or midday boost.',
price: 4.8,
rating: 4.6,
prepTime: '25 MIN',
image: orangeJuiceImage,
imageAlt: 'Bottle of orange juice on a clean background',
},
{
id: '10',
name: 'Rolled Oats Pack',
category: 'Breakfast',
description:
'Hearty rolled oats for porridge, overnight oats, and healthy baking.',
price: 4.25,
rating: 4.7,
prepTime: '35 MIN',
image: rolledOatsImage,
imageAlt: 'Pack of rolled oats on a white background',
},
{
id: '11',
name: 'Greek Yogurt Cup',
category: 'Dairy & Eggs',
description:
'Thick plain Greek yogurt with a rich texture for breakfast and snacks.',
price: 2.65,
rating: 4.5,
prepTime: '20 MIN',
image: greekYogurtImage,
imageAlt: 'Single cup of plain Greek yogurt',
},
{
id: '12',
name: 'Peanut Butter Jar',
category: 'Pantry',
description:
'Smooth peanut butter for toast, sandwiches, smoothies, and baking.',
price: 5.2,
rating: 4.8,
prepTime: '45 MIN',
image: peanutButterImage,
imageAlt: 'Jar of peanut butter on a white background',
},
{
id: '13',
name: 'Spaghetti Pasta Pack',
category: 'Pantry',
description:
'Classic spaghetti pasta for quick weeknight dinners and family meals.',
price: 3.45,
rating: 4.6,
prepTime: '50 MIN',
image: spaghettiImage,
imageAlt: 'Pack of spaghetti pasta on a clean background',
},
{
id: '14',
name: 'Tomato Sauce Jar',
category: 'Pantry',
description:
'Rich tomato sauce for pasta, pizza bases, and simmered home cooking.',
price: 3.95,
rating: 4.7,
prepTime: '55 MIN',
image: tomatoSauceImage,
imageAlt: 'Glass jar of tomato sauce',
},
{
id: '15',
name: 'Cheddar Cheese Block',
category: 'Dairy & Eggs',
description:
'Sharp cheddar cheese block for sandwiches, snacks, sauces, and grating.',
price: 6.15,
rating: 4.7,
prepTime: '35 MIN',
image: cheddarCheeseImage,
imageAlt: 'Block of cheddar cheese on a white background',
},
{
id: '16',
name: 'Fresh Lettuce Head',
category: 'Vegetables',
description:
'Crisp green lettuce for salads, wraps, burgers, and light lunches.',
price: 2.8,
rating: 4.4,
prepTime: '30 MIN',
image: lettuceImage,
imageAlt: 'Fresh green head of lettuce',
},
{
id: '17',
name: 'Carrots Bag',
category: 'Vegetables',
description:
'Sweet crunchy carrots for roasting, soups, stir-fries, and lunch boxes.',
price: 3.1,
rating: 4.5,
prepTime: '45 MIN',
image: carrotsImage,
imageAlt: 'Bag of fresh carrots on a clean background',
},
{
id: '18',
name: 'Potatoes Bag',
category: 'Vegetables',
description:
'Versatile potatoes for frying, mashing, baking, and hearty dinners.',
price: 4.75,
rating: 4.6,
prepTime: '55 MIN',
image: potatoesImage,
imageAlt: 'Mesh bag of potatoes',
},
{
id: '19',
name: 'Onions Net Bag',
category: 'Vegetables',
description:
'Flavorful onions for stews, sauces, sautés, and everyday cooking.',
price: 3.35,
rating: 4.4,
prepTime: '50 MIN',
image: onionsImage,
imageAlt: 'Net bag of onions on a white background',
},
{
id: '20',
name: 'Salmon Fillet Pack',
category: 'Meat & Seafood',
description:
'Fresh salmon fillet packed for quick oven dinners and healthy lunches.',
price: 13.99,
rating: 4.8,
prepTime: '70 MIN',
image: salmonImage,
imageAlt: 'Packaged salmon fillet on a clean background',
},
{
id: '21',
name: 'Sparkling Water Pack',
category: 'Beverages',
description:
'Refreshing sparkling water multipack for hydration and light entertaining.',
price: 6.8,
rating: 4.5,
prepTime: '25 MIN',
image: sparklingWaterImage,
imageAlt: 'Multipack of sparkling water cans',
},
{
id: '22',
name: 'Coffee Beans Bag',
category: 'Beverages',
description:
'Roasted coffee beans with a rich aroma for espresso and filter brews.',
price: 9.6,
rating: 4.8,
prepTime: '40 MIN',
image: coffeeBeansImage,
imageAlt: 'Bag of roasted coffee beans on a white background',
},
{
id: '23',
name: 'Green Tea Box',
category: 'Beverages',
description:
'Soothing green tea for a light daily ritual and calming warm drink.',
price: 4.4,
rating: 4.5,
prepTime: '30 MIN',
image: greenTeaImage,
imageAlt: 'Box of green tea on a clean background',
},
{
id: '24',
name: 'Extra Virgin Olive Oil',
category: 'Pantry',
description:
'Fragrant olive oil for salads, drizzling, roasting, and Mediterranean meals.',
price: 10.5,
rating: 4.9,
prepTime: '60 MIN',
image: oliveOilImage,
imageAlt: 'Bottle of extra virgin olive oil on a white background',
},
];
export const readCart = (): CartItem[] => {
if (typeof window === 'undefined') return [];
try {
const savedCart = window.localStorage.getItem(CART_STORAGE_KEY);
if (!savedCart) return [];
const parsed = JSON.parse(savedCart) as CartItem[];
return Array.isArray(parsed) ? parsed : [];
} catch {
return [];
}
};
export const writeCart = (cart: CartItem[]) => {
if (typeof window === 'undefined') return;
window.localStorage.setItem(CART_STORAGE_KEY, JSON.stringify(cart));
window.dispatchEvent(new CustomEvent('cart:updated'));
};
const featuredSectionIds = ['12', '11', '23', '1', '24'];
const homeLifestyleSectionIds = ['6', '9', '21', '22', '10'];
const STORE_OPEN_HOUR = 8;
const STORE_CLOSE_HOUR = 20;
const formatPlacedTime = (date: Date) =>
date.toLocaleTimeString([], {
hour: '2-digit',
minute: '2-digit',
hour12: false,
});
const formatHourSlot = (hour24: number) => {
const normalized = ((hour24 % 24) + 24) % 24;
const hour12 = normalized % 12 === 0 ? 12 : normalized % 12;
const suffix = normalized >= 12 ? 'PM' : 'AM';
return `${hour12} ${suffix}`;
};
const formatDeliveryWindow = (startHour24: number, endHour24: number) =>
`${formatHourSlot(startHour24)}-${formatHourSlot(endHour24)}`;
const getDeliveryTiming = (now: Date) => {
const currentHour = now.getHours();
let slotStart = STORE_OPEN_HOUR;
let slotEnd = STORE_OPEN_HOUR + 1;
if (currentHour < STORE_OPEN_HOUR) {
slotStart = STORE_OPEN_HOUR;
slotEnd = STORE_OPEN_HOUR + 1;
} else if (currentHour >= STORE_CLOSE_HOUR - 1) {
slotStart = STORE_OPEN_HOUR;
slotEnd = STORE_OPEN_HOUR + 1;
} else {
slotStart = currentHour + 1;
slotEnd = Math.min(slotStart + 1, STORE_CLOSE_HOUR);
}
const etaHour = slotStart;
const etaMinute = now.getMinutes() < 30 ? 15 : 45;
const etaDate = new Date(now);
etaDate.setHours(etaHour, etaMinute, 0, 0);
if (currentHour >= STORE_CLOSE_HOUR - 1) {
etaDate.setDate(etaDate.getDate() + 1);
}
return {
placedLabel: formatPlacedTime(now),
windowLabel: formatDeliveryWindow(slotStart, slotEnd),
etaLabel: etaDate.toLocaleTimeString([], {
hour: 'numeric',
minute: '2-digit',
hour12: true,
}),
};
};
const ProductShelf: React.FC<{
title: string;
products: Product[];
onOpenProduct: (id: string) => void;
onQuickAdd?: (product: Product) => void;
}> = ({ title, products: shelfProducts, onOpenProduct, onQuickAdd }) => (
<section className="shelf-section">
<div className="shelf-section-header">
<h2>{title}</h2>
<IonButton fill="clear" className="view-all-button">
View All
</IonButton>
</div>
<div className="shelf-scroll">
{shelfProducts.map((product) => (
<button
key={product.id}
type="button"
className="shelf-product-card"
onClick={() => onOpenProduct(product.id)}
>
<div className="shelf-image-wrap">
<img
src={product.image}
alt={product.imageAlt}
className="shelf-product-image"
/>
<button
type="button"
className="shelf-add-badge"
onClick={(event) => {
event.stopPropagation();
onQuickAdd?.(product);
}}
aria-label={`Add ${product.name} to cart`}
>
+
</button>
</div>
<div className="shelf-card-copy">
<span className="browse-product-category">{product.category}</span>
<h3 className="shelf-product-title">{product.name}</h3>
<div className="shelf-price-block">
<span className="shelf-price">${product.price.toFixed(2)}</span>
</div>
<p className="shelf-product-description">{product.description}</p>
<div className="shelf-meta-pill">
<IonIcon icon={timeOutline} />
<span>{product.prepTime}</span>
</div>
</div>
</button>
))}
</div>
</section>
);
const Home: React.FC = () => {
const history = useHistory();
const { user } = useAuth();
const [query, setQuery] = useState('');
const [now, setNow] = useState(() => new Date());
const [cartCount, setCartCount] = useState(0);
const [selectedCategory, setSelectedCategory] = useState('All');
const [sortOption, setSortOption] = useState<SortOption>('popular');
const [isFilterOpen, setIsFilterOpen] = useState(false);
const [toastMessage, setToastMessage] = useState('');
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
const count = readCart().reduce((sum, item) => sum + item.quantity, 0);
setCartCount(count);
});
useEffect(() => {
const syncCount = () =>
setCartCount(readCart().reduce((sum, item) => sum + item.quantity, 0));
syncCount();
window.addEventListener('storage', syncCount);
window.addEventListener('cart:updated', syncCount as EventListener);
return () => {
window.removeEventListener('storage', syncCount);
window.removeEventListener('cart:updated', syncCount as EventListener);
};
}, []);
useEffect(() => {
const interval = window.setInterval(() => {
setNow(new Date());
}, 60000);
return () => window.clearInterval(interval);
}, []);
const categories = useMemo(
() => Array.from(new Set(products.map((product) => product.category))),
[]
);
const filteredProducts = useMemo(() => {
const term = query.toLowerCase().trim();
const nextProducts = products.filter((product) => {
const matchesCategory =
selectedCategory === 'All' || product.category === selectedCategory;
const matchesQuery =
!term ||
[product.name, product.category, product.description]
.join(' ')
.toLowerCase()
.includes(term);
return matchesCategory && matchesQuery;
});
const sorted = [...nextProducts];
if (sortOption === 'price-asc') sorted.sort((a, b) => a.price - b.price);
if (sortOption === 'price-desc') sorted.sort((a, b) => b.price - a.price);
if (sortOption === 'name-asc') {
sorted.sort((a, b) => a.name.localeCompare(b.name));
}
if (sortOption === 'popular') sorted.sort((a, b) => b.rating - a.rating);
return sorted;
}, [query, selectedCategory, sortOption]);
const featuredProducts = useMemo(
() => products.filter((product) => featuredSectionIds.includes(product.id)),
[]
);
const lifestyleProducts = useMemo(
() =>
products.filter((product) =>
homeLifestyleSectionIds.includes(product.id)
),
[]
);
const addressLabel = '22 Acacia St';
const { placedLabel, windowLabel, etaLabel } = getDeliveryTiming(now);
const handleQuickAdd = (product: Product) => {
const cart = readCart();
const existingItem = cart.find((item) => item.id === product.id);
const nextCart = existingItem
? cart.map((item) =>
item.id === product.id
? { ...item, quantity: item.quantity + 1 }
: item
)
: [
...cart,
{
id: product.id,
name: product.name,
price: product.price,
quantity: 1,
},
];
writeCart(nextCart);
setCartCount(nextCart.reduce((sum, item) => sum + item.quantity, 0));
setToastMessage(`${product.name} added to basket`);
};
return (
<IonPage>
<IonHeader className="home-premium-header ion-no-border">
<IonToolbar>
<div className="home-premium-toolbar">
<div className="home-premium-location-block">
<span>Deliver to</span>
<button type="button" className="home-premium-location-button">
<IonIcon icon={locationOutline} />
<strong>{addressLabel}</strong>
<IonIcon icon={chevronForwardOutline} />
</button>
</div>
<div className="home-premium-header-actions">
<div className="home-open-pill">Open</div>
<button
type="button"
className="home-premium-cart-button"
onClick={() => history.push('/cart')}
aria-label="Open basket"
>
<IonIcon icon={cartOutline} />
<span>{cartCount}</span>
</button>
</div>
</div>
</IonToolbar>
</IonHeader>
<IonContent
fullscreen
className="hybrid-home-content premium-home-content"
>
<div className="home-premium-hero">
<div className="home-premium-hero-copy">
<span>Fresh groceries, fast</span>
<h1>Shop today's picks</h1>
<p>Curated essentials delivered in your next available slot.</p>
</div>
<div className="home-premium-chip-grid">
<div className="home-premium-chip">
<IonIcon icon={timeOutline} />
<div>
<span>Placed</span>
<strong>{placedLabel}</strong>
</div>
</div>
<div className="home-premium-chip">
<IonIcon icon={bagHandleOutline} />
<div>
<span>Delivery</span>
<strong>{windowLabel}</strong>
</div>
</div>
</div>
<div className="home-premium-search-card">
<IonSearchbar
value={query}
onIonInput={(event) => setQuery(event.detail.value ?? '')}
placeholder="Search products and brands"
searchIcon={searchOutline}
/>
<div className="home-premium-search-actions">
<IonIcon icon={storefrontOutline} />
<IonIcon icon={micOutline} />
</div>
</div>
<button
type="button"
className="home-premium-tracking-card"
onClick={() => history.push('/orders')}
>
<div className="home-premium-tracking-icon">
<IonIcon icon={bagHandleOutline} />
</div>
<div className="home-premium-tracking-copy">
<span>Order tracking</span>
<strong>Order placed</strong>
<p>ETA {etaLabel}</p>
</div>
<IonIcon icon={chevronForwardOutline} />
</button>
</div>
<div className="home-shelves-area hybrid-shelves-area premium-shelves-area">
<ProductShelf
title="GROCERIES PAYDAY DEALS"
products={featuredProducts}
onOpenProduct={(id) => history.push(`/product/${id}`)}
onQuickAdd={handleQuickAdd}
/>
<ProductShelf
title="HOME & LIFESTYLE PAYDAY DEALS"
products={lifestyleProducts}
onOpenProduct={(id) => history.push(`/product/${id}`)}
onQuickAdd={handleQuickAdd}
/>
<div className="browse-section">
<div className="section-heading reference-section-heading">
<div>
<h2>Browse everything</h2>
<IonText color="medium">
<p>{filteredProducts.length} products available</p>
</IonText>
</div>
</div>
<ProductFilters
categories={categories}
selectedCategory={selectedCategory}
setSelectedCategory={setSelectedCategory}
sortOption={sortOption}
setSortOption={setSortOption}
isOpen={isFilterOpen}
onClose={() => setIsFilterOpen((value) => !value)}
/>
{filteredProducts.length === 0 ? (
<div className="empty-state reference-empty-state">
<IonIcon icon={bagHandleOutline} />
<h3>No products found</h3>
<p>Try a different search term or category.</p>
<IonButton
onClick={() => {
setQuery('');
setSelectedCategory('All');
}}
>
Clear filters
</IonButton>
</div>
) : (
<div className="browse-product-grid">
{filteredProducts.map((product) => (
<button
key={product.id}
type="button"
className="browse-product-card"
onClick={() => history.push(`/product/${product.id}`)}
>
<div className="browse-product-image-wrap">
<img src={product.image} alt={product.imageAlt} />
<button
type="button"
className="browse-add-badge"
onClick={(event) => {
event.stopPropagation();
handleQuickAdd(product);
}}
aria-label={`Add ${product.name} to cart`}
>
+
</button>
</div>
<div className="browse-product-copy">
<span className="browse-product-category">
{product.category}
</span>
<h3>{product.name}</h3>
<div className="browse-price-row">
<strong>${product.price.toFixed(2)}</strong>
<div className="browse-meta-pill">
<IonIcon icon={timeOutline} />
<span>{product.prepTime}</span>
</div>
</div>
<p>{product.description}</p>
</div>
</button>
))}
</div>
)}
</div>
</div>
<div className="bottom-nav-spacer" />
<IonToast
isOpen={Boolean(toastMessage)}
message={toastMessage}
duration={1800}
position="bottom"
onDidDismiss={() => setToastMessage('')}
/>
<div className="reference-bottom-nav">
<button type="button" className="bottom-nav-item active">
<IonIcon icon={homeOutline} />
<span>Home</span>
</button>
<button
type="button"
className="bottom-nav-item"
onClick={() => setIsFilterOpen(true)}
>
<IonIcon icon={searchOutline} />
<span>Discover</span>
</button>
<button
type="button"
className="bottom-nav-item"
onClick={() => history.push('/orders')}
>
<IonIcon icon={storefrontOutline} />
<span>My Shop</span>
</button>
<button
type="button"
className="bottom-nav-item"
onClick={() => history.push(user ? '/profile' : '/auth')}
>
<IonIcon icon={personCircleOutline} />
<span>My Profile</span>
</button>
<button
type="button"
className="bottom-nav-item"
onClick={() => history.push('/cart')}
>
<IonIcon icon={cartOutline} />
<span>Basket</span>
</button>
</div>
</IonContent>
</IonPage>
);
};
export default Home;
+197
View File
@@ -0,0 +1,197 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonList,
IonPage,
IonRefresher,
IonRefresherContent,
IonText,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import {
chevronBackOutline,
chevronForwardOutline,
receiptOutline,
} from 'ionicons/icons';
import { RefresherEventDetail } from '@ionic/core';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import type { Tables } from '../database.types';
import { useAuth } from '../context/AuthContext';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Order = Tables<'orders'>;
const statusCopy: Record<string, string> = {
confirmed: 'Confirmed',
packed: 'Packed',
out_for_delivery: 'Out for delivery',
delivered: 'Delivered',
};
const MyOrders: React.FC = () => {
const history = useHistory();
const { user } = useAuth();
const [orders, setOrders] = useState<Order[]>([]);
const [isLoading, setIsLoading] = useState(true);
const [errorMessage, setErrorMessage] = useState('');
useIonViewWillEnter(() => {
void setStatusBarStyle(Style.Dark);
});
const loadOrders = async () => {
if (!user) {
setOrders([]);
setErrorMessage('');
setIsLoading(false);
return;
}
try {
setErrorMessage('');
const { data, error } = await supabase
.from('orders')
.select('*')
.eq('user_id', user.id)
.order('created_at', { ascending: false });
if (error) {
throw error;
}
setOrders(data ?? []);
} catch (error) {
console.error('Failed to load orders', error);
setOrders([]);
setErrorMessage('We could not load your orders right now.');
window.setTimeout(() => setErrorMessage(''), 4000);
} finally {
setIsLoading(false);
}
};
useEffect(() => {
if (!user) {
setOrders([]);
setErrorMessage('');
setIsLoading(false);
return;
}
setIsLoading(true);
void loadOrders();
}, [user?.id]);
const handleRefresh = async (event: CustomEvent<RefresherEventDetail>) => {
await loadOrders();
event.detail.complete();
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to home"
onClick={() => history.replace('/home')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Tracking</span>
<strong>My Orders</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<IonRefresher slot="fixed" onIonRefresh={handleRefresh}>
<IonRefresherContent />
</IonRefresher>
{errorMessage && (
<IonText color="danger">
<p>{errorMessage}</p>
</IonText>
)}
{!user ? (
<div className="empty-state cart-empty">
<IonIcon icon={receiptOutline} />
<h3>No tracked orders yet</h3>
<p className="muted-text">
Sign in later to sync orders, or place an order now and track it
from the confirmation screen.
</p>
<IonButton onClick={() => history.push('/home')}>
Continue shopping
</IonButton>
</div>
) : isLoading ? (
<div className="empty-state cart-empty">
<IonIcon icon={receiptOutline} />
<h3>Loading your orders</h3>
<p className="muted-text">
We are fetching your latest order updates.
</p>
</div>
) : orders.length === 0 ? (
<div className="empty-state cart-empty">
<IonIcon icon={receiptOutline} />
<h3>No orders yet</h3>
<p className="muted-text">
Your placed orders will appear here so you can track their status.
</p>
<IonButton onClick={() => history.push('/home')}>
Start shopping
</IonButton>
</div>
) : (
<IonList lines="none" className="orders-list">
{orders.map((order) => (
<button
key={order.id}
type="button"
className="order-card"
onClick={() => history.push(`/orders/${order.id}`)}
>
<div className="order-card-top">
<div>
<span className="order-label">Order</span>
<h3>{order.order_number}</h3>
</div>
<IonIcon icon={chevronForwardOutline} />
</div>
<div className="order-card-row">
<span>Status</span>
<strong>{statusCopy[order.status] ?? order.status}</strong>
</div>
<div className="order-card-row">
<span>Items</span>
<strong>{order.item_count}</strong>
</div>
<div className="order-card-row">
<span>Total</span>
<strong>${Number(order.total).toFixed(2)}</strong>
</div>
<div className="order-card-date">
{new Date(order.created_at).toLocaleString()}
</div>
</button>
))}
</IonList>
)}
</IonContent>
</IonPage>
);
};
export default MyOrders;
+163
View File
@@ -0,0 +1,163 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonPage,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { checkmarkCircle, chevronBackOutline } from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { LAST_ORDER_STORAGE_KEY } from './Home';
import {
setStatusBarBackground,
setStatusBarStyle,
Style,
} from '../utils/statusBar';
type OrderInfo = {
id: string;
orderNumber: string;
total: number;
itemCount: number;
status: string;
customerName: string;
customerPhone: string;
deliveryAddress: string;
deliveryNotes: string;
};
const OrderConfirmation: React.FC = () => {
const history = useHistory();
const [order, setOrder] = useState<OrderInfo | null>(null);
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
setStatusBarBackground('#ffffff');
});
useEffect(() => {
try {
const savedOrder = localStorage.getItem(LAST_ORDER_STORAGE_KEY);
if (!savedOrder) {
setOrder(null);
return;
}
setOrder(JSON.parse(savedOrder) as OrderInfo);
} catch {
setOrder(null);
}
}, []);
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to home"
onClick={() => history.replace('/home')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Success</span>
<strong>Order placed</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<div className="confirmation-card">
<IonIcon icon={checkmarkCircle} color="success" />
<h1>Thanks for your order!</h1>
<p className="muted-text">
Your order has been placed successfully and is now being prepared.
</p>
{order ? (
<>
<div className="confirmation-details">
<div>
<span>Order number</span>
<strong>{order.orderNumber}</strong>
</div>
<div>
<span>Status</span>
<strong>{order.status.replaceAll('_', ' ')}</strong>
</div>
<div>
<span>Items</span>
<strong>{order.itemCount}</strong>
</div>
<div>
<span>Total paid</span>
<strong>${order.total.toFixed(2)}</strong>
</div>
</div>
<div className="delivery-details-card">
<h2>Delivery information</h2>
<div className="delivery-detail-row">
<span>Customer</span>
<strong>{order.customerName}</strong>
</div>
<div className="delivery-detail-row">
<span>Phone</span>
<strong>{order.customerPhone}</strong>
</div>
<div className="delivery-detail-row delivery-detail-block">
<span>Address</span>
<strong>{order.deliveryAddress}</strong>
</div>
{order.deliveryNotes && (
<div className="delivery-detail-row delivery-detail-block">
<span>Notes</span>
<strong>{order.deliveryNotes}</strong>
</div>
)}
</div>
</>
) : (
<p className="muted-text">
We could not load the order summary, but your next browse session
is ready.
</p>
)}
{order && (
<IonButton
expand="block"
onClick={() => history.replace(`/orders/${order.id}`)}
>
Track this order
</IonButton>
)}
<IonButton
fill="outline"
expand="block"
onClick={() => history.replace('/orders')}
>
View all orders
</IonButton>
<IonButton
fill="clear"
expand="block"
onClick={() => history.replace('/home')}
>
Continue shopping
</IonButton>
</div>
</IonContent>
</IonPage>
);
};
export default OrderConfirmation;
+246
View File
@@ -0,0 +1,246 @@
import React, { useEffect, useMemo, useState } from 'react';
import {
IonButton,
IonContent,
IonHeader,
IonIcon,
IonItem,
IonLabel,
IonList,
IonLoading,
IonPage,
IonRefresher,
IonRefresherContent,
IonText,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { RefresherEventDetail } from '@ionic/core';
import { chevronBackOutline } from 'ionicons/icons';
import { RouteComponentProps, useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import type { Tables } from '../database.types';
import { useAuth } from '../context/AuthContext';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Props = RouteComponentProps<{ id: string }>;
type Order = Tables<'orders'>;
type OrderItem = Tables<'order_items'>;
const statusSteps = [
'confirmed',
'packed',
'out_for_delivery',
'delivered',
] as const;
const statusTitles: Record<(typeof statusSteps)[number], string> = {
confirmed: 'Confirmed',
packed: 'Packed',
out_for_delivery: 'Out for delivery',
delivered: 'Delivered',
};
const OrderDetail: React.FC<Props> = ({ match }) => {
const history = useHistory();
const { user } = useAuth();
const [order, setOrder] = useState<Order | null>(null);
const [items, setItems] = useState<OrderItem[]>([]);
const [isLoading, setIsLoading] = useState(true);
const [errorMessage, setErrorMessage] = useState('');
useIonViewWillEnter(() => {
void setStatusBarStyle(Style.Dark);
});
const loadOrder = async () => {
if (!user) {
setIsLoading(false);
return;
}
setIsLoading(true);
const [
{ data: orderData, error: orderError },
{ data: itemData, error: itemError },
] = await Promise.all([
supabase
.from('orders')
.select('*')
.eq('id', match.params.id)
.eq('user_id', user.id)
.single(),
supabase
.from('order_items')
.select('*')
.eq('order_id', match.params.id)
.order('created_at', { ascending: true }),
]);
if (orderError || itemError || !orderData) {
setErrorMessage('We could not load this order.');
window.setTimeout(() => setErrorMessage(''), 4000);
setOrder(null);
setItems([]);
setIsLoading(false);
return;
}
setOrder(orderData);
setItems(itemData ?? []);
setIsLoading(false);
};
useEffect(() => {
void loadOrder();
}, [match.params.id, user?.id]);
const activeStepIndex = useMemo(
() =>
order
? Math.max(
statusSteps.indexOf(order.status as (typeof statusSteps)[number]),
0
)
: 0,
[order]
);
const handleRefresh = async (event: CustomEvent<RefresherEventDetail>) => {
await loadOrder();
event.detail.complete();
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to orders"
onClick={() => history.replace('/orders')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Tracking</span>
<strong>Order details</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<IonRefresher slot="fixed" onIonRefresh={handleRefresh}>
<IonRefresherContent />
</IonRefresher>
<IonLoading isOpen={isLoading} message="Loading order details..." />
{errorMessage && (
<IonText color="danger">
<p>{errorMessage}</p>
</IonText>
)}
{!user ? (
<div className="empty-state cart-empty">
<h3>Sign in to view order details</h3>
<IonButton onClick={() => history.replace('/auth')}>
Sign in
</IonButton>
</div>
) : !isLoading && !order ? (
<div className="empty-state cart-empty">
<h3>Order not found</h3>
<p className="muted-text">
We could not find that order. Try returning to your order list.
</p>
<IonButton onClick={() => history.replace('/orders')}>
Back to orders
</IonButton>
</div>
) : (
order && (
<>
<div className="tracking-summary-card">
<span className="order-label">Order number</span>
<h1>{order.order_number}</h1>
<p className="muted-text">
Placed on {new Date(order.created_at).toLocaleString()}
</p>
<div className="order-card-row">
<span>Current status</span>
<strong>
{statusTitles[
order.status as (typeof statusSteps)[number]
] ?? order.status}
</strong>
</div>
<div className="order-card-row">
<span>Total</span>
<strong>${Number(order.total).toFixed(2)}</strong>
</div>
</div>
<div className="timeline-card">
<h2>Delivery progress</h2>
<div className="tracking-timeline">
{statusSteps.map((step, index) => (
<div
key={step}
className={`timeline-step ${index <= activeStepIndex ? 'active' : ''}`}
>
<div className="timeline-dot" />
<div>
<strong>{statusTitles[step]}</strong>
<p className="muted-text">
{index < activeStepIndex
? 'Completed'
: index === activeStepIndex
? 'Current step'
: 'Up next'}
</p>
</div>
</div>
))}
</div>
</div>
<div className="timeline-card delivery-details-card">
<h2>Delivery details</h2>
<div className="delivery-detail-row">
<span>Customer</span>
<strong>{order.customer_name || '—'}</strong>
</div>
<div className="delivery-detail-row">
<span>Phone</span>
<strong>{order.customer_phone || '—'}</strong>
</div>
<div className="delivery-detail-row delivery-detail-block">
<span>Address</span>
<strong>{order.delivery_address || '—'}</strong>
</div>
{order.delivery_notes && (
<div className="delivery-detail-row delivery-detail-block">
<span>Notes</span>
<strong>{order.delivery_notes}</strong>
</div>
)}
</div>
<div className="timeline-card">
<h2>Items in this order</h2>
<IonList lines="none" className="cart-list">
{items.map((item) => (
<IonItem key={item.id} className="cart-item">
<IonLabel>
<h2>{item.product_name}</h2>
<p>${Number(item.unit_price).toFixed(2)} each</p>
<strong>
Qty {item.quantity} · $
{(Number(item.unit_price) * item.quantity).toFixed(2)}
</strong>
</IonLabel>
</IonItem>
))}
</IonList>
</div>
</>
)
)}
</IonContent>
</IonPage>
);
};
export default OrderDetail;
+352
View File
@@ -0,0 +1,352 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonLoading,
IonPage,
IonText,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import {
addOutline,
cardOutline,
checkmarkCircleOutline,
chevronBackOutline,
trashOutline,
} from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import { useAuth } from '../context/AuthContext';
import type { Tables } from '../database.types';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type PaymentMethodRow = Tables<'payment_methods'>;
type DisplayPaymentMethod = Pick<
PaymentMethodRow,
| 'id'
| 'brand'
| 'last4'
| 'expiry_month'
| 'expiry_year'
| 'is_default'
| 'cardholder_name'
>;
const formatExpiry = (month: number, year: number) =>
`${String(month).padStart(2, '0')}/${String(year).slice(-2)}`;
const PaymentMethods: React.FC = () => {
const history = useHistory();
const { user } = useAuth();
const [methods, setMethods] = useState<PaymentMethodRow[]>([]);
const [isLoading, setIsLoading] = useState(true);
const [message, setMessage] = useState('');
const [error, setError] = useState('');
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Light);
});
const showMessage = (text: string) => {
setMessage(text);
window.setTimeout(() => setMessage(''), 4000);
};
const loadMethods = async () => {
if (!user) {
setMethods([]);
setIsLoading(false);
return;
}
setIsLoading(true);
setError('');
const { data, error: loadError } = await supabase
.from('payment_methods')
.select('*')
.eq('user_id', user.id)
.order('is_default', { ascending: false })
.order('created_at', { ascending: false });
if (loadError) {
setError('Unable to load your payment methods.');
}
setMethods(data ?? []);
setIsLoading(false);
};
useEffect(() => {
void loadMethods();
}, [user]);
const setDefaultMethod = async (methodId: string) => {
if (!user) return;
await supabase
.from('payment_methods')
.update({ is_default: false })
.eq('user_id', user.id);
const { error: updateError } = await supabase
.from('payment_methods')
.update({ is_default: true })
.eq('id', methodId)
.eq('user_id', user.id);
if (updateError) {
setError('Could not update your default payment method.');
return;
}
showMessage('Default payment method updated.');
void loadMethods();
};
const renderCardVisual = (method: DisplayPaymentMethod) => (
<div className="payment-method-visual-card">
<div className="wallet-card-top-row">
<div className="wallet-card-chip" />
<span className="wallet-card-brand">{method.brand.toUpperCase()}</span>
</div>
<div className="wallet-card-number"> {method.last4}</div>
<div className="wallet-card-meta-row">
<div>
<span>Cardholder</span>
<strong>{method.cardholder_name || 'Saved Card'}</strong>
</div>
<div className="wallet-card-meta-right">
<span>Valid Thru</span>
<strong>
{formatExpiry(method.expiry_month, method.expiry_year)}
</strong>
</div>
</div>
</div>
);
const removeMethod = async (method: PaymentMethodRow) => {
const { error: deleteError } = await supabase
.from('payment_methods')
.delete()
.eq('id', method.id)
.eq('user_id', method.user_id);
if (deleteError) {
setError('Could not remove that payment method.');
return;
}
if (method.is_default && user) {
const { data: remaining } = await supabase
.from('payment_methods')
.select('id')
.eq('user_id', user.id)
.order('created_at', { ascending: false })
.limit(1);
const nextId = remaining?.[0]?.id;
if (nextId) {
await supabase
.from('payment_methods')
.update({ is_default: true })
.eq('id', nextId)
.eq('user_id', user.id);
}
}
showMessage('Payment method removed.');
void loadMethods();
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to wallet"
onClick={() => history.replace('/wallet')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Wallet</span>
<strong>Payment methods</strong>
</div>
<IonButton
fill="clear"
className="wallet-header-add-button"
aria-label="Add payment method"
onClick={() => history.push('/wallet/payment-methods/add')}
>
<IonIcon icon={addOutline} slot="icon-only" />
</IonButton>
</div>
</IonToolbar>
</IonHeader>
<IonContent
fullscreen
className="wallet-page wallet-page-vibrant payment-methods-page ion-padding"
>
<IonLoading isOpen={isLoading} message="Loading payment methods..." />
{!user ? (
<>
<div className="payment-methods-hero-card">
<span>Cards & checkout</span>
<h1>Payment methods</h1>
<p>
Review saved cards, choose the checkout default, and keep wallet
payments ready for faster ordering.
</p>
</div>
<div className="payment-method-grid">
{[
{
id: 'demo-visa',
brand: 'visa',
last4: '4242',
expiry_month: 8,
expiry_year: 2028,
is_default: true,
cardholder_name: 'Demo User',
},
{
id: 'demo-mastercard',
brand: 'mastercard',
last4: '1881',
expiry_month: 11,
expiry_year: 2027,
is_default: false,
cardholder_name: 'Demo User',
},
].map((method) => (
<div
key={method.id}
className="payment-method-detail-card-modern"
>
{renderCardVisual(method)}
<div className="payment-method-card-footer">
<div>
{method.is_default ? (
<span className="payment-status-pill active">
<IonIcon icon={checkmarkCircleOutline} />
Checkout card
</span>
) : (
<span className="payment-status-pill">Backup card</span>
)}
</div>
<div className="payment-method-modern-actions">
{!method.is_default && (
<IonButton fill="outline" size="small" disabled>
Set default
</IonButton>
)}
<IonButton fill="clear" color="medium" disabled>
<IonIcon icon={trashOutline} slot="icon-only" />
</IonButton>
</div>
</div>
</div>
))}
</div>
</>
) : (
<>
<div className="payment-methods-hero-card">
<span>Cards & checkout</span>
<h1>Payment methods</h1>
<p>
Store masked card details so checkout is quicker next time. You
can choose one card as your checkout default.
</p>
</div>
{message && (
<IonText color="success">
<p className="wallet-inline-message">{message}</p>
</IonText>
)}
{error && (
<IonText color="danger">
<p className="wallet-inline-message">{error}</p>
</IonText>
)}
{methods.length === 0 ? (
<div className="wallet-surface-card wallet-empty-block">
<IonIcon icon={cardOutline} />
<div>
<h3>No payment methods yet</h3>
<p>Add your first card to make repeat ordering faster.</p>
</div>
<IonButton
expand="block"
onClick={() => history.push('/wallet/payment-methods/add')}
>
<IonIcon icon={addOutline} slot="start" />
Add your first card
</IonButton>
</div>
) : (
<div className="payment-method-grid">
{methods.map((method) => (
<div
key={method.id}
className="payment-method-detail-card-modern"
>
{renderCardVisual(method)}
<div className="payment-method-card-footer">
<div>
{method.is_default ? (
<span className="payment-status-pill active">
<IonIcon icon={checkmarkCircleOutline} />
Checkout card
</span>
) : (
<span className="payment-status-pill">
Backup card
</span>
)}
</div>
<div className="payment-method-modern-actions">
{!method.is_default && (
<IonButton
fill="outline"
size="small"
onClick={() => setDefaultMethod(method.id)}
>
Set default
</IonButton>
)}
<IonButton
fill="clear"
color="danger"
aria-label="Remove payment method"
onClick={() => removeMethod(method)}
>
<IonIcon icon={trashOutline} slot="icon-only" />
</IonButton>
</div>
</div>
</div>
))}
</div>
)}
</>
)}
</IonContent>
</IonPage>
);
};
export default PaymentMethods;
+205
View File
@@ -0,0 +1,205 @@
import React, { useEffect, useMemo, useState } from 'react';
import {
IonButton,
IonButtons,
IonContent,
IonHeader,
IonIcon,
IonPage,
IonText,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { cartOutline, chevronBackOutline } from 'ionicons/icons';
import { RouteComponentProps, useHistory } from 'react-router-dom';
import { CartItem, products, readCart, writeCart } from './Home';
import { setStatusBarStyle, Style } from '../utils/statusBar';
type Props = RouteComponentProps<{ id: string }>;
const ProductDetail: React.FC<Props> = ({ match }) => {
const history = useHistory();
const [quantity, setQuantity] = useState(1);
const [message, setMessage] = useState('');
const [cartCount, setCartCount] = useState(0);
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Light);
const count = readCart().reduce((sum, item) => sum + item.quantity, 0);
setCartCount(count);
});
useEffect(() => {
const syncCount = () => {
const count = readCart().reduce((sum, item) => sum + item.quantity, 0);
setCartCount(count);
};
syncCount();
window.addEventListener('storage', syncCount);
window.addEventListener('cart:updated', syncCount as EventListener);
return () => {
window.removeEventListener('storage', syncCount);
window.removeEventListener('cart:updated', syncCount as EventListener);
};
}, []);
const product = useMemo(
() => products.find((item) => item.id === match.params.id),
[match.params.id]
);
const showMessage = (text: string) => {
setMessage(text);
window.setTimeout(() => setMessage(''), 4000);
};
const addToCart = () => {
if (!product) return;
const cart: CartItem[] = readCart();
const existing = cart.find((item) => item.id === product.id);
const nextCart = existing
? cart.map((item) =>
item.id === product.id
? { ...item, quantity: item.quantity + quantity }
: item
)
: [
...cart,
{
id: product.id,
name: product.name,
price: product.price,
quantity,
},
];
writeCart(nextCart);
showMessage('Added to basket');
};
if (!product) {
return (
<IonPage>
<IonHeader className="hybrid-subpage-header ion-no-border">
<IonToolbar className="hybrid-subpage-toolbar">
<IonButtons slot="start">
<IonButton fill="clear" onClick={() => history.replace('/home')}>
<IonIcon icon={chevronBackOutline} />
</IonButton>
</IonButtons>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding reference-surface">
<div className="empty-state reference-empty-state">
<h3>Product not found</h3>
<p className="muted-text">This product is no longer available.</p>
<IonButton onClick={() => history.replace('/home')}>
Browse products
</IonButton>
</div>
</IonContent>
</IonPage>
);
}
return (
<IonPage>
<IonContent
fullscreen
className="product-detail-page-surface premium-product-surface"
>
<div className="premium-product-shell">
<div className="premium-product-actions">
<button
type="button"
className="premium-back-circle"
aria-label="Back to products"
onClick={() => history.replace('/home')}
>
<IonIcon icon={chevronBackOutline} />
</button>
<button
type="button"
className="premium-cart-tile"
aria-label="Open basket"
onClick={() => history.push('/cart')}
>
<span className="premium-cart-tile-inner">
<IonIcon icon={cartOutline} />
</span>
{cartCount > 0 && (
<span className="premium-cart-count-bubble">{cartCount}</span>
)}
</button>
</div>
<section className="premium-product-intro">
<h1>{product.name}</h1>
<div className="premium-product-meta-row">
<span className="premium-product-badge">{product.category}</span>
<span>High quality</span>
<span>In stock</span>
</div>
</section>
<section className="premium-product-image-panel">
<img src={product.image} alt={product.imageAlt} />
</section>
<section className="premium-product-details-card">
<div className="premium-details-header">
<h2>Details</h2>
</div>
<p>{product.description}</p>
<div className="premium-buy-row">
<div className="premium-price-block">
<strong>${product.price.toFixed(2)}</strong>
<span>each</span>
</div>
<div className="premium-quantity-control" aria-label="Quantity">
<IonButton
fill="clear"
aria-label="Decrease quantity"
onClick={() => setQuantity((value) => Math.max(1, value - 1))}
>
<span aria-hidden="true"></span>
</IonButton>
<strong>{quantity}</strong>
<IonButton
fill="clear"
aria-label="Increase quantity"
onClick={() => setQuantity((value) => value + 1)}
>
<span aria-hidden="true">+</span>
</IonButton>
</div>
</div>
</section>
{message && (
<IonText color="success" className="premium-product-message">
<p>{message}</p>
</IonText>
)}
</div>
<div className="premium-product-cta">
<div>
<span>Total</span>
<strong>${(product.price * quantity).toFixed(2)}</strong>
</div>
<IonButton onClick={addToCart}>Add to basket</IonButton>
</div>
</IonContent>
</IonPage>
);
};
export default ProductDetail;
+147
View File
@@ -0,0 +1,147 @@
import React, { useEffect, useState } from 'react';
import {
IonButton,
IonContent,
IonHeader,
IonIcon,
IonInput,
IonItem,
IonLabel,
IonPage,
IonText,
IonToolbar,
useIonViewWillEnter,
} from '@ionic/react';
import { chevronBackOutline } from 'ionicons/icons';
import { useHistory } from 'react-router-dom';
import { supabase } from '../supabase';
import { useAuth } from '../context/AuthContext';
import { setStatusBarStyle, Style } from '../utils/statusBar';
const Profile: React.FC = () => {
const history = useHistory();
const { user, profile, refreshProfile, signOut } = useAuth();
const [fullName, setFullName] = useState('');
const [phone, setPhone] = useState('');
const [message, setMessage] = useState('');
useIonViewWillEnter(() => {
setStatusBarStyle(Style.Dark);
});
useEffect(() => {
setFullName(profile?.full_name ?? '');
setPhone(profile?.phone ?? '');
}, [profile]);
const showMessage = (msg: string) => {
setMessage(msg);
window.setTimeout(() => setMessage(''), 4000);
};
const saveProfile = async () => {
if (!user) return;
const { error } = await supabase.from('profiles').upsert({
id: user.id,
full_name: fullName.trim() || null,
phone: phone.trim() || null,
updated_at: new Date().toISOString(),
});
if (!error) {
await refreshProfile();
showMessage('Profile saved.');
}
};
return (
<IonPage>
<IonHeader className="ion-no-border wallet-header wallet-header-modern">
<IonToolbar>
<div className="wallet-toolbar-inner wallet-toolbar-inner-single-action">
<IonButton
fill="clear"
className="wallet-back-button wallet-back-button-modern"
aria-label="Back to home"
onClick={() => history.replace('/home')}
>
<IonIcon icon={chevronBackOutline} slot="icon-only" />
</IonButton>
<div className="wallet-toolbar-title-block">
<span>Account</span>
<strong>Profile</strong>
</div>
<span className="wallet-toolbar-placeholder" />
</div>
</IonToolbar>
</IonHeader>
<IonContent className="ion-padding">
<div className="auth-card">
<h1>Your account</h1>
<p className="muted-text">Signed in as {user?.email}</p>
{message && (
<IonText color="success">
<p>{message}</p>
</IonText>
)}
<div className="auth-form">
<IonItem lines="none" className="auth-input-item">
<IonLabel position="stacked">Full name</IonLabel>
<IonInput
value={fullName}
onIonInput={(e) => setFullName(e.detail.value ?? '')}
/>
</IonItem>
<IonItem lines="none" className="auth-input-item">
<IonLabel position="stacked">Phone</IonLabel>
<IonInput
value={phone}
type="tel"
onIonInput={(e) => setPhone(e.detail.value ?? '')}
/>
</IonItem>
<IonButton expand="block" onClick={saveProfile}>
Save profile
</IonButton>
<IonButton
expand="block"
fill="outline"
onClick={() => history.push('/addresses')}
>
Saved addresses
</IonButton>
<IonButton
expand="block"
fill="outline"
onClick={() => history.push('/wallet')}
>
Wallet & payment methods
</IonButton>
{profile?.is_admin && (
<IonButton
expand="block"
fill="outline"
onClick={() => history.push('/admin/orders')}
>
Admin workflow
</IonButton>
)}
<IonButton
color="medium"
expand="block"
fill="clear"
onClick={async () => {
await signOut();
history.replace('/auth');
}}
>
Sign out
</IonButton>
</div>
</div>
</IonContent>
</IonPage>
);
};
export default Profile;

Some files were not shown because too many files have changed in this diff Show More