diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d0166..534cae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ? -## [0.2.15] - 2024.03.01 +## [0.2.16] - 2024.03.01 ### Added - Shortcut page for Bountiful Voluntaryist Community ### Changed diff --git a/README.md b/README.md index fa0569d..6546849 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ npm run lint * `npx prettier --write ./sw_scripts/` -* Update the project.task.yaml & CHANGELOG.md & the version in package.json, run `npm install`, and commit. +* Update the project.task.yaml & CHANGELOG.md & the version in package.json, run `npm install`, and commit. Then record the new hash in the changelog. * [Tag wth the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) diff --git a/package-lock.json b/package-lock.json index d777e43..dc27e56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.2.15", + "version": "0.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.2.15", + "version": "0.2.16", "dependencies": { "@dicebear/collection": "^5.3.5", "@dicebear/core": "^5.3.5", diff --git a/package.json b/package.json index 7e6f8cf..ea5f278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.2.15", + "version": "0.2.16", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/views/QuickActionBvcEndView.vue b/src/views/QuickActionBvcEndView.vue index b7db144..af2b526 100644 --- a/src/views/QuickActionBvcEndView.vue +++ b/src/views/QuickActionBvcEndView.vue @@ -26,13 +26,6 @@
There are no claims yet today for you to confirm. - - {{ - claimCountWithHidden === 1 - ? "(There is 1 claim with hidden details.)" - : `(There are ${claimCountWithHidden} claims with hidden details.)` - }} -
+
+ + {{ + claimCountWithHidden === 1 + ? "There is 1 other claim with hidden details," + : `There are ${claimCountWithHidden} other claims with hidden details,` + }} + so if you expected but do not see details from someone then ask them to + check that their activity is visible to you on their Contacts + + page. + +

Anything else?