ResultadosDigitais/matrix

Persist desktop notifications on/off preference

オープン

#332 opened on 2020/05/26

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (243 件のフォーク)batch import
hacktoberfest

Repository metrics

Stars
 (893 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Feature Description

The application should persist desktop notifications on/off preference

Problem

In the app bar, there is a button which enables/disables desktop notifications. This preference is not being persisted and if you refresh the page it turns on again.

Expected behaviour

The desktop notification preference should be persisted across page refreshes/different tabs.

Additional comments

Dark/light theme switch does that already using localstorage, so I suppose adding a similar mechanism to the notifications switcher could be a good feature.

コントリビューターガイド