bump to version 0.3.31, tweak messaging to include offers

This commit is contained in:
2024-10-25 15:12:06 -06:00
parent 42dcb3b43c
commit e1d0a2b02c
8 changed files with 74 additions and 25 deletions

View File

@@ -833,7 +833,7 @@ export default class AccountViewView extends Vue {
const registration = await navigator.serviceWorker.ready;
this.subscription = await registration.pushManager.getSubscription();
this.isSubscribed = !!this.subscription;
console.log("Got to the end of 'mounted' call.");
// console.log("Got to the end of 'mounted' call in AccountViewView.");
/**
* Beware! I've seen where we never get to this point because "ready" never resolves.
*/
@@ -1225,7 +1225,7 @@ export default class AccountViewView extends Vue {
`Import progress: ${progress.completedRows} of ${progress.totalRows} rows completed.`,
);
if (progress.done) {
console.log(`Imported ${progress.completedTables} tables.`);
// console.log(`Imported ${progress.completedTables} tables.`);
this.$notify(
{
group: "alert",