refactor(ui): add comments explaining postponing notification for 36500 days
This commit is contained in:
parent
b00e92c4ec
commit
3d07d969ff
|
@ -136,6 +136,7 @@ const markAllAsRead = async () => {
|
||||||
<option :value="90">
|
<option :value="90">
|
||||||
{{ $t('views.Notifications.option.delay.90') }}
|
{{ $t('views.Notifications.option.delay.90') }}
|
||||||
</option>
|
</option>
|
||||||
|
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
|
||||||
<option :value="36500">
|
<option :value="36500">
|
||||||
{{ $t('views.Notifications.option.delay.never') }}
|
{{ $t('views.Notifications.option.delay.never') }}
|
||||||
</option>
|
</option>
|
||||||
|
@ -200,6 +201,7 @@ const markAllAsRead = async () => {
|
||||||
<option :value="90">
|
<option :value="90">
|
||||||
{{ $t('views.Notifications.option.delay.90') }}
|
{{ $t('views.Notifications.option.delay.90') }}
|
||||||
</option>
|
</option>
|
||||||
|
<!-- NOTE: Postpone notification 100 years, so that the user never sees it -->
|
||||||
<option :value="36500">
|
<option :value="36500">
|
||||||
{{ $t('views.Notifications.option.delay.never') }}
|
{{ $t('views.Notifications.option.delay.never') }}
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Reference in New Issue