diff --git a/CNAME b/CNAME
index 95289a6..9cd9ad2 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-www.goclaimit.app
\ No newline at end of file
+staging.goclaimit.app
diff --git a/api_worker.js b/api_worker.js
index 837e9b2..0ac416f 100644
--- a/api_worker.js
+++ b/api_worker.js
@@ -216,7 +216,7 @@ function makeClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_26(arg0, arg1, arg2) {
- wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4d587cb105f771ea(arg0, arg1, addHeapObject(arg2));
+ wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0dc01aa7749ae00c(arg0, arg1, addHeapObject(arg2));
}
function makeMutClosure(arg0, arg1, dtor, f) {
@@ -617,39 +617,39 @@ function __wbg_get_imports() {
const ret = makeClosure(arg0, arg1, 5, __wbg_adapter_26);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper7498 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper7508 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 406, __wbg_adapter_29);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper7503 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper7513 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 406, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper7505 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper7515 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 406, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper7506 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper7516 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 406, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper7768 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper7774 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 406, __wbg_adapter_29);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper10541 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper10548 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 600, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper10548 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper10555 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 600, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper10552 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper10559 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 600, __wbg_adapter_32);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper10688 = function(arg0, arg1, arg2) {
+ imports.wbg.__wbindgen_closure_wrapper10695 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 600, __wbg_adapter_32);
return addHeapObject(ret);
};
diff --git a/api_worker_bg.wasm b/api_worker_bg.wasm
index 08716de..453fe4e 100644
Binary files a/api_worker_bg.wasm and b/api_worker_bg.wasm differ
diff --git a/app-1fe79bd89eff64b1_bg.wasm b/app-1fe79bd89eff64b1_bg.wasm
deleted file mode 100644
index b717061..0000000
Binary files a/app-1fe79bd89eff64b1_bg.wasm and /dev/null differ
diff --git a/app-1fe79bd89eff64b1.js b/app-4dd5573e94bd731c.js
similarity index 98%
rename from app-1fe79bd89eff64b1.js
rename to app-4dd5573e94bd731c.js
index e49355b..bb4101a 100644
--- a/app-1fe79bd89eff64b1.js
+++ b/app-4dd5573e94bd731c.js
@@ -35,6 +35,18 @@ function addHeapObject(obj) {
function getObject(idx) { return heap[idx]; }
+function dropObject(idx) {
+ if (idx < 132) return;
+ heap[idx] = heap_next;
+ heap_next = idx;
+}
+
+function takeObject(idx) {
+ const ret = getObject(idx);
+ dropObject(idx);
+ return ret;
+}
+
let WASM_VECTOR_LEN = 0;
const cachedTextEncoder = (typeof TextEncoder !== 'undefined' ? new TextEncoder('utf-8') : { encode: () => { throw Error('TextEncoder not available') } } );
@@ -104,18 +116,6 @@ function getDataViewMemory0() {
return cachedDataViewMemory0;
}
-function dropObject(idx) {
- if (idx < 132) return;
- heap[idx] = heap_next;
- heap_next = idx;
-}
-
-function takeObject(idx) {
- const ret = getObject(idx);
- dropObject(idx);
- return ret;
-}
-
function debugString(val) {
// primitive types
const type = typeof val;
@@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_40(arg0, arg1, arg2) {
- wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h850cf4d9c81b7426(arg0, arg1, addHeapObject(arg2));
+ wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haa0eb001eebe1d41(arg0, arg1, addHeapObject(arg2));
}
function makeMutClosure(arg0, arg1, dtor, f) {
@@ -355,10 +355,41 @@ function __wbg_get_imports() {
imports.wbg.__wbg_stopPropagation_8a8fc87824cc6f0b = function(arg0) {
getObject(arg0).stopPropagation();
};
+ imports.wbg.__wbg_setvalue_36bcf6f86c998f0a = function(arg0, arg1, arg2) {
+ getObject(arg0).value = getStringFromWasm0(arg1, arg2);
+ };
+ imports.wbg.__wbg_key_001eb20ba3b3d2fd = function(arg0, arg1) {
+ const ret = getObject(arg1).key;
+ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
+ const len1 = WASM_VECTOR_LEN;
+ getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
+ };
imports.wbg.__wbg_location_72721055fbff81f2 = function(arg0) {
const ret = getObject(arg0).location;
return addHeapObject(ret);
};
+ imports.wbg.__wbg_setsearch_189e8dd0ab28f146 = function(arg0, arg1, arg2) {
+ getObject(arg0).search = getStringFromWasm0(arg1, arg2);
+ };
+ imports.wbg.__wbg_sethash_d89aaa1f20568488 = function(arg0, arg1, arg2) {
+ getObject(arg0).hash = getStringFromWasm0(arg1, arg2);
+ };
+ imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
+ const ret = getObject(arg0);
+ return addHeapObject(ret);
+ };
+ imports.wbg.__wbg_querySelector_e4353fe90bee0601 = function() { return handleError(function (arg0, arg1, arg2) {
+ const ret = getObject(arg0).querySelector(getStringFromWasm0(arg1, arg2));
+ return isLikeNone(ret) ? 0 : addHeapObject(ret);
+ }, arguments) };
+ imports.wbg.__wbg_href_31116c78f661d5b2 = function(arg0, arg1) {
+ const ret = getObject(arg1).href;
+ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
+ const len1 = WASM_VECTOR_LEN;
+ getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
+ };
imports.wbg.__wbg_toString_aea130fe68d19e1a = function(arg0) {
const ret = getObject(arg0).toString();
return addHeapObject(ret);
@@ -397,10 +428,6 @@ function __wbg_get_imports() {
const ret = new Worker(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
}, arguments) };
- imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
- const ret = getObject(arg0);
- return addHeapObject(ret);
- };
imports.wbg.__wbg_setonmessage_7e6ff33e920fdb07 = function(arg0, arg1) {
getObject(arg0).onmessage = getObject(arg1);
};
@@ -415,17 +442,27 @@ function __wbg_get_imports() {
const ret = getObject(arg0).data;
return addHeapObject(ret);
};
- imports.wbg.__wbg_setvalue_36bcf6f86c998f0a = function(arg0, arg1, arg2) {
- getObject(arg0).value = getStringFromWasm0(arg1, arg2);
+ imports.wbg.__wbg_clearTimeout_541ac0980ffcef74 = function(arg0) {
+ const ret = clearTimeout(takeObject(arg0));
+ return addHeapObject(ret);
};
- imports.wbg.__wbg_key_001eb20ba3b3d2fd = function(arg0, arg1) {
- const ret = getObject(arg1).key;
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
- const len1 = WASM_VECTOR_LEN;
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
+ imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
+ takeObject(arg0);
};
- imports.wbg.__wbg_getAccounts_b3835fc5c11a66f9 = function(arg0, arg1) {
+ imports.wbg.__wbindgen_cb_drop = function(arg0) {
+ const obj = takeObject(arg0).original;
+ if (obj.cnt-- == 1) {
+ obj.a = 0;
+ return true;
+ }
+ const ret = false;
+ return ret;
+ };
+ imports.wbg.__wbg_setTimeout_7d81d052875b0f4f = function() { return handleError(function (arg0, arg1) {
+ const ret = setTimeout(getObject(arg0), arg1);
+ return addHeapObject(ret);
+ }, arguments) };
+ imports.wbg.__wbg_getAccounts_742e9d3c769cd76a = function(arg0, arg1) {
let deferred0_0;
let deferred0_1;
try {
@@ -445,7 +482,7 @@ function __wbg_get_imports() {
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
};
- imports.wbg.__wbg_signPayload_c927f97ca38d0bb0 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
+ imports.wbg.__wbg_signPayload_9cd71557e11e903a = function(arg0, arg1, arg2, arg3, arg4, arg5) {
let deferred0_0;
let deferred0_1;
let deferred1_0;
@@ -467,36 +504,10 @@ function __wbg_get_imports() {
wasm.__wbindgen_free(deferred2_0, deferred2_1, 1);
}
};
- imports.wbg.__wbg_getExtensionsInstalled_0d881ef800b8994e = function() {
+ imports.wbg.__wbg_getExtensionsInstalled_6bf81d12b423b32a = function() {
const ret = getExtensionsInstalled();
return addHeapObject(ret);
};
- imports.wbg.__wbg_clearTimeout_541ac0980ffcef74 = function(arg0) {
- const ret = clearTimeout(takeObject(arg0));
- return addHeapObject(ret);
- };
- imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
- takeObject(arg0);
- };
- imports.wbg.__wbindgen_cb_drop = function(arg0) {
- const obj = takeObject(arg0).original;
- if (obj.cnt-- == 1) {
- obj.a = 0;
- return true;
- }
- const ret = false;
- return ret;
- };
- imports.wbg.__wbg_setTimeout_7d81d052875b0f4f = function() { return handleError(function (arg0, arg1) {
- const ret = setTimeout(getObject(arg0), arg1);
- return addHeapObject(ret);
- }, arguments) };
- imports.wbg.__wbg_setsearch_189e8dd0ab28f146 = function(arg0, arg1, arg2) {
- getObject(arg0).search = getStringFromWasm0(arg1, arg2);
- };
- imports.wbg.__wbg_sethash_d89aaa1f20568488 = function(arg0, arg1, arg2) {
- getObject(arg0).hash = getStringFromWasm0(arg1, arg2);
- };
imports.wbg.__wbg_instanceof_Error_a0af335a62107964 = function(arg0) {
let result;
try {
@@ -519,17 +530,6 @@ function __wbg_get_imports() {
const ret = getObject(arg0).toString();
return addHeapObject(ret);
};
- imports.wbg.__wbg_querySelector_e4353fe90bee0601 = function() { return handleError(function (arg0, arg1, arg2) {
- const ret = getObject(arg0).querySelector(getStringFromWasm0(arg1, arg2));
- return isLikeNone(ret) ? 0 : addHeapObject(ret);
- }, arguments) };
- imports.wbg.__wbg_href_31116c78f661d5b2 = function(arg0, arg1) {
- const ret = getObject(arg1).href;
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
- const len1 = WASM_VECTOR_LEN;
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
- };
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
const ret = new Error();
return addHeapObject(ret);
@@ -1127,24 +1127,24 @@ function __wbg_get_imports() {
const ret = getObject(arg0).writeText(getStringFromWasm0(arg1, arg2));
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper1061 = function(arg0, arg1, arg2) {
- const ret = makeClosure(arg0, arg1, 40, __wbg_adapter_40);
+ imports.wbg.__wbindgen_closure_wrapper1709 = function(arg0, arg1, arg2) {
+ const ret = makeClosure(arg0, arg1, 52, __wbg_adapter_40);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper1652 = function(arg0, arg1, arg2) {
- const ret = makeMutClosure(arg0, arg1, 85, __wbg_adapter_43);
+ imports.wbg.__wbindgen_closure_wrapper1863 = function(arg0, arg1, arg2) {
+ const ret = makeMutClosure(arg0, arg1, 87, __wbg_adapter_43);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper2631 = function(arg0, arg1, arg2) {
- const ret = makeMutClosure(arg0, arg1, 82, __wbg_adapter_46);
+ imports.wbg.__wbindgen_closure_wrapper2644 = function(arg0, arg1, arg2) {
+ const ret = makeMutClosure(arg0, arg1, 84, __wbg_adapter_46);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper3562 = function(arg0, arg1, arg2) {
- const ret = makeMutClosure(arg0, arg1, 82, __wbg_adapter_49);
+ imports.wbg.__wbindgen_closure_wrapper3575 = function(arg0, arg1, arg2) {
+ const ret = makeMutClosure(arg0, arg1, 84, __wbg_adapter_49);
return addHeapObject(ret);
};
- imports.wbg.__wbindgen_closure_wrapper4748 = function(arg0, arg1, arg2) {
- const ret = makeClosure(arg0, arg1, 82, __wbg_adapter_52);
+ imports.wbg.__wbindgen_closure_wrapper4761 = function(arg0, arg1, arg2) {
+ const ret = makeClosure(arg0, arg1, 84, __wbg_adapter_52);
return addHeapObject(ret);
};
@@ -1204,7 +1204,7 @@ async function __wbg_init(module_or_path) {
}
if (typeof module_or_path === 'undefined') {
- module_or_path = new URL('app-1fe79bd89eff64b1_bg.wasm', import.meta.url);
+ module_or_path = new URL('app-4dd5573e94bd731c_bg.wasm', import.meta.url);
}
const imports = __wbg_get_imports();
diff --git a/app-4dd5573e94bd731c_bg.wasm b/app-4dd5573e94bd731c_bg.wasm
new file mode 100644
index 0000000..e357aa9
Binary files /dev/null and b/app-4dd5573e94bd731c_bg.wasm differ
diff --git a/images/paseo_icon.svg b/images/paseo_icon.svg
new file mode 100644
index 0000000..b21beb1
--- /dev/null
+++ b/images/paseo_icon.svg
@@ -0,0 +1,13 @@
+
diff --git a/index.html b/index.html
index 4b3f615..2e43056 100644
--- a/index.html
+++ b/index.html
@@ -29,12 +29,12 @@
-
+
-
-
+
+