Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nearby Merchants #81

Merged
merged 28 commits into from
Mar 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8d13c1c
Fix Minor Issues
cedricbahirwe Jan 24, 2023
58d0ff9
Merge branch 'master' into minor-improvements
cedricbahirwe Feb 25, 2023
df0926f
Add Location manager
cedricbahirwe Feb 26, 2023
4625bc1
Add Last location management
cedricbahirwe Feb 26, 2023
ab30220
Minor fix
cedricbahirwe Feb 26, 2023
24708c7
Finish Flow
cedricbahirwe Feb 26, 2023
d4f27f5
Add Merchant Fetch
cedricbahirwe Feb 26, 2023
f175788
Add merchant view
cedricbahirwe Feb 26, 2023
867a97c
Add Analytic library
cedricbahirwe Feb 26, 2023
cec0afd
Remove overlay
cedricbahirwe Feb 26, 2023
ab605d6
Add Firebase
cedricbahirwe Feb 26, 2023
ca286c5
Add Remote Config For update feature
cedricbahirwe Feb 28, 2023
d39662d
Remove Prefixes
cedricbahirwe Feb 28, 2023
a3925a5
Merge pull request #80 from cedricbahirwe/firebase-addition
cedricbahirwe Feb 28, 2023
bdf68e2
Merge pull request #78 from cedricbahirwe/minor-improvements
cedricbahirwe Feb 28, 2023
abdc264
Merge branch 'minor-improvements' into merchants
cedricbahirwe Feb 28, 2023
0fe8fcc
Add Merchant ListView
cedricbahirwe Feb 28, 2023
c36f2ce
Finish Merchant List
cedricbahirwe Feb 28, 2023
b077d88
Integrate Merchants
cedricbahirwe Feb 28, 2023
16d8ee6
Wrap details
cedricbahirwe Feb 28, 2023
c0d807f
Clean directory
cedricbahirwe Feb 28, 2023
3eb0145
Fix Padding
cedricbahirwe Feb 28, 2023
ec6d0ae
Push Something
cedricbahirwe Feb 28, 2023
d01f2d5
Update Language
cedricbahirwe Feb 28, 2023
5d1174e
Nice wrap
cedricbahirwe Feb 28, 2023
5a35aaf
Refactor to add more decoupling
cedricbahirwe Mar 1, 2023
06d4575
Remove unused fx
cedricbahirwe Mar 1, 2023
103d0d6
Add Update Fx
cedricbahirwe Mar 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove overlay
  • Loading branch information
cedricbahirwe committed Feb 26, 2023
commit cec0afd0ae293a399fa52ab37bfc4f040477b134
8 changes: 0 additions & 8 deletions Dialer/Dialer/Views/DashBoardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ struct DashBoardView: View {
}
.background(Color.primaryBackground)
.navigationTitle("Dialer")
.overlay(content: {
ZStack {
Color.black.opacity(0.4)
Text("\(locationManager.permissionStatus.rawValue)")
.font(.largeTitle)
.foregroundColor(.red)
}
})
.onAppear(perform: {
Task {
await locationManager.requestAuthorisation()
Expand Down