add quick town selection and category selection from homescreen with localstorage!
This commit is contained in:
parent
73f5683fbc
commit
02e699aad5
24 changed files with 619 additions and 137 deletions
|
|
@ -24,78 +24,92 @@ export const mockDirectoryItems: DirectoryItem[] = [
|
|||
},
|
||||
{
|
||||
id: '3',
|
||||
name: 'Bitcoin Lake Lancha (fake)',
|
||||
category: 'lancha',
|
||||
address: 'Pier 21, Harbor Front',
|
||||
contact: '+1 234-567-8902'
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: 'Tor\'s Drums',
|
||||
category: 'goods',
|
||||
town: 'San Marcos',
|
||||
contact: '+502 4900 1279',
|
||||
contactType: ['whatsapp'],
|
||||
name: 'Atitlan Muay Thai',
|
||||
category: 'services',
|
||||
town: 'San Pedro',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/share/1DcBdJhuFH/'
|
||||
},
|
||||
lightning: 'tor@atitlan.io'
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: 'Jade Maya',
|
||||
category: 'goods',
|
||||
local: true,
|
||||
town: 'San Marcos',
|
||||
mapsUrl: 'https://maps.app.goo.gl/kZiKdM2FFAw1TQMN8',
|
||||
lightning: 'osman@atitlan.io',
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: 'La Sala del Lago',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/La-Sala-Del-Lago-100220539146301'
|
||||
facebook: 'https://www.facebook.com/muaythaiatitlan'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
name: 'Nectar',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
id: '4',
|
||||
name: 'Zoe Nails & Spa',
|
||||
category: 'services',
|
||||
town: 'Panajachel',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/lovenectar'
|
||||
facebook: 'https://www.facebook.com/zoenailsyspapanajachel'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: 'Full Print',
|
||||
category: 'services',
|
||||
town: 'San Pedro',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/profile.php?id=100057645572968'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: 'Multiservicios Yaxon',
|
||||
category: 'services',
|
||||
town: 'Tzununa',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Multiservicios-Yaxón-299907600397260'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '7',
|
||||
name: 'Utz Kab',
|
||||
category: 'goods',
|
||||
town: 'San Pablo',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/UTZ-KAB-534232490075686'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '8',
|
||||
name: 'Arati Cafe',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
name: 'Utz Color Fashion',
|
||||
category: 'goods',
|
||||
town: 'San Pedro',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Arati-Cafe-105767784719695'
|
||||
facebook: 'https://www.facebook.com/UtzColorFashion'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '9',
|
||||
name: 'Fe Restaurant',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
name: 'Do Bau',
|
||||
category: 'goods',
|
||||
town: 'San Pedro',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/fesanmarcos'
|
||||
}
|
||||
facebook: 'https://www.facebook.com/Adrianamatrioshka'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '10',
|
||||
name: 'Hostal del Lago',
|
||||
category: 'lodging',
|
||||
town: 'San Marcos',
|
||||
name: 'Caffé Kitsch',
|
||||
category: 'restaurant',
|
||||
town: 'Panajachel',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Hostel-Del-Lago-605530306467708'
|
||||
}
|
||||
facebook: 'https://www.facebook.com/Kitschers'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '11',
|
||||
name: 'Hotel Corazon del Mundo Fresh',
|
||||
category: 'lodging',
|
||||
town: 'Jaibalito',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/corazondelmundofresh'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '12',
|
||||
|
|
@ -207,91 +221,77 @@ export const mockDirectoryItems: DirectoryItem[] = [
|
|||
},
|
||||
{
|
||||
id: '25',
|
||||
name: 'Multiservicios Yaxon',
|
||||
category: 'services',
|
||||
town: 'Tzununa',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Multiservicios-Yaxón-299907600397260'
|
||||
},
|
||||
local: true
|
||||
name: 'Bitcoin Lake Lancha (fake)',
|
||||
category: 'lancha',
|
||||
address: 'Pier 21, Harbor Front',
|
||||
contact: '+1 234-567-8902'
|
||||
},
|
||||
{
|
||||
id: '26',
|
||||
name: 'Utz Kab',
|
||||
name: 'Tor\'s Drums',
|
||||
category: 'goods',
|
||||
town: 'San Pablo',
|
||||
town: 'San Marcos',
|
||||
contact: '+502 4900 1279',
|
||||
contactType: ['whatsapp'],
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/UTZ-KAB-534232490075686'
|
||||
facebook: 'https://www.facebook.com/share/1DcBdJhuFH/'
|
||||
},
|
||||
local: true
|
||||
lightning: 'tor@atitlan.io'
|
||||
},
|
||||
{
|
||||
id: '27',
|
||||
name: 'Utz Color Fashion',
|
||||
name: 'Jade Maya',
|
||||
category: 'goods',
|
||||
town: 'San Pedro',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/UtzColorFashion'
|
||||
},
|
||||
local: true
|
||||
local: true,
|
||||
town: 'San Marcos',
|
||||
mapsUrl: 'https://maps.app.goo.gl/kZiKdM2FFAw1TQMN8',
|
||||
lightning: 'osman@atitlan.io',
|
||||
},
|
||||
{
|
||||
id: '28',
|
||||
name: 'Do Bau',
|
||||
category: 'goods',
|
||||
town: 'San Pedro',
|
||||
name: 'La Sala del Lago',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Adrianamatrioshka'
|
||||
},
|
||||
local: true
|
||||
facebook: 'https://www.facebook.com/La-Sala-Del-Lago-100220539146301'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: '29',
|
||||
name: 'Full Print',
|
||||
category: 'services',
|
||||
town: 'San Pedro',
|
||||
name: 'Nectar',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/profile.php?id=100057645572968'
|
||||
facebook: 'https://www.facebook.com/lovenectar'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '30',
|
||||
name: 'Atitlan Muay Thai',
|
||||
category: 'services',
|
||||
town: 'San Pedro',
|
||||
name: 'Arati Cafe',
|
||||
category: 'restaurant',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/muaythaiatitlan'
|
||||
}
|
||||
facebook: 'https://www.facebook.com/Arati-Cafe-105767784719695'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '31',
|
||||
name: 'Caffé Kitsch',
|
||||
name: 'Fe Restaurant',
|
||||
category: 'restaurant',
|
||||
town: 'Panajachel',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/Kitschers'
|
||||
},
|
||||
local: true
|
||||
facebook: 'https://www.facebook.com/fesanmarcos'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: '32',
|
||||
name: 'Zoe Nails & Spa',
|
||||
category: 'services',
|
||||
town: 'Panajachel',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/zoenailsyspapanajachel'
|
||||
},
|
||||
local: true
|
||||
},
|
||||
{
|
||||
id: '33',
|
||||
name: 'Hotel Corazon del Mundo Fresh',
|
||||
name: 'Hostal del Lago',
|
||||
category: 'lodging',
|
||||
town: 'Jaibalito',
|
||||
town: 'San Marcos',
|
||||
social: {
|
||||
facebook: 'https://www.facebook.com/corazondelmundofresh'
|
||||
},
|
||||
local: true
|
||||
facebook: 'https://www.facebook.com/Hostel-Del-Lago-605530306467708'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue