refactor(ui): add comments explaining postponing notification for 36500 days

This commit is contained in:
Kasper Seweryn 2023-05-09 20:55:46 +02:00
parent b00e92c4ec
commit 3d07d969ff
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ const markAllAsRead = async () => {
<option :value="90">
{{ $t('views.Notifications.option.delay.90') }}
</option>
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
<option :value="36500">
{{ $t('views.Notifications.option.delay.never') }}
</option>
@ -200,6 +201,7 @@ const markAllAsRead = async () => {
<option :value="90">
{{ $t('views.Notifications.option.delay.90') }}
</option>
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
<option :value="36500">
{{ $t('views.Notifications.option.delay.never') }}
</option>