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

environments/review-docs-gener-9p8znz/deployments/17438
Kasper Seweryn 2023-05-09 20:55:46 +02:00
rodzic b00e92c4ec
commit 3d07d969ff
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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>