From a19aebcb37d5ada02a3c689bb874db9e69ce4e6b Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 18 Dec 2023 19:12:09 -0700 Subject: [PATCH] simplify the notification message logic, hopefully fixing what's on servers --- README.md | 6 +-- src/views/AccountViewView.vue | 85 +++++++++++++++++------------------ 2 files changed, 45 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index dea888a..0af6d9a 100644 --- a/README.md +++ b/README.md @@ -28,20 +28,20 @@ If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, * Update the CHANGELOG.md & the version in package.json, run `npm install`, and commit. -* Tag wth the new version: `git tag 0.1.0`. Increment version, add "-beta", `npm install`, and commit. +* Tag wth the new version: `git tag 0.1.0`. * If production, change src/constants/app.ts DEFAULT_*_SERVER to be PROD. * `npm run build` -* Revert src/constants/app.ts - * `cp sw_scripts/[ns]* dist/` ... to copy the contents of the `sw_scripts` folder to the `dist` folder - except additional_scripts.js. * `rsync -azvu -e "ssh -i ~/.ssh/..." dist ubuntu@endorser.ch:time-safari` +* Revert src/constants/app.ts, increment version, add "-beta", `npm install`, and commit. + ## Tests diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index 916d1fb..f459c0e 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -105,27 +105,10 @@
-
- -