more commentary, including for blank values for the user
This commit is contained in:
@@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Web push notifications
|
||||||
|
|
||||||
## [0.1.3] - 2023.11
|
## [0.1.3] - 2023.11.08 - 910f57ec7d2e50803ae3d04f4b927e0f5219fbde
|
||||||
### Added
|
### Added
|
||||||
- Contact name editing
|
- Contact name editing
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -90,9 +90,10 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|||||||
|
|
||||||
### Clear data & restart
|
### Clear data & restart
|
||||||
|
|
||||||
Clear cache for localhost, then go to http://localhost:8080/start
|
* Clear cache for localhost, then go to http://localhost:8080/start
|
||||||
(because it'll generate a new one automatically if you start on the `/account` page).
|
(because it'll generate a new one automatically if you start on the `/account` page).
|
||||||
|
* Unregister service worker (in Chrome, go to `chrome://serviceworker-internals/`; in Firefox, go to `about:serviceworkers` or `about:debugging`).
|
||||||
|
* Clear notifications (in Chrome, go to `chrome://settings/content/notifications`; in Firefox, go to `about:preferences` and search).
|
||||||
|
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|||||||
@@ -377,6 +377,11 @@
|
|||||||
Use Test 2
|
Use Test 2
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<span class="px-4 text-sm" v-if="!webPushServerInput">
|
||||||
|
When that setting is blank, this app will use the default web push
|
||||||
|
server URL:
|
||||||
|
{{ AppConstants.DEFAULT_PUSH_SERVER }}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user