Wrapping up for the night. Things are working better. There are still API request misses or something.

This commit is contained in:
Scott Idem
2024-03-05 20:35:38 -05:00
parent bed4f4a0f2
commit e71cdab353
10 changed files with 261 additions and 139 deletions

View File

@@ -427,7 +427,7 @@ function handle_url_and_message(name: string, value: null|string) {
if (value) {
url.searchParams.set(name, value);
history.pushState({}, '', url);
// history.pushState({}, '', url);
// console.log('url:', url);
// pushState(url.href, {});
@@ -438,7 +438,7 @@ function handle_url_and_message(name: string, value: null|string) {
window.parent.postMessage(message, "*");
} else {
url.searchParams.delete(name);
history.pushState({}, '', url);
// history.pushState({}, '', url);
// console.log('url:', url);
// pushState({}, '', url.search);