v2: ID verification by state, 15 photos/5 albums, 20 quick replies, logo, mobile polish
This commit is contained in:
@@ -25,6 +25,9 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
lat: jitter(DEFAULT_LAT, 0.02),
|
||||
lng: jitter(DEFAULT_LNG, 0.02),
|
||||
city: "Fort Lauderdale",
|
||||
state: "FL",
|
||||
id_verified: false,
|
||||
id_verified_at: null,
|
||||
vanilla_mode: false,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
@@ -45,6 +48,9 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
lat: jitter(DEFAULT_LAT, 0.03),
|
||||
lng: jitter(DEFAULT_LNG, 0.03),
|
||||
city: "Fort Lauderdale",
|
||||
state: "FL",
|
||||
id_verified: false,
|
||||
id_verified_at: null,
|
||||
vanilla_mode: false,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
@@ -65,6 +71,9 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
lat: jitter(DEFAULT_LAT, 0.025),
|
||||
lng: jitter(DEFAULT_LNG, 0.025),
|
||||
city: "Fort Lauderdale",
|
||||
state: "FL",
|
||||
id_verified: false,
|
||||
id_verified_at: null,
|
||||
vanilla_mode: false,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
@@ -85,6 +94,9 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
lat: jitter(DEFAULT_LAT, 0.015),
|
||||
lng: jitter(DEFAULT_LNG, 0.015),
|
||||
city: "Fort Lauderdale",
|
||||
state: "FL",
|
||||
id_verified: false,
|
||||
id_verified_at: null,
|
||||
vanilla_mode: false,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
@@ -105,6 +117,9 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
lat: jitter(DEFAULT_LAT, 0.01),
|
||||
lng: jitter(DEFAULT_LNG, 0.01),
|
||||
city: "Fort Lauderdale",
|
||||
state: "FL",
|
||||
id_verified: false,
|
||||
id_verified_at: null,
|
||||
vanilla_mode: false,
|
||||
created_at: new Date().toISOString(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user